Building a Role Center
The Role Center is like a dashboard that displays data and functionality related to a specific user role. This recipe will show you how to create a Role Center page for the new RoleTailored client.
How to do it...
Create a new page from Object Designer.
Set the properties of the page as follows:
Property
Value
Caption
Activities
PageType
CardPart
SourceTable
Sales Cue
Add the following lines in the Page Designer:
Name
Caption
Type
SubType
SourceExpr
MainContainer
<Main Container>
Container
ContentArea
ForReleaseGroup
For Release
Group
CueGroup
OpenQuotes
Open Sales Quotes
Field
"Sales Quotes Open
"OpenOrders
Open Sales Orders
Field
"Sales Orders Open
"Set the following property on the OpenQuotes line:
Property
Value
DrillDownFormID
Sales Quotes
Set the following property on the OpenOrders line:
Property
Value
DrillDownFormID
Sales List
It should look like the following screenshot:
With your cursor...