| Issue 5: | Sync fails if any of the mapped fields are hidden via FLS | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If the Salesforce.com admin has hidden any of the fields used by the sync process, the sync will fail. This should be handled gracefully by just not syncing that field. (there's probably some subset of absolutely required fields) |
|
,
Jun 05, 2008
This also requires removing the fields from the sync services schema, otherwise it'll think we're setting the fields to empty values, when we want it to skip those fields entirely. Last time i looked there's no programatic way to do this, seems like we'll need to generate the sync services schema XML file dynamically, and register from that. |
|
|
|