Using LogID and LogPass properties

In case of static database connection, if the "Allow dynamic connection using the transaction LogID and LogPass" option (equivalent to the "DynamicConnection" setting) in the database cache is enabled, the application will use the LogID and LogPass property values (as shown in the example below) of the Transaction object to log in to the database server (instead of using the values in the User name and Password fields of the cache). Then the installable cloud app can connect to the database based on the user credentials provided at runtime.

Transaction.LogId = "sa"
Transaction.LogPass = "Appeon123!@#"