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 the query.
    Is there a way when creating a Defined Data Structure to get all the Data Members that will be returned from the query so you dont have to add each of them individually ?

  • Hi,
    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.

    Just wanted to follow up on this ticket to see if you needed any more help with types generated from Integration components.

Sign In or Register to comment.