Inserting the Connector 365 Role Centre into existing Role Centers

If you would like to integrate the Connector 365 role centre into existing role centres, use the following template for a corresponding page extension:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
pageextension [ID] "[Name of the page extension]" extends "[Page to be extended to include role center]"
{
    layout
    {
        addafter("User Tasks Activities")
        {
            part("BEL365 Connector 365"; "BEL365 Connector 365 Cue Page")
            {
                Caption = 'Connector 365';
                ApplicationArea = All;
            }
        }
    }
}

This inserts the Connector 365 role center into the layout of the existing page with role center after “User Tasks Activities”.