I am trying to modify SAF-T Electronic report model mapping. We have a Boolean field on InventTable and I want to filter $Products with that.
Filter works with string fields , enum fields, numeric fields but unfortunately it gives error /Validation error: Invalid condition expression./ for the formula below.
You shouldn't create your own enum, instead declare the D365 enum that's being used by this field... it's not NoYes, could be NoYesBlank or any other so you should check the field in the table using Visual Studio.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.