Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
How to update the WMS data table using mobile.setValueInPage?
I'm trying to update a data table in a client script and I'm not sure of the syntax. The documentation regarding it is very sparse and not really helpful.
Basically I have a custom page element that I added. When it gets populated it should update the data table as a new row.
Here is my code:
mobile.setValueInPage("eaw_customSerialNumberCollection", {"value":snTxt,"key":'eaw_custom_SerialNumber_tc'});
I tried many different iterations and nothing seems to work.
Tagged:
0