Best practice is to remove unused/unwanted templates from your application.
This encourages standardization in your application, which benefits both your users and developers.
It also reduces the size of your application.
But how to do it quickly?
APEX deliberately makes you delete them one at a time, a reasonable sanity check for novices.
But not very helpful if you know exactly what you want.
So here's how:
- Export the theme
- Use the splitter utility following instructions in apex/utilities/readme.txt
- Comment out the unwanted templates as shown above
- Import the theme from the sql command line.
Note: It's not the quickest way - but it is the quickest supported way.
2 comments:
Maybe you can generate the scripts yourself with the proper use of the APEX views.
Learco
I like the point of removing unused and unwanted templates should be removed from the application as it not only reduce the size of the application but also increases the overall performance. I will also remove those templates from my application as per your way that you have told above. Thanks.
Post a Comment