Guest User

Untitled

a guest
Jan 22nd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. String json = {"MetadataContainerId" : "1dc7F00000DD9UYQA1", "FullName" : "Suggestion__c" , "Body": "{"Name":"RSLC_Suggestion","Body":"trigger RSLC_Suggestion on Suggestion__c (before insert, before update, after insert, after update){ n if(trigger.isAfter && (trigger.isInsert || trigger.isUpdate || trigger.isDelete) )n { n RollUpSummaryGenerator.associationOdChildRecordsToParentRecords(trigger.new,'Suggestion','SuggestionNumber','Contact','SuggestioNumbers'); n } n}","tableEnumOrId":"Suggestion__c"}"}
Add Comment
Please, Sign In to add comment