Table of Contents

Codeunit "System Privacy Notice Reg."

ID 1566
Namespace: System.Privacy

This codeunit registers platform level privacy notices and provides procedures to consistently reference the privacy notices.

Properties

Name Value
InherentEntitlements X
InherentPermissions X

Methods

GetMicrosoftLearnID

Gets the Microsoft Learn privacy notice identifier.

procedure GetMicrosoftLearnID(): Code[50]

Returns

Type Description
Code[50]

The privacy notice id for Microsoft Learn.

GetTeamsPrivacyNoticeId

Gets the Microsoft Teams privacy notice identifier.

procedure GetTeamsPrivacyNoticeId(): Code[50]

Returns

Type Description
Code[50]

The privacy notice id for Microsoft Teams.

GetPowerAutomatePrivacyNoticeId

Gets the Power Automate privacy notice identifier.

procedure GetPowerAutomatePrivacyNoticeId(): Code[50]

Returns

Type Description
Code[50]

The privacy notice id for Power Automate.

GetPowerAutomatePrivacyNoticeName

Gets the Power Automate privacy notice name.

procedure GetPowerAutomatePrivacyNoticeName(): Code[250]

Returns

Type Description
Code[250]

The privacy notice name for Power Automate.

GetBingPrivacyNoticeName

Gets the Bing privacy notice name.

procedure GetBingPrivacyNoticeName(): Code[50]

Returns

Type Description
Code[50]

The privacy notice name for Bing.

See also