CatalogManager::isSnapshottedPublishedCatalogRelated Method [AX 2012]
Indicates whether there exists a snapshotted published catalog which is related to current common table which is corresponding to a specific table(ex.RetailPeriodicDiscount, PriceDiscGroup).
server public static boolean isSnapshottedPublishedCatalogRelated(Common _common)
Run On
ServerParameters
- _common
- Type: Common Table
A common table which is corresponding to a specific table(ex.RetailPeriodicDiscount, PriceDiscGroup).
Return Value
Type: booleantrue if there exists a snapshotted published catalog which is related to current common table; otherwise, false.
Show: