actionSubject contains the identifier of the subject of the action. The subject is the object
that the action is being performed on. The action subject's contents will differ depending on the
context in which the action is being executed. This value is set upon calling the initialize
function with incoming event data.
for formTemplateActions, the action subject is the data being edited on the form
for pageTemplateActions, the action subject is record containing the context variables and
their corresponding values on the page
for objectSaveActions, the action subject is the object being saved
for calculatedFieldActions, the action subject is the object containing the calculated field
for singleValueActions, the action subject may differ depending on the caller
actionSubject contains the identifier of the subject of the action. The subject is the object that the action is being performed on. The action subject's contents will differ depending on the context in which the action is being executed. This value is set upon calling the initialize function with incoming event data.