DOCommerceSyncCategoryTask.ensureCategoriesUpsert Method [AX 2012]
Inserts or updates items in the commerce module.
Syntax
private void ensureCategoriesUpsert(
DOCommerceCategoryWrapper parent,
List wrappers,
DOCommonErrorList doErrors,
Struct resultCounters)
Run On
Called
Parameters
- parent
Type: DOCommerceCategoryWrapper Class
The parent category for the categories to update or insert.
- wrappers
Type: List Class
The wrappers around categories to be update or insert.
- doErrors
Type: DOCommonErrorList Class
A list that contains errors.
- resultCounters
Type: Struct Class
A container that contains the successes and errors.