Interface AppPages

All Known Subinterfaces:
ResultMatrix
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 Internal Links (Classic UI Only).

Since:
7.0 Bijou
See Also:
  • Field Details

    • PA_CHART_PAGE

      static final String PA_CHART_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_CHART_BARLINE_PAGE

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

      static final String PA_CHART_BOXPLOT_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_CHART_BUBBLE_PAGE

      static final String PA_CHART_BUBBLE_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_CHART_DATATABLE_PAGE

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

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

      static final String PA_CHART_HISTOGRAM_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_CHART_PIE_PAGE

      static final String PA_CHART_PIE_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_CHART_SCATTER_PAGE

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

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

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

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

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

      static final String PA_CHART_COMPARISONWF_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_ROLLUPS_PAGE

      static final String PA_ROLLUPS_PAGE
      PriceAnalyzer module
      Since:
      7.0 Bijou
      See Also:
    • PA_DATASOURCES_PAGE

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

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

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

      static final String MD_PX_PAGE
      Master Data - Product Extensions page
      Since:
      7.0 Bijou
      See Also:
    • MD_CUSTOMERS_PAGE

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

      static final String MD_CX_PAGE
      Master Data - Customer Extensions page
      Since:
      7.0 Bijou
      See Also:
    • MD_PP_PAGE

      static final String MD_PP_PAGE
      Master Data - targetPageState optional typedId for specific PricingParameter details
      Since:
      7.0 Bijou
      See Also:
    • 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:
    • MD_BOM_PAGE

      static final String MD_BOM_PAGE
      Master Data - Bill of Material page
      Since:
      7.0 Bijou
      See Also:
    • MD_COMPETITION_PAGE

      static final String MD_COMPETITION_PAGE
      Master Data
      Since:
      7.0 Bijou
      See Also:
    • MD_WIZARD_PAGE

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

      static final String MD_SELLERS_PAGE
      Master Data - Sellers page
      Since:
      9.1 Hurricane
      See Also:
    • MD_SELLER_EXTENSIONS_PAGE

      static final String MD_SELLER_EXTENSIONS_PAGE
      Master Data - Seller Extensions page
      Since:
      9.1 Hurricane
      See Also:
    • 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:
    • PB_MPL_PAGE

      static final String PB_MPL_PAGE
      PriceBuilder module - Manual Price Lists page
      Since:
      7.0 Bijou
      See Also:
    • 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:
    • PB_SIMULATION_PAGE

      static final String PB_SIMULATION_PAGE
      PriceBuilder module
      Since:
      7.0 Bijou
      See Also:
    • QC_DETAILS_PAGE

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

      static final String QC_NEW_QUOTE
      QuoteConfigurator module - targetPageState JSON map with parameters: quoteType (mandatory) and customerId (optional)
      Since:
      9.0 Hurricane
      See Also:
    • QC_TYPES_PAGE

      static final String QC_TYPES_PAGE
      QuoteConfigurator module
      Since:
      7.0 Bijou
      See Also:
    • PM_CONTRACTS_PAGE

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

      static final String PM_NEW_CONTRACT
      PromotionManager module - targetPageState
      Since:
      10.0 Bee's Knees
      See Also:
    • RM_MAIN_PAGE

      static final String RM_MAIN_PAGE
      RebateManager module
      Since:
      7.0 Bijou
      See Also:
    • RM_DETAILS_PAGE

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

      static final String RM_NEW_REBATE_AGREEMENT
      RebateManager module - targetPageState
      Since:
      10.0 Bee's Knees
      See Also:
    • RM_RECORDS_PAGE

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

      static final String RM_TEMPLATES_PAGE
      RebateManager module
      Since:
      7.0 Bijou
      See Also:
    • CM_MAIN_PAGE

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

      static final String CM_RECORDS_PAGE
      ChannelManager module
      Since:
      7.0 Bijou
      See Also:
    • CM_TYPES_PAGE

      static final String CM_TYPES_PAGE
      ChannelManager module
      Since:
      7.0 Bijou
      See Also:
    • DP_PAGE

      @Deprecated static final String DP_PAGE
      Deprecated.
      The Deal Planning module has been discontinued since version 11.3.0.
      DealPlanner module - targetPageState optional typedId for specific DealPlan details
      Since:
      7.0 Bijou
      See Also:
    • DP_TYPES_PAGE

      @Deprecated static final String DP_TYPES_PAGE
      Deprecated.
      The Deal Planning module has been discontinued since version 11.3.0.
      DealPlanner module
      Since:
      7.0 Bijou
      See Also:
    • CONFIG_WIZARDS_PAGE

      static final String CONFIG_WIZARDS_PAGE
      Configuration pages
      Since:
      7.0 Bijou
      See Also:
    • CUSTOM_FORMS_PAGE

      static final String CUSTOM_FORMS_PAGE
      Custom Form page
      Since:
      9.1 Hurricane
      See Also:
    • CUSTOM_FORMS_TYPE_PAGE

      static final String CUSTOM_FORMS_TYPE_PAGE
      Custom Form Type page
      Since:
      9.1 Hurricane
      See Also:
    • CUSTOM_FORMS_NEW

      static final String CUSTOM_FORMS_NEW
      New Custom Form - targetPageState JSON map with parameters: id (mandatory, custom form type)
      Since:
      10.0 Bee's Knees
      See Also:
    • SC_COMPENSATION_TYPES_PAGE

      static final String SC_COMPENSATION_TYPES_PAGE
      Compensation Types page
      Since:
      9.1 Hurricane
      See Also:
    • SC_CONDITION_TYPES_PAGE

      static final String SC_CONDITION_TYPES_PAGE
      Compensation Types page
      Since:
      9.1 Hurricane
      See Also:
    • SC_PLANS_PAGE

      static final String SC_PLANS_PAGE
      Compensation Plans page
      Since:
      9.1 Hurricane
      See Also:
    • SC_NEW_PLAN

      static final String SC_NEW_PLAN
      Sales compensation module - targetPageState
      Since:
      10.0 Bee's Knees
      See Also:
    • SC_CALCULATIONS_PAGE

      static final String SC_CALCULATIONS_PAGE
      Calculations page
      Since:
      9.1 Hurricane
      See Also:
    • SC_COMPENSATION_RECORDS_PAGE

      static final String SC_COMPENSATION_RECORDS_PAGE
      Compensation Records page
      Since:
      9.1 Hurricane
      See Also:
    • SC_ACCRUAL_RECORDS_PAGE

      static final String SC_ACCRUAL_RECORDS_PAGE
      Accrual Records page
      Since:
      9.1 Hurricane
      See Also:
    • SELLERS_PAGE

      static final String SELLERS_PAGE
      Sellers page
      Since:
      9.1 Hurricane
      See Also:
    • SELLER_EXTENSIONS_PAGE

      static final String SELLER_EXTENSIONS_PAGE
      Seller Extensions page
      Since:
      9.1 Hurricane
      See Also:
    • PO_NEW_MODEL

      static final String PO_NEW_MODEL
      New Model (only from Contextual Actions in PLPGTT)
      Since:
      10.0 Bee's Knees
      See Also:
    • USER_NEW_ACTION_PAGE

      static final String USER_NEW_ACTION_PAGE
      New action page
      Since:
      11.0 Paper plane
      See Also:
    • USER_ACTIONS_PAGE

      static final String USER_ACTIONS_PAGE
      Action page
      Since:
      11.0 Paper plane
      See Also: