Share via


RetailCatalogIntOrgProductValidation::updateErrorTypeByProduct Method

Updates the error type and message for a product in the catalog.

Syntax

client server public static void updateErrorTypeByProduct(
    CatalogRefRecId _catalogId, 
    RefRecId _retailCatalogIntOrgRecId, 
    CatalogProductId _catalogProductRecId, 
    RetailCatalogValidationError _errorType, 
    str _errorMessage)

Run On

Called

Parameters

  • _errorMessage
    Type: str
    The error message.

Remarks

The product is the EcoResProduct. The update will happen for all the retail channels in the catalog.

See Also

Reference

RetailCatalogIntOrgProductValidation Table