Changes for page Variables
Last modified by Outhman Moustaghfir on 2024/08/12 15:44
<
>
edited by Outhman Moustaghfir
on 2024/02/02 10:39
on 2024/02/02 10:39
edited by Outhman Moustaghfir
on 2024/02/06 12:42
on 2024/02/06 12:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,11 +16,10 @@ 16 16 |(% style="width:506px" %)IXApp|(% style="width:970px" %)name of application 17 17 |(% style="width:506px" %)IXAppPath|(% style="width:970px" %)the path of application 18 18 19 +== Important Note: == 19 19 20 - ==ImportantNote forConnectorUsers:==21 +Certain variables are overridden to accommodate connector-specific configurations. The following variables will be removed from the scenario context after connector execution: 21 21 22 -Certain variables are overridden to accommodate connector-specific configurations. The following variables will be removed from the scenario context during connector execution: 23 - 24 24 * iXScenario 25 25 * iXEnv 26 26 * iXSwitchEnv ... ... @@ -29,11 +29,13 @@ 29 29 * iXFrom 30 30 * iXServerConfig 31 31 * iXDirectory 32 -* IXOutputFileName 33 -* IXInputCharset 34 -* IXOutputFileName 35 -* IXXsl 31 +* iXOutputFileName 32 +* iXInputCharset 33 +* iXOutputFileName 34 +* iXXsl 35 +* iXFormat 36 +* iXCharset 36 36 37 -**Note:** Once a connector completes its execution, the overridden values of these variables will be cleared from the c ontext. Therefore, subsequent connectors in the scenario won't have access to these values unless explicitly set again within their respective configurations.38 +**Note:** Once a connector completes its execution, the overridden values of these variables will be cleared from the scenario. Therefore, subsequent connectors in the scenario won't have access to these values unless explicitly set again within their respective configurations. 38 38 39 39 It is recommended to set these variables within the connector configuration if they need to be accessed or manipulated in subsequent steps of the scenario.