Home / Questions / What is the use of SysLookupMultiSelectGrid::lookup() in the UIBuilder?
Explanatory Question

What is the use of SysLookupMultiSelectGrid::lookup() in the UIBuilder?

👁 2 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

It creates a multi-select lookup grid, allowing users to select multiple records (like multiple sites or warehouses) in the dialog.
Example:


SysLookupMultiSelectGrid::lookup(query, _control, _control, _control, conCustTable);