Changes for page Variables
Last modified by Outhman Moustaghfir on 2024/08/12 15:44
<
edited by Outhman Moustaghfir
on 2024/08/12 15:44
on 2024/08/12 15:44
edited by Outhman Moustaghfir
on 2024/02/02 10:39
on 2024/02/02 10:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,13 +15,12 @@ 15 15 |(% style="width:506px" %)iXFileType|(% style="width:970px" %)type of file 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 -|(% style="width:506px" %)iXError|(% style="width:970px" %)get error message 19 -|(% style="width:506px" %)iXErrorConnector|(% style="width:970px" %)get the connector causing the error 20 20 21 -== Important Note: == 22 22 23 - Certainvariables areoverriddentoaccommodate connector-specificconfigurations. The following variableswill be removed from the scenario context afterconnector execution:20 +== Important Note for Connector Users: == 24 24 22 +Certain variables are overridden to accommodate connector-specific configurations. The following variables will be removed from the scenario context during connector execution: 23 + 25 25 * iXScenario 26 26 * iXEnv 27 27 * iXSwitchEnv ... ... @@ -30,13 +30,11 @@ 30 30 * iXFrom 31 31 * iXServerConfig 32 32 * iXDirectory 33 -* iXOutputFileName 34 -* iXInputCharset 35 -* iXOutputFileName 36 -* iXXsl 37 -* iXFormat 38 -* iXCharset 32 +* IXOutputFileName 33 +* IXInputCharset 34 +* IXOutputFileName 35 +* IXXsl 39 39 40 -**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.37 +**Note:** Once a connector completes its execution, the overridden values of these variables will be cleared from the context. Therefore, subsequent connectors in the scenario won't have access to these values unless explicitly set again within their respective configurations. 41 41 42 42 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.