I have a requirement to handle the following scenario through code:
- Create a change request for a purchase order
- If workflow is on for the given purchase order, submit the request to workflow
- Change location for one or more line items
- Re-confirm the purchase order
It appears that I can create the change request using the VersioningPurchaseOrder class, so I don't anticipate problems there.
However, I can't determine what the submit button on the workflow action bar is connected to. How do you find the code behind that? I don't see anything in the form on the AOT that points to the workflow action bar.
Next, how do you about determining when the submitted change request has actually been processed.
Lastly, where can I find more information about working with workflow processing through code?
Thanks in advance for any help provided.
*This post is locked for comments