Selcuk Dogru
11/18/2021, 10:23 PMSelcuk Dogru
11/18/2021, 10:24 PMlet getInputData = () => {
let rec1 = record.create({type: record.Type.INVOICE, isDynamic: true});
rec1.setValue({fieldId: 'customform', value: 114});
}
Selcuk Dogru
11/18/2021, 10:24 PMbattk
11/18/2021, 10:50 PMbattk
11/18/2021, 10:51 PMstalbert
11/18/2021, 11:07 PMgetInputData()
as a normal function statement rather than the longer form you show above.stalbert
11/18/2021, 11:15 PMSelcuk Dogru
11/19/2021, 10:06 AM