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