Hello ByD experts,
I have created a BO called BonusPlan. In QA of this BO, I have EmployeeID , First Name and Last Name attributes along with other attributes like Bonus Rate, Fixed Bonus etc.
I am using OVS to display the existing Employees and when a particular Employee will be selected from OVS, his/her First Name and Last Name will be fetched with the use of AfterModify event I wrote. So, First and Last Name are 'Read Only' attributes.
Lets assume that Bonus plan for a particular employee is saved. Now, when I click on the Edit button from my OWL, it will redirect to QA and stored values will be displayed for all other fields except EmployeeID ,First Name and Last Name.
I want to display the values for these 3 attributes too. How can I achieve this?
Thank you.