Assign Profile to Business Unit
Description
Section titled “Description”This function is used to create assign an existing Profile to a Business Unit.
Syntax
Section titled “Syntax”Public Function AssignProfileToBusinessUnit(profileID As Integer, businessUnitName As String, changelogComment As String) As BooleanParameters
Section titled “Parameters”Return value
Section titled “Return value”Returns a boolean value. True if succeeded, false if not.
Example
Section titled “Example”VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")oCMS.SetDatabaseSettings("ServerName", "CapaInstaller", False)Wscript.echo oCMS.SetDefaultManagementPoint("2")
Wscript.echo oCMS.AssignProfileToBusinessUnit(28, "Skanderborg", "Added profile to BU from SDK")