function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KMK91KMK91 

custom object have governor limits ot not?

Best Answer chosen by KMK91
Always ThinkinAlways Thinkin
Custom Objects have the same governor limits for transactions as standard objects for actions like SOQL queries and DML. Custom Objects also have limits on the number of fields, rollup summaries and other related metadata. Custom Objects are less restricted by other rules, such as those for cross-object workflow. Cross-object workflow can be used between any two related Custom Objects, but not all Standard Objects can use cross-object workflow.

Please explain more details if you need more help.

All Answers

Always ThinkinAlways Thinkin
Custom Objects have the same governor limits for transactions as standard objects for actions like SOQL queries and DML. Custom Objects also have limits on the number of fields, rollup summaries and other related metadata. Custom Objects are less restricted by other rules, such as those for cross-object workflow. Cross-object workflow can be used between any two related Custom Objects, but not all Standard Objects can use cross-object workflow.

Please explain more details if you need more help.
This was selected as the best answer
KMK91KMK91
Thanks u always
Always ThinkinAlways Thinkin
If your question is answered, please mark a Best Answer. If you need more help, please add more details.