Additional Features
To enhance usability of Automation Studio, additional features are available on the Flowchart designer are:
IntelliSense
IntelliSense in Automation Studio is the expression building aid that includes features- List VB Expression and Select Parameter.
List VB Expression
It lists the valid VB expressions once you type the trigger character, a period (.) after the required parameter or expression. A few examples of such members are CopyTo, Insert, ToString and so on.
Select Parameters
You can select the intended parameter that you have already defined in Automation Studio, by pressing Ctrl+Space key together from the keyboard.
Auto Parameter Rename
If the parameter name is changed, it gets auto reflected at activity level at all the instances where it is used. The parameter name, used inside scripts and the code, must be changed manually.