Answer:
The code snippet below shows how to access a specific result for the Location Available with Summary Type Sum:
var srch = nlapiSearchRecord('inventoryitem', '[SAVED_SEARCH_ID]');
var res = srch[INDEX].getValue('locationquantityavailable', null, 'sum');
var foo = 0;
No comments:
Post a Comment