Requirement:
So we have simple rquirement where on click of a link, new tab will open with SaaS URL and path parameter
Problem:
The SaaS URL will be based on the corresponding PaaS URL. As The application is migrated from one environemnt from another, the SaaS URL will also needs to be updated so that new tab points to correct SaaS URL.
For Example:
If My application is running on DEV1 PaaS then, the new tab should open with DEV1 SaaS Url.
If My application is running on DEV3 PaaS then, the new tab should open with DEV3 SaaS Url.
I need to configure this SaaS URL in VBCS so that whenever the link is clicked, The SaaS URL is picked and concatenated with pathe parameter before openning it in new tab.
The migration is done by Admin team who has no knwoledge of application but they can update the configuration on migration like the Service connection URLS.
Is there a way to configure URLS/any attributes that can be easily modified based on environment where application is deployed?