Allow Scribe to process records without validation failures.
Setting Up Integration User Exception to Validation Rule
Instructions
The instructions below will allow TIBCO Scribe to process records without validation failure.
Step 1:
Log into Salesforce and create a new user named, “User Integration” if one is not already provided by Salesforce.
Step 2:
Log into TIBCO Scribe as this user.
-
Under the CONNECTIONS section, click on the Salesforce connection you created.
-
Press the blue AUTHENTICATE button.
-
Press Save.
Step 3:
In Salesforce:
-
Go to Settings (gear icon)
-
Press Setup
-
Under Objects and Fields, go to Object Manager.
-
Click the object that is producing the error.
-
Click Validation Rules
-
Click on the validation that the TIBCO Scribe error indicates.
-
In the Validation Rule Detail section, go to the “Error Condition Formula” field. Add the following snippet of code highlighted in red below. It is recommended to add it to the beginning of the formula, but it can be placed at the end.
$Profile.Name <> "Integration User"
Comments
0 comments
Please sign in to leave a comment.