Interface AppPages
-
- All Known Implementing Classes:
DashboardController
,ResultMatrix
public interface AppPages
The constants defined in this interface are typically used as thetargetPage
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
AppPages
interface is a default import in the Groovy sandbox, so in the example above you can use eitherAppPages.PB_LPG_PAGE
orcontroller.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 Summary
Fields Modifier and Type Field Description static String
CM_MAIN_PAGE
ChannelManager module -targetPageState
optionaltypedId
for specific Claim detailsstatic String
CM_RECORDS_PAGE
ChannelManager modulestatic String
CM_TYPES_PAGE
ChannelManager modulestatic String
CONFIG_WIZARDS_PAGE
Configuration pagesstatic String
DB_DASHBOARDS_PAGE
Dashboards -targetPageState
optional dashboard namestatic String
DP_PAGE
DealPlanner module -targetPageState
optionaltypedId
for specific DealPlan detailsstatic String
DP_TYPES_PAGE
DealPlanner modulestatic String
MD_BOM_PAGE
Master Data - Bill of Material pagestatic String
MD_COMPETITION_PAGE
Master Datastatic String
MD_CUSTOMERS_PAGE
Master Data -targetPageState
optionaltypedId
for specific Customer detailsstatic String
MD_CX_PAGE
Master Data - Customer Extensions pagestatic String
MD_DCR_PAGE
Master Data -targetPageState
optionaltypedId
for specific Data Change Request detailsstatic String
MD_PP_PAGE
Master Data -targetPageState
optionaltypedId
for specific PricingParameter detailsstatic String
MD_PRODUCTS_PAGE
Master Data -targetPageState
optionaltypedId
for specific Product detailsstatic String
MD_PX_PAGE
Master Data - Product Extensions pagestatic String
MD_WIZARD_PAGE
Master Data -targetPageState
optionaltypedId
for specific Wizard detailsstatic String
PA_CHART_BARLINE_PAGE
PriceAnalyzer modulestatic String
PA_CHART_BOXPLOT_PAGE
PriceAnalyzer modulestatic String
PA_CHART_BUBBLE_PAGE
PriceAnalyzer modulestatic String
PA_CHART_COMPARISONWF_PAGE
PriceAnalyzer modulestatic String
PA_CHART_DATATABLE_PAGE
PriceAnalyzer modulestatic String
PA_CHART_DETAILEDTIME_PAGE
PriceAnalyzer modulestatic String
PA_CHART_HEATMAP_PAGE
PriceAnalyzer modulestatic String
PA_CHART_HISTOGRAM_PAGE
PriceAnalyzer modulestatic String
PA_CHART_PAGE
PriceAnalyzer modulestatic String
PA_CHART_PIE_PAGE
PriceAnalyzer modulestatic String
PA_CHART_SCATTER_PAGE
PriceAnalyzer modulestatic String
PA_CHART_TIMESCATTER_PAGE
PriceAnalyzer modulestatic String
PA_CHART_TIMESERIES_PAGE
PriceAnalyzer modulestatic String
PA_CHART_WATERFALL_PAGE
PriceAnalyzer modulestatic String
PA_DATASOURCES_PAGE
PriceAnalyzer module -targetPageState
optionaltypedId
for specific DataSource detailsstatic String
PA_ROLLUPS_PAGE
PriceAnalyzer modulestatic String
PB_LPG_PAGE
PriceBuilder module -targetPageState
optionaltypedId
for specific Live Price Grid detailsstatic String
PB_MPL_PAGE
PriceBuilder module - Manual Price Lists pagestatic String
PB_PL_PAGE
PriceBuilder module -targetPageState
optionaltypedId
for specific Price List detailsstatic String
PB_SIMULATION_PAGE
PriceBuilder modulestatic String
PM_CONTRACTS_PAGE
PromotionManager module -targetPageState
optionaltypedId
for specific Contract detailsstatic String
QC_DETAILS_PAGE
QuoteConfigurator module -targetPageState
optionaltypedId
for specific Quote detailsstatic String
QC_TYPES_PAGE
QuoteConfigurator modulestatic String
RM_DETAILS_PAGE
RebateManager module -targetPageState
optionaltypedId
for specific RebateAgreement detailsstatic String
RM_MAIN_PAGE
RebateManager modulestatic String
RM_RECORDS_PAGE
RebateManager module -targetPageState
optionaltypedId
for specific RebateRecord detailsstatic String
RM_TEMPLATES_PAGE
RebateManager module
-
-
-
Field Detail
-
PA_CHART_PAGE
static final String PA_CHART_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
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_BUBBLE_PAGE
static final String PA_CHART_BUBBLE_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_PIE_PAGE
static final String PA_CHART_PIE_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_ROLLUPS_PAGE
static final String PA_ROLLUPS_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
PA_DATASOURCES_PAGE
static final String PA_DATASOURCES_PAGE
PriceAnalyzer module -targetPageState
optionaltypedId
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
optionaltypedId
for specific Product details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_PX_PAGE
static final String MD_PX_PAGE
Master Data - Product Extensions page- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_CUSTOMERS_PAGE
static final String MD_CUSTOMERS_PAGE
Master Data -targetPageState
optionaltypedId
for specific Customer details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_CX_PAGE
static final String MD_CX_PAGE
Master Data - Customer Extensions page- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_PP_PAGE
static final String MD_PP_PAGE
Master Data -targetPageState
optionaltypedId
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
optionaltypedId
for specific Data Change Request details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_BOM_PAGE
static final String MD_BOM_PAGE
Master Data - Bill of Material page- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_COMPETITION_PAGE
static final String MD_COMPETITION_PAGE
Master Data- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
MD_WIZARD_PAGE
static final String MD_WIZARD_PAGE
Master Data -targetPageState
optionaltypedId
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
optionaltypedId
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
optionaltypedId
for specific Live Price Grid details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
PB_SIMULATION_PAGE
static final String PB_SIMULATION_PAGE
PriceBuilder module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
QC_DETAILS_PAGE
static final String QC_DETAILS_PAGE
QuoteConfigurator module -targetPageState
optionaltypedId
for specific Quote details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
QC_TYPES_PAGE
static final String QC_TYPES_PAGE
QuoteConfigurator module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
PM_CONTRACTS_PAGE
static final String PM_CONTRACTS_PAGE
PromotionManager module -targetPageState
optionaltypedId
for specific Contract details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
RM_MAIN_PAGE
static final String RM_MAIN_PAGE
RebateManager module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
RM_DETAILS_PAGE
static final String RM_DETAILS_PAGE
RebateManager module -targetPageState
optionaltypedId
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
optionaltypedId
for specific RebateRecord details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
RM_TEMPLATES_PAGE
static final String RM_TEMPLATES_PAGE
RebateManager module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
CM_MAIN_PAGE
static final String CM_MAIN_PAGE
ChannelManager module -targetPageState
optionaltypedId
for specific Claim details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
CM_RECORDS_PAGE
static final String CM_RECORDS_PAGE
ChannelManager module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
CM_TYPES_PAGE
static final String CM_TYPES_PAGE
ChannelManager module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
DP_PAGE
static final String DP_PAGE
DealPlanner module -targetPageState
optionaltypedId
for specific DealPlan details- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
DP_TYPES_PAGE
static final String DP_TYPES_PAGE
DealPlanner module- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
CONFIG_WIZARDS_PAGE
static final String CONFIG_WIZARDS_PAGE
Configuration pages- Since:
- 7.0 Bijou
- See Also:
- Constant Field Values
-
-