There is a Quick Checks screen (AP304000). It is maintained with predefined workflow.
I need to customize some actions of the workflow.
Just in case, I use 2022 R1 version.
Examples, to be specific with my customization needs:
- When is invoked the Release action, I need to write the quick check amount to my custom table.
- When is invoked the Void action, I need to delete the amount from my custom table.
I don't need to change the workflow. I need to expand activities that are done by the present actions.
If to customize actions properties with the customization editor. On the Field Update tab I have access to the fields of the Quick Check screen only.
When to customize via code. There is no place to declare action body.
I know how to extend a regular graph action – declare delegate, then in the extended method invoke base method.
But how to extend an action of a workflow?