Using ASP pages in workflow
Primary, transition, conditional, and global workflow rules can call ASP pages. Escalation rules cannot call ASP pages. Workflow rules using ASP pages are subject to the JavaScript condition which controls whether a workflow rule is available. For more information, see Workflow in the System Administrator Help.
You can use an ASP page in workflow to do the following:
- Control the creation of a custom entity. For more information, see Workflow properties.
- Save a new record to a workflow. For more information, see SetWorkflowInfo(vWorkflowName, vWorkflowState).
- Carry out actions on more than one record.
- Carry out actions on an external application or database.
- Carry out a complex set of actions not in the standard set. For more information, see Workflow properties.
For code examples, see the following: