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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    String constant representing the home screen's Charts list
    static final String
    String constant representing the home screen's Claims list
    static final String
    String constant representing the home screen's Compensation plans list
    static final String
    String constant representing the home screen's Contracts list
    static final String
    String constant representing the home screen's Dashboards list
    static final String
    String constant representing the home screen's Documents Quick Links list
    static final String
    String constant representing the home screen's My Actions list
    static 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 list
    static final String
    String constant representing the home screen's Pending Creation Workflows list
    static final String
    String constant representing the home screen's Price Grids list
    static final String
    String constant representing the home screen's Price Lists list
    static final String
    String constant representing the home screen's Product Quick Search panel
    static final String
    String constant representing the home screen's Quotes list
    static final String
    String constant representing the home screen's Rebate Agreements list
    static final String
    String constant representing the home screen's To Do list
  • Field Details

    • TYPE_PRICEGRIDS

      static final String TYPE_PRICEGRIDS
      String constant representing the home screen's Price Grids list
      Since:
      7.0
      See Also:
    • TYPE_PRICELISTS

      static final String TYPE_PRICELISTS
      String constant representing the home screen's Price Lists list
      Since:
      7.0
      See Also:
    • TYPE_REBATES

      static final String TYPE_REBATES
      String constant representing the home screen's Rebate Agreements list
      Since:
      7.0
      See Also:
    • TYPE_QUOTES

      static final String TYPE_QUOTES
      String constant representing the home screen's Quotes list
      Since:
      7.0
      See Also:
    • TYPE_CONTRACTS

      static final String TYPE_CONTRACTS
      String constant representing the home screen's Contracts list
      Since:
      7.0
      See Also:
    • TYPE_CLAIMS

      static final String TYPE_CLAIMS
      String constant representing the home screen's Claims list
      Since:
      7.0
      See Also:
    • TYPE_CHARTS

      static final String TYPE_CHARTS
      String constant representing the home screen's Charts list
      Since:
      7.0
      See Also:
    • TYPE_DASHBOARDS

      static final String TYPE_DASHBOARDS
      String constant representing the home screen's Dashboards list
      Since:
      7.0
      See Also:
    • TYPE_QUICKSEARCH

      static final String TYPE_QUICKSEARCH
      String constant representing the home screen's Product Quick Search panel
      Since:
      7.0
      See Also:
    • TYPE_TODOS

      static final String TYPE_TODOS
      String constant representing the home screen's To Do list
      Since:
      7.0
      See Also:
    • TYPE_PENDINGAPPROVALS

      static final String TYPE_PENDINGAPPROVALS
      String constant representing the home screen's Pending Approvals list
      Since:
      7.0
      See Also:
    • TYPE_PENDINGCREATIONWFS

      static final String TYPE_PENDINGCREATIONWFS
      String constant representing the home screen's Pending Creation Workflows list
      Since:
      7.0
      See Also:
    • TYPE_MYACTIONS

      static final String TYPE_MYACTIONS
      String constant representing the home screen's My Actions list
      Since:
      13.0
      See Also:
    • TYPE_MYDASHBOARDACTIONS

      static final String 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_COMPENSATIONPLANS

      static final String TYPE_COMPENSATIONPLANS
      String constant representing the home screen's Compensation plans list
      Since:
      13.0
      See Also: