Hello All, I’m getting this error when querying cu...
# suitetalkapi
s
Hello All, I’m getting this error when querying custom entities - The maximum number ( 1000 ) of records allowed for a READ operation has been exceeded. I’m trying to invoke the getCustomizationId method from SOAP UI and I see this error for custom entities. Any suggestions ?
b
you have 2 filters available to try and reduce the number of records returned
s
I’ll check these thanks!
What if we still have more than 1000 records after filtering? what approach should be used?
b
panic
you would probably have to switch to a suitescript based solution
or the suitetalk rest based one
neither is really as good at it as the soap one, but they dont have the same limit for the things they support
s
understood
@battk Is there a way we can create more than 1000 custom entities via some script ? my environment does not have more than 5 custom entities and I am looking to replicate this issue.
b
you can use N/record to create a bunch of customizations
for example, the record type of custom transaction body fields is
transactionbodycustomfield
that said, it may be faster to just install a bunch of bundles