Interface AppPages

  • All Known Implementing Classes:
    DashboardController, ResultMatrix

    public interface AppPages
    The constants defined in this interface are typically used as the targetPage parameter when defining links to jump from a dashboard to other parts of the UI. For convenience, the relevant classes will implement this interface, so it can be used as shown below.
    Example:
     def controller = api.newController()
     controller.addButton("1. STEP: Go to Live Price Grids", controller.PB_LPG_PAGE, "45.PG", null)
     // "45.PG" is an optional "targetPageState" parameter
     // null is an optional "componentId" parameter
     
    The AppPages interface is a default import in the Groovy sandbox, so in the example above you can use either AppPages.PB_LPG_PAGE or controller.PB_LPG_PAGE, both are fine.

    These constants are confirmed to work in Unity. For potentially deprecated links that used to work in Classic, see Tokens for Page to Page Navigation in the Pricefx Documentation / Configuration Help section.

    Since:
    7.0 Bijou
    See Also:
    DashboardController.addButton(String, String, Object, Object), ResultMatrix.linkCell(Object, String, String)
    • Field Detail

      • PA_CHART_BARLINE_PAGE

        static final String PA_CHART_BARLINE_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_BOXPLOT_PAGE

        static final String PA_CHART_BOXPLOT_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_DATATABLE_PAGE

        static final String PA_CHART_DATATABLE_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_HEATMAP_PAGE

        static final String PA_CHART_HEATMAP_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_HISTOGRAM_PAGE

        static final String PA_CHART_HISTOGRAM_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_SCATTER_PAGE

        static final String PA_CHART_SCATTER_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_TIMESERIES_PAGE

        static final String PA_CHART_TIMESERIES_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_DETAILEDTIME_PAGE

        static final String PA_CHART_DETAILEDTIME_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_TIMESCATTER_PAGE

        static final String PA_CHART_TIMESCATTER_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_WATERFALL_PAGE

        static final String PA_CHART_WATERFALL_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_CHART_COMPARISONWF_PAGE

        static final String PA_CHART_COMPARISONWF_PAGE
        PriceAnalyzer module
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PA_DATASOURCES_PAGE

        static final String PA_DATASOURCES_PAGE
        PriceAnalyzer module - targetPageState optional typedId for specific DataSource details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • DB_DASHBOARDS_PAGE

        static final String DB_DASHBOARDS_PAGE
        Dashboards - targetPageState optional dashboard name
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • MD_PRODUCTS_PAGE

        static final String MD_PRODUCTS_PAGE
        Master Data - targetPageState optional typedId for specific Product details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • MD_CUSTOMERS_PAGE

        static final String MD_CUSTOMERS_PAGE
        Master Data - targetPageState optional typedId for specific Customer details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • MD_PP_PAGE

        static final String MD_PP_PAGE
        Master Data - targetPageState optional typedId for specific PricingParameter details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • MD_DCR_PAGE

        static final String MD_DCR_PAGE
        Master Data - targetPageState optional typedId for specific Data Change Request details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • MD_WIZARD_PAGE

        static final String MD_WIZARD_PAGE
        Master Data - targetPageState optional typedId for specific Wizard details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PB_PL_PAGE

        static final String PB_PL_PAGE
        PriceBuilder module - targetPageState optional typedId for specific Price List details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PB_MPL_PAGE

        static final String PB_MPL_PAGE
        PriceBuilder module - Manual Price Lists page
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PB_LPG_PAGE

        static final String PB_LPG_PAGE
        PriceBuilder module - targetPageState optional typedId for specific Live Price Grid details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • QC_DETAILS_PAGE

        static final String QC_DETAILS_PAGE
        QuoteConfigurator module - targetPageState optional typedId for specific Quote details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • PM_CONTRACTS_PAGE

        static final String PM_CONTRACTS_PAGE
        PromotionManager module - targetPageState optional typedId for specific Contract details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • RM_DETAILS_PAGE

        static final String RM_DETAILS_PAGE
        RebateManager module - targetPageState optional typedId for specific RebateAgreement details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • RM_RECORDS_PAGE

        static final String RM_RECORDS_PAGE
        RebateManager module - targetPageState optional typedId for specific RebateRecord details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • CM_MAIN_PAGE

        static final String CM_MAIN_PAGE
        ChannelManager module - targetPageState optional typedId for specific Claim details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values
      • DP_PAGE

        static final String DP_PAGE
        DealPlanner module - targetPageState optional typedId for specific DealPlan details
        Since:
        7.0 Bijou
        See Also:
        Constant Field Values