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
Example:
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 Summary
Modifier and TypeFieldDescriptionstatic final String
ChannelManager module -targetPageState
optionaltypedId
for specific Claim detailsstatic final String
ChannelManager modulestatic final String
ChannelManager modulestatic final String
Configuration pagesstatic final String
New Custom Form -targetPageState
JSON map with parameters: id (mandatory, custom form type)static final String
Custom Form pagestatic final String
Custom Form Type pagestatic final String
Dashboards -targetPageState
optional dashboard namestatic final String
Deprecated.The Deal Planning module has been discontinued since version 11.3.0.static final String
Deprecated.The Deal Planning module has been discontinued since version 11.3.0.static final String
Enable page to analysisstatic final String
Enable page to approvalsstatic final String
Enable page to customersstatic final String
Enable page to earningsstatic final String
Enable page to forecastingstatic final String
Enable page to program linestatic final String
Enable page to program linesstatic final String
Enable page to settingsstatic final String
Enable page to termsstatic final String
Master Data - Bill of Material pagestatic final String
Master Datastatic final String
Master Data -targetPageState
optionaltypedId
for specific Customer detailsstatic final String
Master Data - Customer Extensions pagestatic final String
Master Data -targetPageState
optionaltypedId
for specific Data Change Request detailsstatic final String
Master Data -targetPageState
optionaltypedId
for specific PricingParameter detailsstatic final String
Master Data -targetPageState
optionaltypedId
for specific Product detailsstatic final String
Master Data - Product Extensions pagestatic final String
Master Data - Seller Extensions pagestatic final String
Master Data - Sellers pagestatic final String
Master Data -targetPageState
optionaltypedId
for specific Wizard detailsstatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer modulestatic final String
PriceAnalyzer module -targetPageState
optionaltypedId
for specific DataSource detailsstatic final String
PriceAnalyzer modulestatic final String
PriceBuilder module -targetPageState
optionaltypedId
for specific Live Price Grid detailsstatic final String
PriceBuilder module - Manual Price Lists pagestatic final String
PriceBuilder module -targetPageState
mandatorytypedId
for specific price liststatic final String
PriceBuilder module -targetPageState
optionaltypedId
for specific Price List detailsstatic final String
PriceBuilder modulestatic final String
PromotionManager module -targetPageState
optionaltypedId
for specific Contract detailsstatic final String
PromotionManager module -targetPageState
static final String
New Model (only from Contextual Actions in PLPGTT)static final String
QuoteConfigurator module -targetPageState
optionaltypedId
for specific Quote detailsstatic final String
QuoteConfigurator module -targetPageState
JSON map with parameters: quoteType (mandatory) and customerId (optional)static final String
QuoteConfigurator modulestatic final String
RebateManager module -targetPageState
optionaltypedId
for specific RebateAgreement detailsstatic final String
RebateManager modulestatic final String
RebateManager module -targetPageState
static final String
RebateManager module -targetPageState
optionaltypedId
for specific RebateRecord detailsstatic final String
RebateManager modulestatic final String
Accrual Records pagestatic final String
Calculations pagestatic final String
Compensation Records pagestatic final String
Compensation Types pagestatic final String
Compensation Types pagestatic final String
Sales compensation module -targetPageState
static final String
Compensation Plans pagestatic final String
Seller Extensions pagestatic final String
Sellers pagestatic final String
Action pagestatic final String
New action page
-
Field Details
-
PA_CHART_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_BARLINE_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_BOXPLOT_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_BUBBLE_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_DATATABLE_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_HEATMAP_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_HISTOGRAM_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_PIE_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_SCATTER_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_TIMESERIES_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_DETAILEDTIME_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_TIMESCATTER_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_WATERFALL_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_CHART_COMPARISONWF_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_ROLLUPS_PAGE
PriceAnalyzer module- Since:
- 7.0 Bijou
- See Also:
-
PA_DATASOURCES_PAGE
PriceAnalyzer module -targetPageState
optionaltypedId
for specific DataSource details- Since:
- 7.0 Bijou
- See Also:
-
DB_DASHBOARDS_PAGE
Dashboards -targetPageState
optional dashboard name- Since:
- 7.0 Bijou
- See Also:
-
MD_PRODUCTS_PAGE
Master Data -targetPageState
optionaltypedId
for specific Product details- Since:
- 7.0 Bijou
- See Also:
-
MD_PX_PAGE
Master Data - Product Extensions page- Since:
- 7.0 Bijou
- See Also:
-
MD_CUSTOMERS_PAGE
Master Data -targetPageState
optionaltypedId
for specific Customer details- Since:
- 7.0 Bijou
- See Also:
-
MD_CX_PAGE
Master Data - Customer Extensions page- Since:
- 7.0 Bijou
- See Also:
-
MD_PP_PAGE
Master Data -targetPageState
optionaltypedId
for specific PricingParameter details- Since:
- 7.0 Bijou
- See Also:
-
MD_DCR_PAGE
Master Data -targetPageState
optionaltypedId
for specific Data Change Request details- Since:
- 7.0 Bijou
- See Also:
-
MD_BOM_PAGE
Master Data - Bill of Material page- Since:
- 7.0 Bijou
- See Also:
-
MD_COMPETITION_PAGE
Master Data- Since:
- 7.0 Bijou
- See Also:
-
MD_WIZARD_PAGE
Master Data -targetPageState
optionaltypedId
for specific Wizard details- Since:
- 7.0 Bijou
- See Also:
-
MD_SELLERS_PAGE
Master Data - Sellers page- Since:
- 9.1 Hurricane
- See Also:
-
MD_SELLER_EXTENSIONS_PAGE
Master Data - Seller Extensions page- Since:
- 9.1 Hurricane
- See Also:
-
PB_PL_PAGE
PriceBuilder module -targetPageState
optionaltypedId
for specific Price List details- Since:
- 7.0 Bijou
- See Also:
-
PB_MPL_PAGE
PriceBuilder module - Manual Price Lists page- Since:
- 7.0 Bijou
- See Also:
-
PB_LPG_PAGE
PriceBuilder module -targetPageState
optionaltypedId
for specific Live Price Grid details- Since:
- 7.0 Bijou
- See Also:
-
PB_SIMULATION_PAGE
PriceBuilder module- Since:
- 7.0 Bijou
- See Also:
-
PB_PL_ADD_SKU_PAGE
PriceBuilder module -targetPageState
mandatorytypedId
for specific price list- Since:
- 13.0 Rampur
- See Also:
-
QC_DETAILS_PAGE
QuoteConfigurator module -targetPageState
optionaltypedId
for specific Quote details- Since:
- 7.0 Bijou
- See Also:
-
QC_NEW_QUOTE
QuoteConfigurator module -targetPageState
JSON map with parameters: quoteType (mandatory) and customerId (optional)- Since:
- 9.0 Hurricane
- See Also:
-
QC_TYPES_PAGE
QuoteConfigurator module- Since:
- 7.0 Bijou
- See Also:
-
PM_CONTRACTS_PAGE
PromotionManager module -targetPageState
optionaltypedId
for specific Contract details- Since:
- 7.0 Bijou
- See Also:
-
PM_NEW_CONTRACT
PromotionManager module -targetPageState
- Since:
- 10.0 Bee's Knees
- See Also:
-
RM_MAIN_PAGE
RebateManager module- Since:
- 7.0 Bijou
- See Also:
-
RM_DETAILS_PAGE
RebateManager module -targetPageState
optionaltypedId
for specific RebateAgreement details- Since:
- 7.0 Bijou
- See Also:
-
RM_NEW_REBATE_AGREEMENT
RebateManager module -targetPageState
- Since:
- 10.0 Bee's Knees
- See Also:
-
RM_RECORDS_PAGE
RebateManager module -targetPageState
optionaltypedId
for specific RebateRecord details- Since:
- 7.0 Bijou
- See Also:
-
RM_TEMPLATES_PAGE
RebateManager module- Since:
- 7.0 Bijou
- See Also:
-
CM_MAIN_PAGE
ChannelManager module -targetPageState
optionaltypedId
for specific Claim details- Since:
- 7.0 Bijou
- See Also:
-
CM_RECORDS_PAGE
ChannelManager module- Since:
- 7.0 Bijou
- See Also:
-
CM_TYPES_PAGE
ChannelManager module- Since:
- 7.0 Bijou
- See Also:
-
DP_PAGE
Deprecated.The Deal Planning module has been discontinued since version 11.3.0.DealPlanner module -targetPageState
optionaltypedId
for specific DealPlan details- Since:
- 7.0 Bijou
- See Also:
-
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
Configuration pages- Since:
- 7.0 Bijou
- See Also:
-
CUSTOM_FORMS_PAGE
Custom Form page- Since:
- 9.1 Hurricane
- See Also:
-
CUSTOM_FORMS_TYPE_PAGE
Custom Form Type page- Since:
- 9.1 Hurricane
- See Also:
-
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
Compensation Types page- Since:
- 9.1 Hurricane
- See Also:
-
SC_CONDITION_TYPES_PAGE
Compensation Types page- Since:
- 9.1 Hurricane
- See Also:
-
SC_PLANS_PAGE
Compensation Plans page- Since:
- 9.1 Hurricane
- See Also:
-
SC_NEW_PLAN
Sales compensation module -targetPageState
- Since:
- 10.0 Bee's Knees
- See Also:
-
SC_CALCULATIONS_PAGE
Calculations page- Since:
- 9.1 Hurricane
- See Also:
-
SC_COMPENSATION_RECORDS_PAGE
Compensation Records page- Since:
- 9.1 Hurricane
- See Also:
-
SC_ACCRUAL_RECORDS_PAGE
Accrual Records page- Since:
- 9.1 Hurricane
- See Also:
-
SELLERS_PAGE
Sellers page- Since:
- 9.1 Hurricane
- See Also:
-
SELLER_EXTENSIONS_PAGE
Seller Extensions page- Since:
- 9.1 Hurricane
- See Also:
-
PO_NEW_MODEL
New Model (only from Contextual Actions in PLPGTT)- Since:
- 10.0 Bee's Knees
- See Also:
-
USER_NEW_ACTION_PAGE
New action page- Since:
- 11.0 Paper plane
- See Also:
-
USER_ACTIONS_PAGE
Action page- Since:
- 11.0 Paper plane
- See Also:
-
ENABLE_PROGRAM_LINES
Enable page to program lines- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_SETTINGS
Enable page to settings- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_TERMS
Enable page to terms- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_APPROVALS
Enable page to approvals- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_ANALYSIS
Enable page to analysis- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_PROGRAM_LINE
Enable page to program line- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_FORECASTING
Enable page to forecasting- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_EARNINGS
Enable page to earnings- Since:
- 14.0 Caribou Lou
- See Also:
-
ENABLE_CUSTOMERS
Enable page to customers- Since:
- 14.0 Caribou Lou
- See Also:
-