Retrieves the triggering user from the event object.
Syntax
public String getTriggeringUser();
Parameters
None.
Return values
A String object containing the triggering user for the event, which is the user ID that triggering the event.
Exceptions
Notes
You can use the triggering user value to avoid ping pong in a standard way when synchronizing between two systems.