CatalogAvailableToPromiseReportControl

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

CatalogAvailableToPromiseReportControl availability report

Configurable properties

Property Default Valid values or format Effect
CategoryCaptions
String
"Category Name"   Sets category captions.
CategoryColumnsToShow
String
"Name"   Sets category columns to display.
CategoryDetailCaption
String
"[Name] Items:"   Sets category-detail captions.
ItemCaptions
String
"StockCode, Description, Expected Quantity, Available by [date]"   Sets item-column captions.
ItemColumnsToShow
String
"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.


This site uses Just the Docs, a documentation theme for Jekyll.