SetWorkflowStatus
Find the syntax, use, parameters, return values, and an example for the SetWorkflowStatus macro command in Connexion client.
Syntax | BOOL = CS.SetWorkflowStatus (sStatusName) |
---|---|
Use to | Change workflow status for the current record (default: In Progress). Same as using the menu command Action > Set Status. |
Parameters | For sStatusName, enter one of the following, enclosed in quotation marks (enter in lowercase, uppercase or mixed cast):
|
Comments | You must be logged on to run this macro. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then |
What this example does |
|