jen
08/16/2022, 5:13 PMrate
value using tx.setSublistValue({sublistId: 'item', fieldId: 'custcol_rate', line: i, value: 0, ignoreFieldChange: false});
in a BeforeRecordLoad UserEvent. The value isn’t coming out as a percentage in the UI though. Anyone know how to make it show as a percent, same as it would if you changed it in client script? I want it to look like the top one, not the bottom.Zoran R-DATAGRAM
08/16/2022, 5:19 PMjen
08/16/2022, 5:22 PMjen
08/16/2022, 5:22 PMZoran R-DATAGRAM
08/16/2022, 5:25 PMjen
08/16/2022, 6:40 PMcreece
08/16/2022, 9:35 PMformat.format({value: 0, type: format.Type.PERCENT});