Hi,
This post is around custom role centers. I have designed a custom role center and want to display my own data cues. I have designed that cue page that works correctly (meaning I can call that page from an action and the tiles appear correctly). However I cannot get ANY content parts to show up on the role center page. Here is the code where I am laying these out - the cue page is the "Dispatch Activities" page. I also tried throwing in a built-in content part for headlines and that does not appear either.
The second problem with this custom role center is that I cannot in the PRODUCTION environment I cannot edit a profile to assign this page to a profile ID, the data appears to be read-only.
page 50051 "My Role Center"
{
PageType = RoleCenter;
SourceTable = "Dispatch Cue";
layout
{
area(content)
{
part(DispatchOrders; "Dispatcher Activities")
{
ApplicationArea = All;
Visible = true;
}
part(News;"Headline RC Business Manager")
{
ApplicationArea = All;
Visible = true;
}
}
}
actions
{
area(Sections)
{
group("Sales")
...etc.