Changes for page Variables
Last modified by Outhman Moustaghfir on 2024/08/12 15:44
edited by Outhman Moustaghfir
on 2022/09/21 12:45
on 2022/09/21 12:45
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
-
... ... @@ -13,5 +13,27 @@ 13 13 |(% style="width:506px" %)iXFileName|(% style="width:970px" %)file name 14 14 |(% style="width:506px" %)iXDir|(% style="width:970px" %) Directory for FTP, event for TRK 15 15 |(% style="width:506px" %)iXFileType|(% style="width:970px" %)type of file 16 +|(% style="width:506px" %)IXApp|(% style="width:970px" %)name of application 17 +|(% style="width:506px" %)IXAppPath|(% style="width:970px" %)the path of application 16 16 17 - 19 + 20 +== Important Note for Connector Users: == 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 +* iXScenario 25 +* iXEnv 26 +* iXSwitchEnv 27 +* iXEnvParent 28 +* iXTo 29 +* iXFrom 30 +* iXServerConfig 31 +* iXDirectory 32 +* IXOutputFileName 33 +* IXInputCharset 34 +* IXOutputFileName 35 +* IXXsl 36 + 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. 38 + 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.