cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
326
Views
0
Helpful
1
Replies

App name as enterprise data

shongunisys
Level 1
Level 1

Is there a way to retrieve application name from DB or an enterprise data?

1 Reply 1

Dennis Fogler
Cisco Employee
Cisco Employee

I have been thinking about this & here is what I have come up with. In your script create a String variable Called ApplicationName and check the box Parameter.

By checking the Parameter box, it will make the variable visible and its initial value assignable through the Application Administration Web Interface.

When you set up the application assign the ApplicationName Parameter to the name of your application. The Application will initialize the variable with the default value you assign through the web interface. This way if you have multiple applications calling the same script you can reference the ApplicationName Parameter in your script to determine which application triggered the script.

Hope This Helps. Please Rate All Helpful Posts!!