Where to define end point to call through Topology manager in groovy scripts
Summary:
Access dynamic URL through groovy scripts with below code,
oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('OPA_HUB_URL')
Where to define 'OPA_HUB_URL' ?
Content (required):
Hi,
We are accessing a OPA form via Sales cloud button.
In Sales cloud 'Actions and Links' section has a groovy script to get the url from oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('OPA_HUB_URL');
After an OPA upgrade, this points to incorrect environment.
Where should I change the values to refer correct environment?
Version (include the version you are using, if applicable):
Oracle Cloud Application
21D (11.13.21.10.0)
Code Snippet (add any code snippets that support your topic, if applicable):