In the saved search the columns include stock descriptions and Quantity available. By using the Suitescript Hook we can fetch these two data from the Item saved search. The sample code for this is: define([“N/search”], function (NSearch) { var preSendFunction = function (options) { // Load the saved search var searchObj = NSearch.load({ id: ‘Provide… Continue reading Suitescript Hook to fetch data from an Item saved search