Including the EventUUID field in Salesforce platform event messages
Including the EventUUID field in Salesforce platform event messages
The EventUUID field is a universally unique identifier (UUID) that identifies a platform event message. To include the EventUUID field in a platform event message, you must use Salesforce API version 56.0 in the Salesforce connection and configure the JVM properties.
Enter the following Salesforce URL in the
Service URL
field of the Salesforce connection properties:
https://login.salesforce.com/services/Soap/c/56.0
Configure the JVM property
-Dae.sf.enable.event.uuid=true
in Administrator. For more information about Process Server, see the Application Integration Process Server section in the Administrator help.
Restart the Process Server and republish the Salesforce connection.