CPQ Inputs Configuration 1.x - OBSOLETE

The CPQ Inputs Configuration is deprecated from version 2.0. It is recommended to use CPQ_Default_Input_Output_Configuration PP instead.

The CPQ Inputs Configuration is used to create a custom input in the CPQ Package. Custom inputs can be displayed on the header or line item level. 

Custom inputs are generated under the input configurator:

  • LineItemInputConfigurator – Contains inputs for each line item.

  • HeaderInputConfigurator – Contains inputs for the header level.

Details

Name

Description

Name

Description

Name

Name of the input

Label

Input label to display on a quote

Input Type

Type of the input. Supported values are:

  • USERENTRY – normal user input

  • STRINGUSERENTRY – string user input

  • INTEGERUSERENTRY – integer user input

  • BOOLEANUSERENTRY – Boolean user input

  • DATEUSERENTRY – date user input

  • TIMEUSERENTRY – time user input

  • DATETIMEUSERENTRY – datetime user input

  • OPTION – single option selection

  • OPTIONS – multiple options selection

  • RADIO – radio input

  • BOOLEAN – Boolean input

Source Table

Used if the input type is OPTION or OPTIONS. Defines a table name where to get the values options.

Source Type

Used if the input type is OPTION or OPTIONS. Defines a table type (P, C, PX, CX, PP) where to get the values options.

Source Field

Used if the input type is OPTION or OPTIONS. Defines a column where to get the values options.

Value Options Filter By Customer

Defines if the selected customer will be used to filter value options from the source query.

Value Options Filter By Product

Defines if the selected product will be used to filter value options from the source query.

Value Options

Used if the input type is OPTION or OPTIONS and the source is not defined. Defines the value options, separated by comma.

Default Value

Defines an input default value.

Value Hint

Defines an input value hint.

Read Only

Defines if the input is read only.

Required

Defines if the input is required.

Level

Defines where to display the input. Supported values are: Header, Line.

Customer Filter

Defines if the input value can be passed to a customer filter logic as a parameter.

Product Filter

Defines if the input value can be passed to a product filter logic as a parameter.

Customer Filter Operator

Provides the operator for Customer Filter. Supported values are:

  • OP_EQUAL (default for other supported input types)

  • OP_NOT_EQUAL

  • OP_LESS_THAN

  • OP_GREATER_THAN

  • OP_LESS_OR_EQUAL

  • OP_GREATER_OR_EQUAL

  • OP_LIKE

  • OP_ILIKE

  • OP_IN (default for input type is OPTIONS)

  • OP_NOT_IN

Product Filter Operator

Supports the operator for Product Filter. Supported values are:

  • OP_EQUAL (default for other supported input types)

  • OP_NOT_EQUAL

  • OP_LESS_THAN

  • OP_GREATER_THAN

  • OP_LESS_OR_EQUAL

  • OP_GREATER_OR_EQUAL

  • OP_LIKE

  • OP_ILIKE

  • OP_IN (default for input type is OPTIONS)

  • OP_NOT_IN

Â