Komagain
04/05/2023, 9:48 AMbattk
04/05/2023, 10:43 AMKomagain
04/05/2023, 12:15 PMvar currentRecord = context.currentRecord;
var addressSubrecord = currentRecord.getCurrentSublistSubrecord({
sublistId: 'addressbook',
fieldId: 'addressbookaddress'
});
let country = addressSubrecord.getText({
fieldId: 'country'
});
But country is always undefined, and the other fields too.battk
04/05/2023, 1:44 PMbattk
04/05/2023, 1:45 PM