You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, the custom metadata is fetching 200 records at a time.
Reason - Because the code is using fields(STANDARD) in the SOQL which requires a limit of 200
Option - To have pagination to fetch all the records from the system.
The text was updated successfully, but these errors were encountered:
As of now, the custom metadata is fetching 200 records at a time.
Reason - Because the code is using fields(STANDARD) in the SOQL which requires a limit of 200
Option - To have pagination to fetch all the records from the system.
The text was updated successfully, but these errors were encountered: