CatalogAvailableToPromiseReportControl
CatalogAvailableToPromiseReportControl displays categories and the availability, stock code, description, and title of viewable items.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
CategoryCaptionsString | "Category Name" | Sets category captions. | |
CategoryColumnsToShowString | "Name" | Sets category columns to display. | |
CategoryDetailCaptionString | "[Name] Items:" | Sets category-detail captions. | |
ItemCaptionsString | "StockCode, Description, Expected Quantity, Available by [date]" | Sets item-column captions. | |
ItemColumnsToShowString | "StockCode, ItemName, ATP, ATPAvailable" | Sets item columns to display. |
SitePages.config example
The following example loads CatalogAvailableToPromiseReportControl.ascx and applies the documented literal defaults.
<Control src="CatalogAvailableToPromiseReportControl.ascx"
CategoryCaptions="Category Name"
CategoryColumnsToShow="Name"
CategoryDetailCaption="[Name] Items:"
ItemCaptions="StockCode, Description, Expected Quantity, Available by [date]"
ItemColumnsToShow="StockCode, ItemName, ATP, ATPAvailable" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogAvailableToPromiseReportControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.