Pipeline Properties Dialog Box

Use the Pipeline Properties dialog box to change the name of the pipeline, to specify its transaction compatibility, to specify its currency mode, or to save notes about the pipeline.

Use this

To do this

Label

Type the name that the Pipeline Editor displays for the pipeline.

Transaction

Select which pipeline object that you can use the pipeline configuration file (.pcf) with. The valid options are as follows:

  • Any pipeline. You can use the configuration file together with an OrderPipeline object.

  • Requires transacted pipeline. You can use the configuration file together with transacted pipeline objects (PooledTxPipeline, MtsTxPipeline).

  • Requires non-transacted pipeline. You can use the configuration file together with non-transacted pipeline objects (PooledPipeline, MtsPipeline).

Supply a currency LCID

Specify a locale ID (LCID) for currency handling. A value of zero (0) indicates to use the default locale ID of the server. The default currency LCID is zero (0).

Supply the number of decimal places used for currency rounding

Specify how many digits of precision to use for the currency. For example, you use two decimal places for United States pennies. Commerce Server uses this value for rounding purposes, and to determine the scaling factor to use in legacy currency keys.

Description

Type descriptive comments about the pipeline.

See Also

Other Resources

How to View and Modify Pipeline Properties

Developing with Core Systems Pipelines

Using the Pipeline Editor

Building Pipeline Components

Pipeline Component Interfaces

Pipeline Component Reference