Home Discussions Questions & Answers Dedicated API for Asynchronous Submission by Name

Dedicated API for Asynchronous Submission by Name

Avatar photoCustomer January 20, 2021 at 6:30 am

I want to avoid the rigid positional argument mapping of the FND API. How can I use the Blitz Report API to submit asynchronously and set parameters by name?

Viewing 2 reply threads
  • Author
    Replies
    • Support January 22, 2021 at 8:38 am  

      You can use the API `xxen_api.report_submit_concurrent_`. This allows referencing the report, parameter, and template names by name or ID instead of relying on argument position. You first call this function to get a `l_run_id`.

    • Avatar photoCustomer January 24, 2021 at 12:20 am  

      Once I have the `run_id`, how do I set a user parameter and a runtime option like the output format?

    • Support January 25, 2021 at 9:30 am  

      For user parameters, you call `xxen_api.set_parameter_value_` referencing the `l_run_id`. For runtime options (like `TEMPLATE_NAME`, `EMAIL`, or `OUTPUT_FORMAT`), you use the procedure `xxen_api.set_runtime_option`.

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

Login with: