Creating Actions Web Menu Items for Workflow

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

You must create an Actions web menu item for each action that can be performed in the workflow you are implementing in Enterprise Portal. These web menu items correspond to the Action menu items that you created when you implemented the workflow for the Microsoft Dynamics AX client. When setting the properties for each of these Actions web menu items, make sure that you set the properties listed in the following table:

Property

Setting

Label

The text to display for the workflow action in Enterprise Portal.

RunOn

Called from

Object

For the submit web menu item, it should be your class that handles the workflow submit action. For the other web menu items, it must be set to EPWorkflowWorkItemActionManager.

Important

This is a different object than the one used for the Microsoft Dynamics AX client.