Sunday, December 19, 2010

Customizing the upload screen for custom WebADI integrators



1. Go to the Oracle WebADI Menu after logging in Oracle Apps.

2. Click the Create document sub menu. You will get something like this in your url pane in the internet explorer :

<apps_url>/OA_HTML/BneApplicationService?bne:page=BneCreateDoc

3. Once you press enter after replacing BneCreateDoc with BneParameter, you will get a page which will ask you to choose an application. Choose the application General Ledger and click next. It will navigate you to parameter definition page.

4. Search for the following parameter UPL_JOURNALS. Duplicate this parameter and rename the duplicated one with your own custom name.

5. Update the 11 different parameter values with your custom values. You can remove certain parameters which you don’t want in your parameter list and change the default values for certain fields like,if you want by default all rows should be selected in the upload screen you can do that. Once you are done with the changes, save it.

6.Update the column bne_integrators_b.upload_param_list_code for your integrator using the package BNE_INTEGRATORS_PKG with the name used in  step4.

If you want to make the upload options invisible from the upload screen, please set the BNE Allow Set Parameter to 'No' in the system profiles.




No comments:

Post a Comment