Codeunit "Default Role Center"
ID 9172
Namespace: System.Environment.Configuration
The codeunit that emits the event that sets the default Role Center. To use another Role Center by default, you must have a profile for it.
Properties
| Name | Value |
|---|---|
| Access | Public |
| InherentEntitlements | X |
| InherentPermissions | X |
Events
OnBeforeGetDefaultRoleCenter
Integration event for setting the default Role Center ID.
[IntegrationEvent(False,False)]
internal procedure OnBeforeGetDefaultRoleCenter(var RoleCenterId: Integer, var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| RoleCenterId | Integer |
Out parameter holding the Role Center ID. |
| Handled | Boolean |
Handled pattern |