Share via


CatImpService.getProductActionTypeForRetail Method [AX 2012]

Gets the action type for the product, product master, or product variant.

Syntax

private container getProductActionTypeForRetail(CatImp_CatVendorProductCandidate _productCandidate)

Run On

Server

Parameters

Return Value

Type: container
A container that contains the product action type.

Remarks

The container consists of two values:

  1. A CatProductActionType enumeration type.

  2. A Boolean value that indicates product validity: false if the product is valid; otherwise, true.

See Also

Reference

CatImpService Class