This is an example of how to split Value of Custom Text Area Transaction Column Field into Array in SuiteScript using Line Break.
...var recSO = nlapiLoadRecord('salesorder', '22196');var string = recSO.getLineItemValue('item', 'custcol8', 1);var result = string.split('\n');...
Note: This is an alternate solution for Defect 273110.
No comments:
Post a Comment