Hi guys, I am trying to add items to a transaction through a Client Script (2.0). When added through the UI, something gets triggered after selecting the item (fills in the other columns with details and populates the Transaction Item Options). How can I trigger this same thing to happen when setting the item in SuiteScript?
re.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'item',
value: item_id
});