Hello everyone,
I am reaching out as I wanted to ask for advice/best practices in terms of application imports. Currently, we don't have automated processes in place or external tools yet available.
A specific area I am thinking about is following scenario:
- Business requests additional columns/fields, or drops columns/fields
- Tables would need to be adjusted
- Reports based on view's would need to change
- The pages would need to be synchronized/add validations
Given such changes, what is the most efficient, safe, and less risky way of approaching this? Would I be able to export the app in my dev environment, say APP 102, import into prod which is currently 103, and when importing set the APP ID to 103?
Overall looking at strategies/tools, for the moment, using APEX exclusively.
Thanks,
Jay