This small example shows how you can make the following as default options for the WebADI uploads :-
Import Flex fields : by default it should be enabled for all the uploads.
Import Flex fields without validation : by default is should be enabled for all the uploads.
Steps :-
1. Goto System Administrator > Application > Function.
2. Search for the following function using CTRL+F11 : "BNE_CREATE_DOCUMENT"
3. Go to the "Form" tab on the form functions window.
4. Put the following value in the parameters text box : bne:page=BneCreateDoc&bne:validation=True&bne:import=True&bne:importFlex=IMPORTNOVALIDATION
5. Save the changes and you are done. Now whenever you upload the WebADI template, you will find the default option is set to Import Flexfields and without validations.
It doesn't work. The option for DFF "Do not import" remains selected after the change.
ReplyDeletePlease try the following:-
DeleteClear the BNE cache Or
Bounce the apache server
For R12 GL, Add the needed parameter to the GL_ADI_CREATE_DOCUMENT function.
Delete1. make necessary changes, as required
- IMPORTVALIDATION (import DFF with validation)
- IMPORTNOVALIDATION (import DFF without validation)
- NOIMPORT (no import DFF)
2.Save your form function, then close the form.
3. Select "Requests" from the "View" menu in forms - and monitor the "Compile Security" request to ensure your menus are recompiled.
4. Exit out Oracle Applications (including Forms and the Self-Service Home page).
5. If change is not reflecting, request your DBA to to stop and restart the web server.