My Oracle Support Banner

How To Create Dynamic URL In The Email Template (Doc ID 2500840.1)

Last updated on APRIL 18, 2024

Applies to:

Oracle Fusion CX Sales Cloud Service - Version 11.13.18.01.0 and later
Information in this document applies to any platform.

Goal

How To Create Dynamic URL In The Email Template

How to pass dynamically the name of the POD in an URL link from Email Template?

A text field was created to be populated at the creation of the object with the POD's link . The used function is below:

def url = oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('ORA_CRM_UIAPP') + "/faces/FuseWelcome"

In the Email Template, when trying to create the URL using the new text field, upon saving the template, the value is lost.

https://[$Name_of_Field$]cardToOpen=MOO_OPPTYMGMTOPPORTUNITIES_CRM_CARD&tabToOpen=MOO_OPPTYMGMTOPPORTUNITIES_CRM&TF_subTabName=Summary&TF_skipToEditOptyId=[$OptyId$]

If the URL is created explicitly, it is saved correctly, even if it is having a field variable at the end.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.