Codeunit "Profile Helper"

ID 9173
Namespace: System.Environment.Configuration

Methods

ImportProfileConfigurationPackage

procedure ImportProfileConfigurationPackage(ServerFileName: Text)

Parameters

Name Type Description
ServerFileName Text

ReadProfilesFromPackage

procedure ReadProfilesFromPackage(var TempProfileImport: Record "Profile Import" temporary, var ImportID: Guid): Boolean

Parameters

Name Type Description
TempProfileImport Table System.Environment.Configuration."Profile Import"
ImportID Guid

Returns

Type Description
Boolean

ImportProfiles

Given a read profile package, this function will import the profiles specified from that package

procedure ImportProfiles(var TempProfileImport: Record "Profile Import" temporary): Guid

Parameters

Name Type Description
TempProfileImport Table System.Environment.Configuration."Profile Import"

Returns

Type Description
Guid

Guid representing the import diagnostics ID

ShowProfileDiagnostics

procedure ShowProfileDiagnostics(DiagnosticsNotification: Notification)

Parameters

Name Type Description
DiagnosticsNotification Notification

See also