trigger SB_Custom_Object_Delete_Trigger on Custom_Object__c (after delete) {
SVMXSB.SB_ProcessBuilderHelper.prepareDeletePE('delete', 'Custom_Object__c', trigger.oldMap);
}
|
Field
|
Value
|
|---|---|
|
Name
|
The name you want to use for the template, for example, Custom Object Create Template.
|
|
Identifier
|
custom_object_remove_template
|
|
Mapping Object
|
The custom object for which you are configuring real-time sync, for example, Custom Object.
|
|
Action
|
Delete
|
|
Field Mappings Operation
|
SFDC Namespace Transform
|
|
Field Mappings
|
{
|
|
Field
|
Value
|
|---|---|
|
Name
|
The name for the setting, for example, SFDC Real-Time Sync Customize Transform Rules.
|
|
Applicable Application
|
Service Board
|
|
Identifier
|
This value is fixed and noneditable, and is always sfdc_realtime_sync_customize_transform_rules.
|
|
Datatype
|
Code
|
|
Default Value
|
{
|
|
|
• The JSON in the Default Value field defines transform rules,. The key is the sync rule name, which has the format delete_<SFDC Object API Name>.
• In the sample in the previous table, the rule for the Delete action is delete_Custom_Object__c.
• The value of id is the full identifier of the transform template that is mapped to this sync rule.
• The sync rule name and id values are case-sensitive.
|