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:
    PublicGroovyAPI.newSystemPortlet(java.lang.String)
    • Field Detail

      • TYPE_PRICEGRIDS

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

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

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

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

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

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

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

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

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

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

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

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