Hello,
we have a requirement to modify the creation of Planned Orders.
Because of that, we have to create new form (dialog) with Grid and call it instead of the standard one.
For example, from Planned Order >> Click New >> Dialog called "Select a record type to create" is opened >> Click Create button and Dialog Form "New planned order" (AOT name: ReqTransPoCreate) is opened.
So instead of ReqTransPoCreate, we want new form to be opened.
As I have seen, ReqTransPoCreate is called from the below class and method.
Is it somehow possible to achieve what I have explained above? If I use CoC, below method code will still be called and I can't skip it right?
Thanks