Oracle Apps - Forms Personalization Menu
Hi,
I am trying to display a Menu Item based on some conditions in the Invoice Review form in Oracle Projects Module
I have created below but seems that its not working and no menu is displayed:
Function: PA_PAXINRVW
Form: PAXINRVW
Condition Tab:
Trigger Event: WHEN-NEW-FORM-INSTANCE
Condition :SUMMARY_FOLDER.INVOICE_STATUS_M = 'Unapproved'
Processing: Not in Enter-Query Mode
Action Tab:
Type: Menu
Language: All
Enabled: check
Menu Entry: SPECIAL23
Menu Label: Notify...
Render Line: Checked
Enabled in Blocks: SUMMARY_FOLDER
for some reason the condition is not working and no menu is being displayed but when i leave the condition blank it appears.