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
Divs@newbieDivs@newbie 

Alternatives for a custom object

Hi there experts!!

Would like to know your thoughts on the following scenario :

For a license there is a limit for only 10 custom objects to be created. So is there a way to create a custom object in another other form? Such as using custom setting or custom meta data type? Or any other way where we can achieve similar functionality as custom objects? As in the current project there is a requirement to create more than 10 objects so compromising the design, we are okay to opt for an alternative way.

Highly appreciate your assistance here!


 
ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

I suggest you to go with the Custom Settings which are same as Custom Object and will not affect any governor limits or license limits.

Please check the Custom Setting (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_customsettings.htm) Doc for more details.

Kindly let me know if it helps you and close your query by marking it as best answer so that it can help others in the future.

Warm Regards,
Shirisha Pathuri