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
Returns
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
Returns
| Type |
Description |
|
Guid
|
Guid representing the import diagnostics ID
|
ShowProfileDiagnostics
procedure ShowProfileDiagnostics(DiagnosticsNotification: Notification)
Parameters
| Name |
Type |
Description |
|
DiagnosticsNotification
|
Notification
|
|
See also