How To Create Your First WebADI
How To Create Your First WebADI
1. First of all, check that two responsibilities are assigned to your user:
Desktop Integration
Desktop Integration Manager
If not, assign them to your user & clear the cache to see them at your home page
Write Integrator Name as follow, Remember to check “Display in Create Document Page”, Also
add these 2 function at Security Rules:
BNE_ADI_CREATE_DOCUMENT
BNE_CREATE_DOCUMENT
Then “Next”.
Write a Name for the Interface of your Integrator, and select its type. Note that if it is a “Table”,
you should register your table, so as to be able to find it at “Table Name” Search.
Then, press “Apply”.
Then, “Submit”. Do not navigate to the next steps if you would leave the “Content” or “Importer”
empty as you may face an Exception of nullpointerexception.
Choose the Fields that you want to display from the whole fields exist in your Integrator:
Choose what you want to customize, then “Apply”.
Saving your Document that way, enables you to save it as a form function as well, if you checked
“Save to Form Function”.
The Form Function name would be BNE_(Your Chosen Name). As seen below:
Add Your Function to any menu you want, so as to be able to download the sheet and upload
your data to Oracle Apps.
If you have added the function to a menu, but you can’t get it, clear the cache as mentioned
before and also clear the cache at BneServlet:
Go to YourServer/OA_HTML/BneAdminServlet
III. If you face error of “Invalid Integrator Key”, then add the name of generated
function of the created document to the “Security Rules” of your Integrator,
with already added ones before (BNE_ADI_CREATE_DOCUMENT &
BNE_CREATE_DOCUMENT):