To display a custom list (such as an item search result) in the items sublist of a transaction record, you can achieve this by linking the saved search to the item filter field in a custom transaction form. Default Item List: Create and save an item search. Add the saved search to the item filter… Continue reading How to Display a Custom List of Items in Transactions
Tag: item sublist
Using Workflows to Set Item Sublist Fields
steps to create a workflow that will set the Location column on the Sales Order Item sublist to be the same as the main (body/header-level) Location field. To start, the workflow will be set up like any other. Using a role with the Classic center (like Administrator), go to Customization -> Workflow -> Workflows ->… Continue reading Using Workflows to Set Item Sublist Fields
Resolve Sublist Line Item not Committing via Client Script
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
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