JmgStampJournalTrans::setWorkflowStatus Method
Sets the WorkflowStatus field of the JmgStampJournalTrans table, depending on the workflow events that have occurred.
Syntax
client server public static void setWorkflowStatus(RefRecId _jmgStampJournalTransRecId, JmgJournalRegWorkflowStatus _jmgJournalRegWorkflowStatus)
Run On
Called
Parameters
- _jmgStampJournalTransRecId
Type: RefRecId Extended Data Type
The record ID of the record that is associated with the workflow.
- _jmgJournalRegWorkflowStatus
Type: JmgJournalRegWorkflowStatus Enumeration
The workflow state to set.
Remarks
The method is called from the workflow event handler classes.