Web Forms Workflow Commands

The commands below are available when creating Personify Workflows for Web Forms to be incorporated into the Personify Web Forms Designer. These commands are the actions (or results) you can set to occur when a user executes a workflow by performing a specified action in e-Business.

Hide A Control

Sets a control’s Visible property to False.

 

Command Name: HideControl_Web_Base

 

Target Form: None

 

How to call: "cmd://Main/HideControl_Web_Base?ControlName=" & $ControlName$

Http Redirect

Redirects the user’s browser to a defined website.

 

Action Icon Name:

 

Command Name: HttpRedirect_Web_Base

 

How to call: "cmd://./HttpRedirect_Web_Base?URL=" & $URL$

Save And Continue

Saves changes to the bound collection.

 

Action Icon Name: Save and Continue

 

Command Name: SaveAndContinue_Web_Base

 

Target Form: None

 

How to call: "cmd://Form/SaveAndContinue_Web_Base"

Select an Item

Sets a control’s Visible property to True.

 

Action Icon Name: Select an Item

 

Command Name: SelectItem_Web_Base

 

Target Form: None

 

How to call: "cmd://./SelectItem_Web_Base?UniqueId=" & $UniqueId$ & "&Key=" & $Key$

Send Email Notification

Triggers a Personify Email Notification

 

Command Name: SendEmailNotification_Web_Base

 

Target Form: None

 

How to call: "cmd://Form/SendEmailNotification_Web_Base?NotificationID=" & $NotificationID$ & "&TemplateKey=" & $TemplateKey$ & "&MasterCustomerID=" & $MasterCustomerID$ & "&SubCustomerID=" & $SubCustomerID$ & "EmailAddress=" & $EmailAddress$

Show A Control

Sets a control’s Visible property to True.

 

Action Icon Name: Show a Control

 

Command Name: ShowControl_Web_Base

 

Target Form: None

 

How to call: "cmd://Main/ShowControl_Web_Base?ControlName=" & $ControlName$