Technical Articles
Miscellaneous Technology
Forms Personalization - Best Practices
| Forms Personalization - Best Practices | | Print | |
| Written by Anil Passi | |
| Wednesday, 24 October 2007 | |
|
When it comes to doing forms personalizations in Oracle's eBusiness Suite, it is good to follow certain guidelines. We all know that forms personalization create a layer of customization on top of the standard Apps D2K Forms. Please find a list of guidelines can be regarded as the best practices when it comes to doing forms personalizations in Oracle Apps.
Global Variable Names
FNDLOAD
Decide a master environment
Tools Menu To create new Tool Menus, always use MENU1-MENU15, as Oracle guarantees never to use these during development. Same is not true for SPECIAL Menus, as Oracle development may release a patch utilising the same SPECIALx as you may have personalized. MENU1..15 is available starting from 11.5.10 CU2 onwards
Before reporting a bug/SR in Forms via Metalink, reproduce the issue by disabling customizations
Comments
(8)
Thanks Anil...
written by Vinay , October 31, 2007
Hi Anil,
I have gone thru the examples you have given on forms personalization.I got a request to personalize the form and I want to use the Type = "Builtin" and Builtin Type = "Create Record Group from Query" for that form personalization which you have given as an example in the link "http://oracle.anilpassi.com/forms-personalizations.html".But I could not find Bultin Type = "Create Record Group from Query". I am using 11.5.10.2 version of Oracle Apps.I checked in earlier version 11.5.8 also.But I could not find. May I know by using which version you have given that example and in which versions it is available? Thanks Vinay
Hi Anil,
How can I Enable/Disable Dff for a specific responsibility using Forms Personalization. Thank You Anjana
Can we add button to Apps screen through Forms Personalization????
Thx
hi anil,
its great job. moreover i am looking for job in Oracleapps technical consultant. so can u guide to prepare myselfe as same
how can i populate a message based on a condition in the form using forms personalization
You must be logged in to a comment. Please register if you do not have an account yet.
|
I have a doubt in Personalisation.
I am currently doing the payment extract interface program for the bank. The point here is that the bank doesn't allow some characters which are considered as special characters like (#,$,%,^,*,&) etc..In most of the information like vendor name and invoice numbers they are using these characters.
In my interface program, i am removing this special characters and replacing it with space or ' ' symbol as prescribed by bank through translate command.
translate(VENDOR_NAME,'/!;"{}[]|=_*&^%$@~#',' ')
But i am planning to restrict them at the form level itself.
I tried using Personalisation with the condition.
:VNDR.VENDOR_NAME_MIR != translate(:VNDR.VENDOR_NAME_MIR,'/!;"{}[]|=_*&^%$@~#',' ')
In the Actions, I have given a message of type 'Error' and it is also firing.
My question is
Is there any possibility of giving
RAISE_FORM_TRIGGER_FAILURE OR
RAISE_APPLICATION_ERROR unless and until they delete/remove the special characters?
Please help me on this.
Regards
Santhosh