Morris
09/15/2020, 3:41 PMrecord.load
or record.create
how do I get around the limitation to access more than 10.000 records in a sublist, I need to apply bills that are not part of the initial 10000 sublist results.
var vendorCredit = record.load({
type: record.Type.VENDOR_CREDIT,
id: 0000,
isDynamic: true
});