Issue User is not able to commit a line item via SuiteScript 2.0 Client Script. Solution The reason why the line item is not committing on the script is because the forceSyncSourcing parameter is retains its default value as false. The forceSyncSourcing parameter indicates whether to perform field sourcing synchronously. If set to true, sources dependent field information for… Continue reading Resolve Sublist Line Item not Committing via Client Script
Tag: item sublist
To create a custom free-form text field which will be used as a column in the item sublist.
Description: The goal is to add an editable custom sublist field in the Assembly Item record, which initially seemed not directly possible. To achieve It involved creating a custom record and custom field to serve as storage for the value entered by the user in the custom sublist field. When the user inputs a value… Continue reading To create a custom free-form text field which will be used as a column in the item sublist.
Disable Item Sublist fields in User Event Script
Sample code for Disabling the item sublist fields in Before Load of User event Script