andrew_smith
05/20/2020, 9:18 PMvar foo = context.currentRecord.getValue({fieldId:'bar'});
into something more like, say...
var foo = $().bar;stalbert
05/20/2020, 9:19 PMstalbert
05/20/2020, 9:20 PMconst c = new Customer(context.currentRecord)
c.barandrew_smith
05/20/2020, 9:25 PMstalbert
05/20/2020, 9:25 PMstalbert
05/20/2020, 9:36 PMconst c = Customer(context.currentRecord)
c.addressbook[0].addressbookaddress.citystalbert
05/20/2020, 9:37 PM