On a `record.load` or `record.create` how do I get...
# suitescript
m
On a
record.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.
Copy code
var vendorCredit = record.load({
                    type: record.Type.VENDOR_CREDIT,
                    id: 0000,
                    isDynamic: true
                });