RetailCatalogIntOrgProductError::create Method
Creates a row in this table that represents a validation error for the catalog product.
should be called only when there is an error.
Syntax
client server public static void create(
RefRecId _retailCatalogIntOrgProductValidationId,
RetailCatalogValidationError _errorLevel,
RetailCatalogValidationErrorMessage _errorMessage)
Run On
Called
Parameters
- _retailCatalogIntOrgProductValidationId
Type: RefRecId Extended Data Type
The parent record id.
- _errorLevel
Type: RetailCatalogValidationError Enumeration
The error level/type
- _errorMessage
Type: RetailCatalogValidationErrorMessage Extended Data Type
The error message for this error.