When accessing a Suitelet page via a POST request, NetSuite prohibits setting sublist select fields using client-side SetCurrentSublistValue. Additionally, employing SetCurrentSublistText can cause the page to hang. To resolve this problem, a workaround involves utilizing two separate text fields to store the value and text independently.
Tag: Suitlet page
How to pass an array as a parameter to Suitelet
We can’t pass an array through the URL as parameters. So, you can use the following approach to overcome this problem. When adding parameter in URL: When retrieving the parameters from the URL: Use cases: When using suitelet page with multi select field as a filter option. In this case when reloading the page with… Continue reading How to pass an array as a parameter to Suitelet
Pre-dispatch verification Scanning Page
An icon is created for Pre-Dispatch Verification in WMS. Upon clicking the Icon, the Suitlet page is displayed. User can scan waybill and item labels by following the process flow. We have created two fields in Item Fulfilment record, PRE-DISPATCH VERIFICATION DATE, PRE-DISPATCH VERIFICATION DONE BY. On processes complete the user and the date information… Continue reading Pre-dispatch verification Scanning Page