Specification Macros can be applied to macro buttons on the user form to run set tasks that can have parameters passed into them using rules.
To create a specification macro open the project it is to be applied to in DriveWorks Administrator and :
Tasks are actions that can be set to be performed on the click of a macro button or during specification flow events, operations and transitions. Additionally task can have conditions that will only perform the task action when the conditions have been met.
New tasks for DriveWorks 8 are:
This task will drive the value set in the Control Value property into the specified Control.
Name | Description |
---|---|
Control Name | The name of the form control to drive the Control Value into |
Control Value | The value to drive into the Control Name |
Title | A brief description of the purpose of the task can be entered here |
Drive Control task property | Example | Notes |
---|---|---|
Control Name | "VolumeReturn" | The name of the control must be within quotes " " |
Control Value | LengthReturn*WidthReturn*DepthReturn | Use the rule builder to build the rule that will result in the value to drive into the control |
Title | This task will drive the result into the control |
This task will send a text message through the Clickatell service
Name | Description |
---|---|
ApiId | This is generated by the Clickatell account |
Password | The password required by the Clickatell account |
Text | The text message to send |
To | The number to send the text message to |
UserName | The UserName required by the Clickatell account |
Title | A brief description of the purpose of the task can be entered here |
Send Text Message task property | Example | Notes |
---|---|---|
ApiId | 1234567 | This is generated by the Clickatell account |
Password | "mypassword" | The password required by the Clickatell account |
Text | "Your documents are ready for viewing. Please go to "&DWVariableDocumentURL&" and login to view." | The message body to send |
To | "+44234456789" &"|" & DWVariableMyBossNumber | The number to send the text to. Multiple numbers separated with the pipe symbol |. |
UserName | myusername | |
Title | This task will send a text message |