There are 300+ Constant in my application but i need to filter the Env specific Constant .
How can i do that
Discussion posts and replies are publicly visible
Hi Dinesh Arumugam
Add all constants to a package and then export that newly created package. While downloading the exported package inside, any constants are marked as environmental constants. By default, it shows the import customization file. While downloading the import customization file in which all the environmentally specific constants will be listed out.