Friday, March 29, 2013

IE 10 and Lotus Notes

No dice.  I had to remove IE 10 delivered by Windows Update because Notes Web access stopped working afterwards.  So, it has to go - yeah, it should be Lotus Notes (in 2013?!) - but...  It's pretty painless to do (except that you'll have to restart of course).  Note on Windows 7 it's under the Updates Installed section in Programs and Features - it's treated as an update, not an independent program.

Friday, March 22, 2013

How to package workflow components

Again the official force.com documentation for the Migration Tool is lacking here.  This is a good link to illustrate the options that are missing the official doc.

Also one more thing to keep in mind.  WorkflowRule is one component that you're allowed to use any visible character as the name.  However you should not do that for the sake of using the Migration Tool, because it will URL encode (almost) all the special characters.  Space, dash, and underscore are OK, but parenthesis becomes %28 and %29 in your retrieved components.  This then would not match your package.xml, which causes an error when you deploy.  So, stay away from special characters in your names, even when you are not forced to by the UI.  The same goes with Layout names.