I want to add Action Print in AR302000 Payment & Application, but when I check the Customization Project Editor, it doesn't allow me to add a workflow or state in this form.
Do you know the reason or is there another way I can customize it?
the screen I want to add Action Print
the action “Add Workflow” is disabled
the action “Add State” is disabled
Thanks in advance
Best answer by Naveen Boga
Hi, @chidao Below information is from another post by the Acumatica support team.
For the following forms, workflow automation customization is currently prohibited:
They prohibit editing it via the customization editor but you can modify it via code by overriding the Configure method in a graph extension.
I’m assuming the reason they prevent modification is because it is really easy to mess up some critical things when modifying the workflow for those pages, so proceed with caution.