Variable and Data Manipulation
(e.g. set, get, SetField)
- shortenGUID - removes all hyphens from a specified GUID
- workflowStatus - Output GUID of a workflow status
- encodeURI - URI encoding of strings
- getUserName - Determine the user name
- getUserNamedEMail - Determination of user name and e-mail
- fromParent - Query values of higher-level tasks
- markedColumns - Determination of marked columns
- registerFlag - Registering a flag
- flavor - Retrieve the value of a flavor
- projectFlavor - Retrieve the value of a project flavor
- relation - Retrieve relation field value
- set - create temporary variables or set their values
- get - Retrieve the value of a variable previously defined with “set”
- SetFlavor - programmatically set the value of a flavor within a project or task
- SetField - Set the value of a specific field within a project or task under program control
- asType - Convert a value to a specific data type
- persist - Field persistence outside the task list
- if - Conditional evaluation of an expression