Skip to Main Content

Cloud Platform

Announcement

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.

Global Absence Entry Validation Formula - Messages

72466Apr 15 2024

I am using the Global Absence Entry Validation Formula and using system messages to fire popups with different text on Submit.

My question is - can I suppress the message number from the popup? Currently I get the message text and in brackets the message number. I only want the text.

In my Formula:

VALID = 'N'
ERROR_CODE = 'W'
ERROR_MESSAGE = 'HRX:::XXXX_ABS_AL_TEST__VALID'
return VALID, ERROR_MESSAGE, ERROR_CODE
Comments
Post Details
Added on Apr 15 2024
0 comments
137 views