Table of Contents

Codeunit "Plan Ids"

ID 9027
Namespace: System.Azure.Identity

Exposes functionality to get plan IDs.

Properties

Name Value
Access Public
InherentEntitlements X
InherentPermissions X

Methods

GetBasicPlanId

Returns the ID for the Dynamics 365 Business Central Basic Financials plan.

procedure GetBasicPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Basic Financials plan.

GetTeamMemberPlanId

Returns the ID for the Dynamics 365 Business Central Team Member plan.

procedure GetTeamMemberPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Team Member plan.

GetMicrosoft365PlanId

Returns the ID for the Microsoft 365 plan.

procedure GetMicrosoft365PlanId(): Guid

Returns

Type Description
Guid

The ID for the Microsoft 365 plan.

GetEssentialPlanId

Returns the ID for the Dynamics 365 Business Central Essentials plan.

procedure GetEssentialPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Essentials plan.

GetPremiumPlanId

Returns the ID for the Dynamics 365 Business Central Premium plan.

procedure GetPremiumPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Premium plan.

GetViralSignupPlanId

Returns the ID for the Dynamics 365 Business Central for IWs plan.

procedure GetViralSignupPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central for IWs plan.

GetExternalAccountantPlanId

Returns the ID for the Dynamics 365 Business Central External Accountant plan.

procedure GetExternalAccountantPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central External Accountant plan.

GetDelegatedAdminPlanId

Returns the ID for the Delegated Admin agent - Partner plan.

procedure GetDelegatedAdminPlanId(): Guid

Returns

Type Description
Guid

The ID for the Delegated Admin agent - Partner plan.

GetDelegatedBCAdminPlanId

Returns the ID for the Delegated BC Admin agent - Partner plan.

procedure GetDelegatedBCAdminPlanId(): Guid

Returns

Type Description
Guid

The ID for the Delegated BC Admin agent - Partner plan.

GetBCAdminPlanId

Returns the ID for the Internal BC Administrator plan.

procedure GetBCAdminPlanId(): Guid

Returns

Type Description
Guid

The ID for the Internal BC Administrator plan.

GetD365AdminPartnerPlanId

Returns the ID for the Dynamics 365 Admin - Partner plan.

procedure GetD365AdminPartnerPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Admin - Partner plan.

GetD365AdminPlanId

Returns the ID for the Dynamics 365 Administrator plan.

procedure GetD365AdminPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Administrator plan.

GetGlobalAdminPlanId

Returns the ID for the Global Administrator plan.

procedure GetGlobalAdminPlanId(): Guid

Returns

Type Description
Guid

The ID for the Global Administrator plan.

GetTeamMemberISVPlanId

Returns the ID for the D365 Business Central Team Member - Embedded plan.

procedure GetTeamMemberISVPlanId(): Guid

Returns

Type Description
Guid

The ID for the D365 Business Central Team Member - Embedded plan.

GetEssentialISVPlanId

Returns the ID for the Dynamics 365 Business Central Essential - Embedded plan.

procedure GetEssentialISVPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Essential - Embedded plan.

GetPremiumISVPlanId

Returns the ID for the Dynamics 365 Business Central Premium - Embedded plan.

procedure GetPremiumISVPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Premium - Embedded plan.

GetEssentialAttachPlanId

Returns the ID for the Dynamics 365 Business Central Essential - Attach plan.

procedure GetEssentialAttachPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Essential - Attach plan.

GetDeviceISVPlanId

Returns the ID for the Dynamics 365 Business Central Device - Embedded plan.

procedure GetDeviceISVPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Device - Embedded plan.

GetDevicePlanId

Returns the ID for the Dynamics 365 Business Central Device plan.

procedure GetDevicePlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Device plan.

GetBasicFinancialsISVPlanId

Returns the ID for the Dynamics 365 Business Central Basic Financials - Embedded plan.

procedure GetBasicFinancialsISVPlanId(): Guid

Returns

Type Description
Guid

The ID for the Dynamics 365 Business Central Basic Financials - Embedded plan.

GetAccountantHubPlanId

Returns the ID for the Microsoft Dynamics 365 - Accountant Hub plan.

procedure GetAccountantHubPlanId(): Guid

Returns

Type Description
Guid

The ID for the Microsoft Dynamics 365 - Accountant Hub plan.

GetHelpDeskPlanId

Returns the ID for the Delegated Helpdesk agent - Partner plan.

procedure GetHelpDeskPlanId(): Guid

Returns

Type Description
Guid

The ID for the Delegated Helpdesk agent - Partner plan.

GetInfrastructurePlanId

Returns the ID for the D365 Business Central Infrastructure plan.

procedure GetInfrastructurePlanId(): Guid

Returns

Type Description
Guid

The ID for the D365 Business Central Infrastructure plan.

GetPremiumPartnerSandboxPlanId

Returns the ID for the D365 Business Central Premium Partner Sandbox plan.

procedure GetPremiumPartnerSandboxPlanId(): Guid

Returns

Type Description
Guid

The ID for the D365 Business Central Premium Partner Sandbox plan.

See also