Idea Summary
Make it easier to add the Commented Out build option (respectively Comment Out feature) for legacy applications that have been recently upgraded to a new version.
Use Case
Currently if you have upgraded a legacy APEX app to the latest version, you don't get this feature automatically.
Even if you add the build option yourself, it might not work. The only way to make it work is to use the exact string “Commented Out” as a name for it. “Commented out” or “commented out” would not work, as there is an exact match check.
Preferred Solution (Optional)
- I think the build option should be added automatically when the new version is installed (or at least developers to be prompted to add it, similar to how they are prompted to refresh the Universal Theme).
- Another very easy enhancement will be to fix the exact match, so that “Commented out” or “commented out” can be used as an alternative names for the build option.