Hi there.
I'm creating a new Connected System object to connect to an Oracle database. I have to fill the fields related to the Connection URL, User and Password. Considering that when I deploy the application to the production environment I will need to change the connection settings, is there a way to get this information from a properties file instead of setting this object again in the production environment when the application is deployed?
Thanks in advance.
Discussion posts and replies are publicly visible
Here;'s an documented example of how to use the customization file for connected system.
You will need to download the customization file and update it accordingly.
docs.appian.com/.../Managing_Import_Customization_Files.html - Download a template filedocs.appian.com/.../Managing_Import_Customization_Files.html - example
Thanks to all, guys!!