Wiki source code of InstallApp
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = Introduction = |
2 | |||
3 | InstallApp function in XSLT is designed to install an application in a specified environment. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | * **appName**: represente the name or identifier of the application to be installed. | ||
8 | * **env**: specify the target environment where the application should be installed. | ||
9 | |||
10 | = Uses = | ||
11 | |||
12 | {{code language="XML"}} | ||
![]() |
3.1 | 13 | <TEST><xsl:value-of select="ixf:InstallApp('appName','envAlias')"></xsl:value-of></TEST> |
![]() |
1.1 | 14 | |
15 | {{/code}} | ||
16 | |||
17 | === Notes === | ||
18 | |||
19 | * Ensure that the necessary permissions and prerequisites are met for installing applications in the specified environment |