How I can handle the user clicking a row on a Custom List Page?
I want to give the user a list so that they can choose an item.
I would also be happy if I could give the user a way to mark a list item (but not more than one) and then click a button as long as I could detect which row had been selected in the button click handler.
Custom List Page described at https://3640472.app.netsuite.com/app/help/helpcenter.nl?fid=section_1518456414.html
Hi cja,
What do you want to happen after they have made their selection?
Are you looking for a link to another record or do you want them to submit that selection?
Thanks,
Chris
I’m testing the feasibility of using the standard UI components for the scheduling part of a field service management system. I will likely need the “select a row from a dynamic list” pattern in several places. Usually the selection handling code will do some processing and then update some records and then take the user to a record or to a saved search or to another dynamic list.
(By “dynamic list” I mean a list whose items are generated in code and are not records.)