Hello Everyone,
I want to override the submit action on the Project Quote screen to add custom logic for data validation. However, the Project Quote graph and its extensions do not contain this action code for overriding.
The submit action is defined in the EPApprovalActionExtensionPersistentRequired
generic class, which is an approval view in the Project Quote graph.
How can I override this action to add my custom logic?
Thanks