2024 Sep 23 10:14 AM - edited 2024 Sep 23 10:30 AM
Hi,
I have two requirement.
The first requirement is to find a smart way to search and add products in a list with over 20K products.
The products list picker have only Live Search and if i need to filter two attribute, for example Brand and Description, this is not possible. The alternative solution is to have cascade list pickers, for example the first one with brands and second one with pre filtered products, unfortunately the customer need a fast way to do this.
The question is, what is the smartest and fast way to search(with more than one attribute), select and add products to the Order ?
----------------------------------------------------------------------------------------------------------------------------------------------
The second requirement is to have a smart way to add Items to an Order with as little click/tap possible and modify the main attribute of Item in a fast way. This is needed both in mobile(tablet) and desktop app.
I tried to use DataTable in Edit Mode like this with editable Quantity:
Unfortunately this solution doesn't works in Desktop App due to non supported Data Table Control.
How I can manage this ?
Thank you.
Request clarification before answering.
In addition to the filtering already mentioned you could consider using the Object Table in multii-select mode to let the user pick multiple products and then have a single Add button to add all the selected ones.
When done you could dynamically generate a page of all the items added with the default quantity field pre-populated to allow updates to the quantity values if needed before a final save to the backend (offline or online).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A page with Editable Data Table would be one option but you also mentioned it not being available on the web client.
Another would be a page of Form Cells or combination of Section/FormCell. I am thinking maybe a title form cell for the item and then a simple property for the quantity pair for each item. Could also include more depending on what you needed to show for each item. Could also do an Object cell followed by a simple property for the quantity for each item. All depends on what you want / need.
You would generate most of the page dynamically based on the selected items and then need a rule on the Save to process all the data accordingly.
User | Count |
---|---|
31 | |
10 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.