OnAfterAddRoleCenters Event
Event that is raised after all role centers that are supported by the Eagle Activities page have been added.
When adding the page "QWEEG Eagle Activities" to a custom role center, a filter must be set on "Role Center Page Id Filter".
As an example, when adding this activities page to the "My Role Center" page, the filter should be set to the ID of the "My Role Center" page as follows:
part("Eagle Activities"; "QWEEG Eagle Activities")
{
ApplicationArea = All;
Caption = 'Eagle', Locked = true;
SubPageView = where("Role Center Page Id Filter" = const(Page::"My Role Center"));
}
Then add the same page ID to the list of supported role centers in a subscriber of this event.
RoleCenters.Add(Page::"My Role Center");
This will add this role center on the Eagle Cue Setup list.
Signature
[IntegrationEvent(false, false)]
OnAfterAddRoleCenters(var RoleCenters: List of [Integer])
Parameters
var RoleCenters
List of [Integer]
A list of supported role centers. Add the page IDs of the role centers that should be supported by the Eagle Activities page.
This documentation is generated from Eagle v27.0