ericbirdsall
07/01/2020, 3:27 PM_form_.addField({
id: 'custpage_information_json',
label: 'information json',
type: _serverWidget_.FieldType.LONGTEXT
}).updateDisplayType({
displayType: _serverWidget_.FieldDisplayType.HIDDEN
}).defaultValue = json;
^Where JSON is a string (tested by logging and is in fact there)
_let_ error = nlapiGetFieldValue('custpage_information_json');
console.error(error);
^I try to just log that field to the console and it shows NULLerictgrubaugh
07/01/2020, 3:51 PMericbirdsall
07/01/2020, 3:56 PM