Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Dynamic Rest URL to hyperlink
Summary:
Do we have limitation in Dynamic Reset URL changing to Hyperlink via HTML language in alert composer?
If yes Could you please let me know what's the workaround
Content (please ensure you mask any confidential information):
below is the HTML code
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
</style>
</head>
<body>
<p>Dear test pw_test,</p>
<p>Congratulations! Your Oracle Fusion Applications account has been successfully created.</p>
<p>Please follow the link below to reset your password:</p>
Click here to view more cat photos <a href="<a href="${resetUrl}">TEXT1</a>">cat photos></a>
0