HCM Application Message
Similar to Oracle EBS we can create custom messages in Oracle Fusion too. Use below navigation to create custom message and call that custom message in fast formula.
1. Create Application Core Message:
Navigate to Manage Applications Core Message task to create a custom message
Message Name - XXXX_TEST
Application - Absence Management
Module - Application common
Message Number - 10000333 (any number greater than 10000000)
Short Text "This is my custom message."
2. Save and Close
3. Create Fast Formula
Navigate to Manage Fast Formula task. Create Global Absence Entry Validation Fast formula.
ERROR_MESSAGE = 'XXXX_TEST'
4. Save and compile.
5. Attach the fast formula to the object (element or absence), for example Absence Type >> Type Attributes >> Validation Formula
6. Create a new absence record for the above absence type and try to submit. System will throw the error "'This is my custom message."
0 Comments