For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hi, We have a validation wherein when errored out, we would like to display a message with a link for the user to click. However, it seems that APEX renders any html codes in the Error Message field as text. Is there anyway to do this? APEX Version: 21.1 Validation Type: Function Body (returning Boolean) Error Message: This account already exists. If you are the owner of this account, click <a href="f?p=&APP_ID.:13:&APP_SESSION.::NO::P13_BANK_ACCOUNT_NUM,P13_BANK_PARTY_ID,P13_BRANCH_PARTY_ID:&P21_BANK_ACCOUNT_NUMBER.,&P21_BANK_PARTY_ID.,&P21_BRANCH_PARTY_ID.">here</a> to claim ownership of the said account. Display Location: Inline with Notification Associated Item: ITEM_NAME Here's a screenshot of the notification. And this is how it looks like when I inspect the notification. Regards, Allen