cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Configuration Values from Cockpit

Former Member
0 Kudos

Is there a way to configure a value in the SMP cockpit and retrieve that in an Agentry rule?  I'm looking to configure some environment specific values with having to set up another data connection.

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The best option is to create a global in your Editor and then override it via a configuration file on teh server with environment specific data.  When the definitions are downloaded to the client the override value will be used instead of the default editor value.  Since it is stored as a global it can be used just like any other global value as a property setting, in a rule, etc.

When publishing be sure to check the "Create override base files" to generate the templates.  You can then rename and edit the GlobalsBase.ini to Globals.ini and only include those values you want to override for the environment.  When removing entries be sure to leave the appropriate section headings for the values you are keeping.

Be sure to restart the Agentry app to pickup the file after changing.

--Bill