How to make an Action Link dynamic to consume it from Oracle web as well as MS Teams Channel
Summary:
We have a requirement to consume action links from Web and MS Teams.
We are consuming the action links from Dev and Prod and hence we have added dev and prod respective endpoints to the action link we have for the Employment Information Page.
For Dev we have added the link as-
<a href="https://hdbq-dev1.fa.us2.oraclecloud.com/fscmUI/redwood/employment-info/view/assignments">here</a>.
For Prod we have added the link as -
<a href="https://hdbq.fa.us2.oraclecloud.com/fscmUI/redwood/employment-info/view/assignments">here</a>.
Our question is how can we make the action links dynamic to make it accessible from both the channels?