21

Could you pleas introduce a new property for profiles that we can hide them in the profile selection instead of abusing the property

ProfileDescription of the profile object.


This code

profile "PURCH"

{

    Enabled = true;

    Caption = 'Purchasing';

    ProfileDescription = 'Navigation menu only.';

    Promoted = true;

    RoleCenter = 8905;

}


should be changed to something like:


profile "PURCH"

{

    Enabled = true;

    Caption = 'Purchasing';

    ProfileDescription = 'Navigation menu only.';

Visibility = NavigationMenu; //New Property with Values, All,NavigationMenu

    Promoted = true;

    RoleCenter = 8905;

}




Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team