Sim Greenbaum
02/23/2021, 6:23 PMvar item = rec.getValue({ fieldId: 'lineFields.item' });Sandii
02/23/2021, 6:28 PMrec.getSublistValue()Sandii
02/23/2021, 6:28 PMRichard Liu
02/23/2021, 6:30 PMRecord.getSublistValue({
sublistId: string*,
fieldId: string*,
line: number*
})
insteadSandii
02/23/2021, 6:31 PMRecord.getSublistFields(options) and loop that array and build your own object if you really need that for some reason.Sandii
02/23/2021, 6:31 PMSim Greenbaum
02/23/2021, 6:47 PMSim Greenbaum
02/23/2021, 6:48 PMSandii
02/23/2021, 7:37 PMitem , the chrome tool generally uses the sublistId under the lineFields.