You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or getting from the ProductSupplierType, but it won't have the correct type because PickFromPath can't find the nested field
FilterConditionValue<'supplier.name.full', FieldOperators<ProductSupplierType['name.full']>, string>
The text was updated successfully, but these errors were encountered:
Konecty API supports this filter for descriptionFields.
And as a improvement, it should be like this:
FilterConditionValue<'supplier.name.full', FieldOperators<'personName.full'>, PersonName['full']>
or getting from the ProductSupplierType, but it won't have the correct type because PickFromPath can't find the nested field
FilterConditionValue<'supplier.name.full', FieldOperators<ProductSupplierType['name.full']>, string>
The text was updated successfully, but these errors were encountered: