This article discusses how to use the Specification Host control.
Dialog Forms, launched from Item Lists, Dialog or Macro Buttons, are not supported inside of a Specification Host Control.
Use the Run Macro in Host Specification and Run Macro in Hosted Specification tasks.
These require the name of the Specification Host control and the name of the macro to run in the host or hosted Specification.
The return data from multiple Specification Host controls can be combined into a single table of data using the TableCombine function. Example. TableCombine(Project2Return,Project3Return).
The Specification Host Control has an Input Values property that you can use to pass an array of data into the Specification being hosted.
This array needs to take the form of a Name column (Names of Constants or Controls) and a Value column (Values to be passed to those constants or controls).
For examples of passing data into a hosted specification please see Input Values.
You can link the Specification Host control to a Child Specification List. Using the Specification Tasks properties.
This allows you to click on a macro and launch a new Child Specification that will be displayed in the Specification Host control.
When you are hosting a Project that itself contains a Child Specification List you will not be able to use the navigation at the side of the table. This behavior is expected because you are not setting the Specification Host Control when you click add.
Knowledge Base Article Ref: | KB16122101 |
---|