Recent searches
No recent searches

Sorin Vatasoiu
Joined Apr 15, 2021
·
Last activity Feb 14, 2022
Following
0
Followers
0
Total activity
7
Votes
0
Subscriptions
2
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Sorin Vatasoiu
Sorin Vatasoiu commented,
Cedric,
Thank you again for your help.
I'm now able to set and use the custom environmental variables for my app.
I post here the code that worked, it may help other people, as many examples on the web are for v1 framework and they do not seems to work for v2
var zendeskAcsWSurl = '';
View comment · Posted May 15, 2017 · Sorin Vatasoiu
0
Followers
0
Votes
0
Comments
Sorin Vatasoiu commented,
Cedric,
I tried to follow your advice and I added a new line to the manifest file "ACSServiceBaseUrl":
I added the line with an empty value as I was expecting to fill it an use it in the app settings and use it in the code.
After I validated, packaged and install the app in Zendesk, I opened the the app settings, but I do not see a place where I can update a value for "ACSServiceBaseUrl".
Did I miss anything from your explanation?
manifest.json
View comment · Posted May 12, 2017 · Sorin Vatasoiu
0
Followers
0
Votes
0
Comments
Sorin Vatasoiu commented,
Thank you for those ideas. This seems to be the correct way to do the setup.
View comment · Posted May 01, 2017 · Sorin Vatasoiu
0
Followers
0
Votes
0
Comments
Sorin Vatasoiu commented,
Cedric,
Thank you for the response.
I see how your solution will move the variables from the javascript code (where I have them now) to the manifest file.
Does this means that for various environments, I will need to have more manifest files, of that I will need to change the values in the manifest before each "zap package" operation?
View comment · Posted May 01, 2017 · Sorin Vatasoiu
0
Followers
0
Votes
0
Comments
Sorin Vatasoiu created a post,
I did built a custom app that integrate another system into the Zendesk UI for our company.
The application is working very well and I'm getting ready to deploy it into the production environment.
There are few variables that hold connection information that will need to switch between values based on the environment where it is deployed.
Those variables holds url's for web services, database connection strings, logging setup...
I would like to know if there are best practices for setting and managing those environmental variables to be easy to deploy the app in different environment?
Posted May 01, 2017 · Sorin Vatasoiu
0
Followers
10
Votes
19
Comments