Platform Event in Salesforce:
Sample Flow:
Replay Channel:
Transform Message:
Logger:
Code to execute in Developer Console:
Below code is used to create an event record so that MuleSoft can get notified.
Output:
Sample Flow:
Replay Channel:
Transform Message:
Logger:
Code to execute in Developer Console:
Below code is used to create an event record so that MuleSoft can get notified.
- Sample__e objEvent = new Sample__e( Status__c = 'Testing' );
- EventBus.publish( objEvent );
Output:
No comments:
Post a Comment