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 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_COMPENSATIONPLANS

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