Versions Compared

Key

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

...

  1. Generate the schemas for an entire queryset.  When there are a large number of queries in the configuration.xml, getting the schemas for all of them eliminates having to create a schema one by one for each query. The queryset schema can be uploaded to your application project one time and then you can add the relevant schema elements to your forms/workflows as you need them.

    Code Block
    http://<server>:<port>/database/BIRT/schema
  2. Generate a schema for each query.

    Code Block
    http://<server>:<port>/database/BIRT/allCustomers/schema

...