cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically modify data sources

Former Member
0 Kudos

We have a need to dynamically modify our data sources and I need to know if this is possible and what the syntax is? Can we do this as a transaction and/or in the javascript / jquery logic of the UI? I know that basically everything is configurable as a transaction or as a script. I need a little assistance in configuring the below items for a data source.

DaysRetention

Description

IP

MaxRetryCount

Port

QueryTimeout

RetryInterval

ServerPackage

Writable

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Data server configuration properties are easily modifed from the editor page in the Menu, and is typically an initial or configuration setting made before building application content (query templates).

At runtime overloading the Server property within or in addition to a query template is quite easy, but no standard provisions are in place for modifying the data server configuration itself.

Why would you have a need to modify them dynamically through code?