InstallApp
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Introduction
InstallApp function in XSLT is designed to install an application in a specified environment.
Parameters
- appName: represente the name or identifier of the application to be installed.
- env: specify the target environment where the application should be installed.
Uses
<TEST><xsl:value-of select="ixf:InstallApp('appName','envAlias')"></xsl:value-of></TEST>
Notes
- Ensure that the necessary permissions and prerequisites are met for installing applications in the specified environment