Idea Summary
The Report Popup LOV component should support multiple display columns instead of a single column.
- The popup should display multiple columns (e.g., Item Name, Category, Unit, Date) for better context.
- Users should be able to select either a single item or multiple items from the displayed data.
Use Case
For example:
If your inventory master contains thousands of items, with some items having the same name, it becomes difficult to search and select the desired item based solely on the display value. In such cases, filtering items based on additional attributes, like category, subcategory, unit, or date, makes the selection process much easier and more efficient. This functionality ensures you can search and select data more precisely.
Preferred Solution (Optional)
Add a new input control named "Report Popup LOV".
- This control can use either a shared component or a direct SQL query as its source.
- The query should define the columns to display the values, similar to a classic report.
- The column marked with the "Return Value" attribute will provide the value returned to the page item.
- The column marked with the "Primary Display Value" attribute will display as the default value in the input field when a selection is made.