Creating a Queue page
The Queue page is a part of the Role Center page. This recipe will help us to create a Queue page, which we will be utilizing in our next recipe, Creating a Role Center page.
How to do it...
Create a new blank page from Object Designer.
Set the properties of the page as follows:
Property
Value
Caption
Activities
PageType
CardPart
SourceTable
Sales Cue
Add the following variables in the Page Designer window:
Type
SubType
SourceExpr
Name
Caption
Containe
rContentArea
MainContainer
<MainContainer>
Group
CueGroup
ForReleaseGroup
For Release
Field
"Sales
Quotes – Open"
OpenQuotes
Open Sales Quotes
Field
"Sales
Orders – Open"
OpenOrders
Open Sales Orders
Set the following property in the
OpenQuotes
line:Property
Value
DrillDownPageID
Sales Quotes
Set the following property in the
OpenOrders
line:Property
Value
DrillDownPageID
Sales Orders
After the previous configuration and coding, our page should...