auto_stories Knowledge Base chevron_right Work Flow chevron_right Article

Object

This flow control creates an object with SQL Query. Other flow controls use this object control in the query or properties.

w5.jpg

Object control icon at Flow Tools

 

mceclip0.png

How it looks like on the Canvas

 

Remarks

This control does not have any Connection.

 

Properties

Text: The text that appears on the screen is written here.

SQL Query: A query is written for an object. The query contains alias to use this object at other controls.

 

Example Used

When you add an Object flow control to the Studio screen, you can change the text of this object. Here, for example; you can add three Object controls as below. These Object controls are used in the conditions of Decision control. The control makes it can be used a condition.

mceclip1.png

Flow screen

 

The SQL Query of the Object controls is as in below for this example. Here; “FileTypeSent" represents the name of the drop-down box in the related form.

mceclip2.png

Decision flow control has three conditions for the example. These conditions are chosen as Object control. The second part is shown the aliases of the Object query.

mceclip3.png

The formula operations of the Decision control