Interface SystemPortlet
public interface SystemPortlet
SystemPortlet objects are intended as output of logic/formula elements to be rendered by the UI. They
represent the different portlets that are typically available on the application's home screen.
Example:
api.newSystemPortlet(SystemPortlet.TYPE_QUOTES)
See the various TYPE_XXX
constants for more details.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String constant representing the home screen's Charts liststatic final String
String constant representing the home screen's Claims liststatic final String
String constant representing the home screen's Compensation plans liststatic final String
String constant representing the home screen's Contracts liststatic final String
String constant representing the home screen's Dashboards liststatic final String
String constant representing the home screen's Documents Quick Links liststatic final String
String constant representing the home screen's My Actions liststatic final String
String constant representing a dashboard's My Dashboard Actions list
Note: This portlet is not available in the home screen.static final String
String constant representing the home screen's Pending Approvals liststatic final String
String constant representing the home screen's Pending Creation Workflows liststatic final String
String constant representing the home screen's Price Grids liststatic final String
String constant representing the home screen's Price Lists liststatic final String
String constant representing the home screen's Product Quick Search panelstatic final String
String constant representing the home screen's Quotes liststatic final String
String constant representing the home screen's Rebate Agreements liststatic final String
String constant representing the home screen's To Do list
-
Field Details
-
TYPE_PRICEGRIDS
String constant representing the home screen's Price Grids list- Since:
- 7.0
- See Also:
-
TYPE_PRICELISTS
String constant representing the home screen's Price Lists list- Since:
- 7.0
- See Also:
-
TYPE_REBATES
String constant representing the home screen's Rebate Agreements list- Since:
- 7.0
- See Also:
-
TYPE_QUOTES
String constant representing the home screen's Quotes list- Since:
- 7.0
- See Also:
-
TYPE_CONTRACTS
String constant representing the home screen's Contracts list- Since:
- 7.0
- See Also:
-
TYPE_CLAIMS
String constant representing the home screen's Claims list- Since:
- 7.0
- See Also:
-
TYPE_CHARTS
String constant representing the home screen's Charts list- Since:
- 7.0
- See Also:
-
TYPE_DASHBOARDS
String constant representing the home screen's Dashboards list- Since:
- 7.0
- See Also:
-
TYPE_QUICKSEARCH
String constant representing the home screen's Product Quick Search panel- Since:
- 7.0
- See Also:
-
TYPE_TODOS
String constant representing the home screen's To Do list- Since:
- 7.0
- See Also:
-
TYPE_PENDINGAPPROVALS
String constant representing the home screen's Pending Approvals list- Since:
- 7.0
- See Also:
-
TYPE_PENDINGCREATIONWFS
String constant representing the home screen's Pending Creation Workflows list- Since:
- 7.0
- See Also:
-
TYPE_MYACTIONS
String constant representing the home screen's My Actions list- Since:
- 13.0
- See Also:
-
TYPE_MYDASHBOARDACTIONS
String constant representing a dashboard's My Dashboard Actions list
Note: This portlet is not available in the home screen. The actions it lists are filtered for the current user and for the current dashboard.- Since:
- 14.0
- See Also:
-
TYPE_DOCUMENTSQUICKLINKS
String constant representing the home screen's Documents Quick Links list- Since:
- 13.0
- See Also:
-
TYPE_COMPENSATIONPLANS
String constant representing the home screen's Compensation plans list- Since:
- 13.0
- See Also:
-