Wiki source code of UpgradeApp
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | === Overview === |
2 | |||
3 | UpgradeApp function in XSLT facilitates the process of updating an installed application to its latest version. | ||
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"}} | ||
13 | <TEST><xsl:value-of select="ixf:UpgradeApp('appName','envAlias')"></xsl:value-of></TEST> | ||
14 | |||
15 | {{/code}} | ||
16 | |||
17 | |||
18 | === Notes === | ||
19 | |||
20 | * Ensure that the necessary permissions and prerequisites are met for installing applications in the specified environment |