Question about creating a Defined Data Structure

Question about creating a Defined Data Structure

Comments

  • I want to create a Defined Data Structure that has all the same data members that will be returned from a query.
    Is there a way when creating a Defined Data Structure to get all the Data Members from the query so you dont have to add each of them individually ?

  • When you create a query integration in Decisions, we will automatically generate a type to be used that contains all of the data members derived from the schema of that table. This is done withhout you having to specify anything.
    You can find your query types in the portal in the following place to both examine their structure and use them.
    System > Designers > Data Structures > QueryDefinition Types
    This can be used as a normal data type anywhere in Decisions.

Sign In or Register to comment.