Disable Complete Button Forever in Transaction Form - Receivable
We have requirement to disable the Complete button in Transaction Form - Receivable. Form name is ARXTWMAI. I have tried doing the same through Form personalization. I have used When-New-Form-Instance and When-New-Record-Instance trigger to achieve the same.
On event of form and record instance, I have enabled the item property of Push Button Complete to False. It worked fine except in below mention cases.
1) Query existing record --> Click on Save. It enables the Complete button
2) Query existing record --> Change any thing on the form, click on save. It enables the complete button.
Please note that processing mode set to "Both". Button has two caption 1) Incomplete and another 2) is complete. Let me know how to achieve above requirement.