Hi Experts,
I'm working with an extended form where I need to add some extended fields and their descriptions.
I'm facing an issue while adding the description fields in the form as they need these fields for filtering so cannot create a display method, like example I have to provide a customer name in a field for customized field customerFrom which extends CustAccount Edt. So when user clickes on CustomerFrom field the assocaited customer name should be populated in another field.
Likewise HCM worker name with selected HCWWorkerID.
Note: Display method is not required as these fields are require for filtering purpose.
How can I achieve this?? Do I need to add all the datasources in a form? But then how can I link these datasources with the other fields?
Please guide me. Thanks in advance!!