Announcements
No record found.
hi,
is there a way to force reason code in case the PO is modified and reconfirmed?
*This post is locked for comments
Hi George,
If you are using the workflow, you could add a condition to see if the reason code is filled or not. If not, there could be an automatic rejection action.
if reason code mandatory for all purchase order , you can set this object mandatory property yes or setup workflow as Andre said
If reason code mandatory in some cases , you need customization as sukurat said
Hi Georgek,
if condition in validate writing method in the form data source will solve your issue
if(purchtable.documentstate == versioningDocumentState::confirmed && purchtable.ReasonTableRef == 0) { ret = false; error("reason code is mandatory"); }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CP04-islander 21
dserp 4
dekion 4