Description
Returns a variable from the deployment template from which the client was installed. Alternatively, the template is fetched from the businessunit that the client was linked to at installation time.
Syntax
CMS_GetDeploymentTemplateVariable(sSection, sVariable) As string
Parameters
sSection (String)
Name of the section in the template
sVariable (String)
The requested variable
Return value
Result will be stored in gsValue
Example
If bStatus Then bStatus = CMS_GetPackageStatus("CapaInstaller", "v1.0") If bStatus Then bStatus = Job_WriteLog("Custom", "gsValue: " & gsValue, bStatus, True) |