Archives

Wednesday, April 5, 2017

Default value for importing DFF values through WebADI

Follow the below steps

1. Navigation: System Administrator --> Application --> Function.
2. Query for function with the below values: BNE_ADI_CREATE_DOCUMENT

    Function Name: BNE_ADI_CREATE_DOCUMENT
    User Function Name: Desktop Integration - Create Document

3. Replace the value in the "Parameters" field to the below

Default value: bne:page=BneCreateDoc

New Value: bne:page=BneCreateDoc&bne:validation=True&bne:import=True&bne:importFlex=IMPORTNOVALIDATION

4. The value for "importFlex" can be found in the below lookup

    Navigation: Application Developer --> Application --> Lookups --> Application Object Library
   
    F11 --> Query for Type/Meaning: BNE_IMPORT_FLEX

    This can be selected from the database as well using the below query

    SELECT lookup_code
       FROM fnd_lookups
    WHERE lookup_type = 'BNE_IMPORT_FLEX';

    Select appropriate code in the lookup values and pass as parameter value to "importFlex"

    Default is "NOIMPORT"

4. Save.

5. Run the Concurrent Program: "Compile Security" with parameter as "Yes"

6. Verify if the option is selected corrected as changed in the function setup.


No comments:

Post a Comment