Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Fast Formula not retrieving updated Message text
Hi,
I have created a message Application Developer/Application/Messages and calling it from a Fast Formula.
The relevant section of the fast formula looks like below, and is used to validate Timecard entries.
==================
(rule_status = 'E'
message1 = 'XXHXC_ASSIGNMENT_HOUR_VALID_4'
token_name1 = 'TOKEN'
token_value1 = ' ')
RETURN rule_status, message1, token_name1, token_value1
==================
I have noticed that the fast formula is indeed calling the message. But when I updated the value of Current Message in Application Developer/Application/Messages, the error message in Timecard entry is still retrieving the original message text value, though I believe the original message text has been overwritten.