Codeunit "Plan Configuration"
ID 9825
Namespace: System.Azure.Identity
Provides functionality to operation with plan configurations and customized permission sets related to a plan.
Properties
| Name | Value |
|---|---|
| Access | Public |
| InherentEntitlements | X |
| InherentPermissions | X |
Methods
IsCustomized
Checks if a plan configuration was customized.
procedure IsCustomized(PlanId: Guid): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| PlanId | Guid |
The ID of the plan for which to check. |
Returns
| Type | Description |
|---|---|
| Boolean |
True if the plan configuration was customized; false otherwise. |