Personalisation of Budget Transfer window on R12
Hi,
We have the following requirement for the field "Batch Name" on "Budget Transfer" window on R12 GL.
When logged in with a particular responsibility, we need to have the batch name start with "CER-". And when validating the record, the system should verify that the batch name is starting with CER and if not, it should throw out an error message and prevents user from saving the record.
I have done the following:
1. When new record, initial value should be 'CER'
2. When validate record on "Budget Transfer" trigger object and condition ":BUDGET_TRANSFER.JE_BATCH_NAME not like 'CER-%'", then error message is given as well as "Builtin" action type of "Raise form trigger failure"