UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

18 lines (15 loc) 458 B
'use strict'; var invoke = require('./set-current-line-item-value'); exports.$$hook = true; exports.nlapiSetCurrentLineItemText = (ctx) => { /** * Return the label of a select field's current selection on the currently selected line. * * @param {string} type sublist name * @param {string} fldnam sublist field name * @return {string} * * @since 2005.0 */ return invoke.nlapiSetCurrentLineItemValue(ctx); };