Launch a URL from Tools Menu using Form Personalization [message #208001] |
Thu, 07 December 2006 14:29 |
vbattle
Messages: 6 Registered: October 2006
|
Junior Member |
|
|
I am using Oracle E-Business Suite 11.5.10.2. I am trying to use Forms Personalization to create a menu item in the Tools menu, labelled iProcurement. I want the user to be able to click that menu item and go to the iProcurement home page. I will provide the rules I created. If someone can tell me if I need to turn on/off something or add another step, it would be appreciated.
These are the steps I've taken so far:
Rule 1: Seq = 10; Description: MENU1 - iProcurement;
Level: Function;
Conditions:
Trigger Event: WHEN-NEW-FORM-INSTANCE;
Processing Mode: Not in Enter-Query mode;
Actions:
Seq = 10; Type = Menu;
Description = MENU1 - iProcurement;
Language = ALL; Enabled = yes; Menu entry = MENU1;
Menu Label = iProcurement;
Rule 2: Seq = 20; Description: MENU1 - Enable;
Level = Function;
Conditions:
Trigger Event: MENU1;
Processing Mode: Not in Enter-Query mode;
Actions:
Seq = 10; Type = Builtin;
Description = MENU1 - Enable;
Language = ALL; Enabled = yes;
Builtin Type = Launch a URL;
Argument = http://www.whatever.com
Target = Blank;
The menu item does not appear in the Tools menu. At one point it did, but it wasn't enabled. Now I can't get it to appear at all. Help! I am using Oracle E-Business Suite 11i.5.10. I am trying to use Forms Personalization to create a menu item in the Tools menu, labelled iProcurement. I want the user to be able to click that menu item and go to the iProcurement home page. I will provide the rules I created. If someone can tell me if I need to turn on/off something or add another step, it would be appreciated.
These are the steps I've taken so far:
Rule 1: Seq = 10; Description: MENU1 - iProcurement; Level: Function;
Conditions:
Trigger Event: WHEN-NEW-FORM-INSTANCE;
Processing Mode: Not in Enter-Query mode;
Actions:
Seq = 10; Type = Menu; Description = MENU1 - iProcurement;
Language = ALL; Enabled = yes; Menu entry = MENU1;
Menu Label = iProcurement;
Rule 2: Seq = 20; Description: MENU1 - Enable; Level = Function;
Conditions:
Trigger Event: MENU1;
Processing Mode: Not in Enter-Query mode;
Actions:
Seq = 10; Type = Builtin; Description = MENU1 - Enable;
Language = ALL; Enabled = yes;
Builtin Type = Launch a URL;
Argument = http://www.whatever.com
Target = Blank;
The menu item does not appear in the Tools menu. At one point it did, but it wasn't enabled. Now I can't get it to appear at all. Help!
|
|
|