Using Visual builder for Excel to create cycle count by category without description
Summary:
We are trying to create some cycle count definition using the visual builder for Excel plug-in. We count by item category and our item category only has name but not description.
When we try to upload the cycle count, we got the error that "You must enter the CategoryId or CategoryName/CategoryDescription attribute.". It is later found that the visual builder passed null for the CategoryDescription instead of an empty string "". We got the same error if we removed the CategoryDescription.
"countCategories": [
{ "CategoryName": "BV WINE ROSE",
"CategoryDescription": null,
"CountsPerYear": 12,
"QuantityVariancePositivePercentage": null,
"QuantityVarianceNegativePercentage": null,
"AdjustmentValuePositiveTolerance": null,
"AdjustmentValueNegativeTolerance": null,
"HitAndMissPostivePercentage": null