Step 1. Modify the Data Component (copy of II_DATA)
1. Open the Data component in the editor.
2. Define a property for the field xEmployeeTitle. Your code should look like the following:
Define_Pty Name(p_TITLE) Get(*auto #xEmployeeTitle) Set(*auto #xEmployeeTitle)
3. Compile the Data component.