Hi All,
I'm facing serious problem to make a lookup() method that should display primary customer(single customer) and customer under the customer(multiple).
for eg:
I've customer US-008 under this customer I've added three customer( say Cust-1, Cust-2,Cust-3) for the Authorized Sub contractors customer. When I'm releasing the sales agreement for the primary customer(US-008). In the lookup I should able to see four customer that means ( US-008, Cust-1, Cust-2,Cust-3).
How to achieve this I've made a lookup() method in the field design in form but also the code but still I'm just getting only the Primary customer.
for the above display form has three customers and in below form I can able to choose only one customer.
In my second screen shoot I'm trying to release the customers but it's showing only one customer I want this to displayed in lookup for all the four customer accordingly.