R12: PAXBUEBU Personalization Not Working on Projects Form Block BUDGET_ITEMS with RAISE FORM_TRIGGE
Hi All,
I have done below form personalization on 'Project Budget' form to restrict Burdened Cost when there is value less then 100.
Seq: 1
Description: Validate Budget Amount with Available amount
Level: Function
Enabled: Yes
Condition
---------
Event Trigger: WHEN-VALIDATE-RECORD
Trigger Object: BUDGET_ITEMS
Condition: ::BUDGET_ITEMS.BURDENED_COST< TO_NUMBER(100) AND :SYSTEM.RECORD_STATUS in ('CHANGED', 'NEW', 'INSERT')
Processing Mode: Both
Actions
-------
Seq: 1 [Working]
Type: Message
Language: All
Enabled: Yes
Message Type: Error
Message Text: TESTING ERROR.
Seq: 2 [Not Working]
Type: Builtin
Language: All
Enabled: Yes
Builtin Type: RAISE FORM_TRIGGER_FAILURE
Please help me it is very urgent.