12.11.2009, 21:05 | #1 |
Участник
|
paruvella: Hints on Workflow implementation for EP in Ax 2009
Источник: http://paruvella.spaces.live.com/Blo...4DB0!266.entry
============== When we are developing the workflow for EP in Dynamics Ax 2009, We won’t find the workflow related control on the Tool box list, as we are finding other controls like AxGridView etc. For this explicitly we need to add the Markup tags to the control. Select the AxUserControl, right click and select the View Markup Add the following lines in the markup view (change the properties accordingly as your scenarios) </span> </span> </span> Observe form the above markup tags AxWorkflowActionBar and AxDataSource areconnected using AxDatasource ID. (Properties mentioned in green color) To implement the methods related to workflow control in the code behind sheet (in Actual C# code sheet), add the following line. using Microsoft.Dynamics.Framework.Portal.UI.WebControls.Workflow; For more details and how to implemnet the worklfow for EP pages, go through the following link. http://blogs.msdn.com/solutions/archive/2008/07/30/using-microsoft-dynamics-ax-2009-workflow-controls-in-ep.aspx ..... .... Источник: http://paruvella.spaces.live.com/Blo...4DB0!266.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|