Home Discussions Questions & Answers Export API Parameters for Dependent Objects

Export API Parameters for Dependent Objects

Avatar photoCustomer January 21, 2021 at 9:21 pm

When migrating reports, we need to ensure all dependent setup, like LOV definitions and category assignments, are included in the exported XML. Which parameters control this in `export_file_data`?

Viewing 2 reply threads
  • Author
    Replies
    • Support January 23, 2021 at 5:47 pm  

      You control this using specific optional parameters. To include definitions used by the report, you set parameters such as `p_include_lovs`, `p_include_categories`, `p_include_assignments`, and `p_include_templates` to ‘Y’.

    • Avatar photoCustomer January 24, 2021 at 1:34 am  

      What about multi-language column translations and number formats?

    • Support January 24, 2021 at 9:11 am  

      For column translations and number formats, you use `p_include_columns`. Be aware that using this option might slow down the export significantly, as the database needs to parse all exported report SQLs to identify column names.

Viewing 2 reply threads
  • You must be logged in to reply to this post.

Login with: