Wendy
08/18/2023, 5:16 AMTyn Guardian
08/18/2023, 6:38 AMcontext.currentRecord.getSublistValue({
sublistId: [sublistId],
fieldId: [fieldId]
line: [line#]
});
Shawn Talbert
08/18/2023, 3:07 PMgetSublistSubrecord
Shawn Talbert
08/18/2023, 3:28 PMsomerecord.sublist.subrecordfield
Wendy
08/25/2023, 3:25 AMThanks for the thoughts. Finally I get there using context.currentRecord.selectLine({
sublistId: 'item',
line: i
});