Create a Submit to Workflow Class
Views (223)
To submit a document for workflow processing, call standard code to prompt the
user for a comment and to process the submission. Perform the following steps to
create a submit to workflow class.
1. Press Ctrl+Shift+P to open the development projects window.
2. Expand Private.
3. Double-click on SalesCreditLimitApprWFType developement project.
4. In the development project find the class SalesCreditLimitApprSubmitManager.
5. Create a new method called submit, and copy the following code for this method.
6. Modify the code for the main method as shown in the following code.
7. Press F8 to save and compile the code.
8. Find the menu item SalesCreditLimitApprSubmitMenuItem.
9. Change the Label property to Submit.
10. Right-click on the SalesCreditLimitApprSubmitMenuItem menu item and select Save.
Best Regards,
Hossein Karimi
user for a comment and to process the submission. Perform the following steps to
create a submit to workflow class.
1. Press Ctrl+Shift+P to open the development projects window.
2. Expand Private.
3. Double-click on SalesCreditLimitApprWFType developement project.
4. In the development project find the class SalesCreditLimitApprSubmitManager.
5. Create a new method called submit, and copy the following code for this method.
6. Modify the code for the main method as shown in the following code.
7. Press F8 to save and compile the code.
8. Find the menu item SalesCreditLimitApprSubmitMenuItem.
9. Change the Label property to Submit.
10. Right-click on the SalesCreditLimitApprSubmitMenuItem menu item and select Save.
1 | void submit(Args args) |
Best Regards,
Hossein Karimi

Like
Report
*This post is locked for comments