eliyahu moskowitz
09/29/2022, 9:31 PMjen
09/29/2022, 9:38 PMeliyahu moskowitz
09/29/2022, 9:40 PMeliyahu moskowitz
09/29/2022, 9:40 PMDavid B
09/29/2022, 9:48 PMDavid B
09/29/2022, 9:48 PMMike Robbins
09/29/2022, 10:03 PMN/currentRecord
module in a client script and do something like this in pageInit
var rec = currentRecord.get();
var field = rec.getField({ fieldId: 'custpage_test' });
field.label = 'New Label';
eliyahu moskowitz
09/29/2022, 10:03 PMcan you alter the suitelet that adds the field?
yes, but i need to go back and forth between options changing the label on the field each timeeliyahu moskowitz
09/29/2022, 10:04 PMMike Robbins
09/29/2022, 10:04 PMform.clientScriptModulePath
Mike Robbins
09/29/2022, 10:05 PM