ExecuteMap
Executes a map.
This function executes a map. Nothing is returned from the map execution, which is completely separate from the currently executing map. The map is executed entirely before the function returns, so it is possible for the current map (the map calling this function) to depend on the results of the called map execution.
Arguments
Properties | Add as many Property functions as needed to specify the properties to be passed to the map to execute. |
Properties
Map Path | Enter the full path name of the map to execute. For example, if
you want to execute a map called DepartmentMap in the project Personnel, the name would be
/Personnel/Maps/DepartmentMap. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |