Eystein Bye
03/19/2021, 8:30 AMsublistId
is subscriptions, but how do I know what the fieldID
is?
const invObj = objRecord.getSublistSubrecord({
sublistId: 'subscriptions',
fieldId: 'something',
line: 0,
});
battk
03/19/2021, 9:01 AMEystein Bye
03/19/2021, 9:02 AMbattk
03/19/2021, 9:03 AMEystein Bye
03/19/2021, 12:37 PMconst objRecord = record.load({
type: record.Type.CUSTOMER,
id: 23059,
});
log.debug(objRecord.getSublists());
I dont see subscriptions, but in the records browser I do see itbattk
03/19/2021, 12:40 PMbattk
03/19/2021, 12:40 PMEystein Bye
03/19/2021, 12:44 PMbattk
03/19/2021, 12:45 PMEystein Bye
03/19/2021, 12:45 PMbattk
03/19/2021, 12:46 PMEystein Bye
03/19/2021, 12:46 PMbattk
03/19/2021, 12:48 PMbattk
03/19/2021, 12:49 PMbattk
03/19/2021, 12:50 PMEystein Bye
03/19/2021, 12:57 PMThe feature 'Subscription Billing' required to access this page is not enabled in this account
battk
03/19/2021, 12:58 PMbattk
03/19/2021, 12:58 PMstalbert
03/19/2021, 1:02 PMbattk
03/19/2021, 1:04 PMstalbert
03/19/2021, 1:10 PMDT Contact Subscription
has a field that points back to the customer, rather than the customer pointing to it. So try searching those custom records.Eystein Bye
03/19/2021, 1:41 PM