Posts

Showing posts with the label Case

Apex Code Character Limit (Part II)

Increase Apex Code Character Limit We all know about Salesforce Apex Code Character limit and how to check the limit that we exhausted in our org.  USE CASE :- For suppose, if I reached the maximum code character limit in my org and I would like to code further, but the system is not allowing me to do so. In this situation, can I reach out to Salesforce Support to get this limit increased for me? The answer is YES. But conditions apply. Increasing the Apex Code Character Limit is not an easy task for Salesforce support. We need to ensure that we followed all best practices and need to check for any anti-patterns, Invalid test practices and Invalid classes. After performing all these checks from our end, then we are good to raise a case with Salesforce to increase the code character limit for my org. Points to Note:- The Code character limit count includes the spaces, tabs and other formatting characters inside the code. The code comes with any managed pac...