Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 In the Edit Output Mapping page, you can define query result export options. Query Request Export feature must be used in conjunction with boxcarringrequest box. It allows individual queries executed in a request boxsession r to communicate with each other. The concept is 'exporting' a specific result element so that the next calling query will get that result element as a query parameter. So, if you've two queries, namely, 'query1' and 'query2' that's executed sequentially in a request boxsessionbox, and if 'query1' has a specific result element and that element is exported with the name 'foo', then 'query2' also gets a query param named 'foo'. So when this request boxsession box session is executed, the query1's exported value will be passed into query2 as an input parameter.

...

For a demonstration on the usage of export options, refer to request boxSample . 

Access control by user roles

...