Skip to main content
Question

return multiple results from Lookup

  • November 26, 2025
  • 0 replies
  • 3 views

Forum|alt.badge.img+7

I have a screen with a Header table and line item table. 

for the line item table i will have a button on the screen that is a lookup of Products

i want to be able to select multiple products in the lookup and return them as line items in the line item table.

I was able to do this in the webclient but for some reason i can not get it to work in the Smartclient. 

in the Webclient it is a Client script. but for the smart client my thought would its done through the lookup navigation of the button. 

i am returning the product_id from the product table but it does not return any results when select multiple on the lookup screen.

 

any help would be apprciated.

 

i want it to work similar to on the request screen when selecting multiple contacts

 

Selecting Multiple Contacts
Multiple contacts added to the Request
 
lookup Navigation
Selecting of multiple Products
Currently nothing returned