Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If your users are creating data when offline, and you have not enabled Salesforce validation rules to run in Pulsar, the application allows the user to create the data but during sync there will be validation rule failures. The log message will look something like this snippet below:

[20-06-12 00:12:26][ERROR][0x16f57b000] - doSalesforceSoapRequest failure in response
[20-06-12 00:12:26][ERROR][0x16f57b000] - error(FIELD_CUSTOM_VALIDATION_EXCEPTION) fields(none) description(Only System Admins can change the account name)
[20-06-12 00:12:26][ERROR][0x16f57b000] - doUpdate Account failed (128)

To avoid this problem, simply enable validation rules you have set up on Salesforce to run in Pulsar even when the user is in offline mode. Refer to Validation Rules and Triggers for more information.

  • No labels