SuperOfficeDocs / feedback

Contains feedback issues created by the community. Feedback issues are created by readers who click the feedback button on content pages in the docs.superoffice.com website.
MIT License
2 stars 0 forks source link

Feedback for FindContact #91

Closed AlexanderLeafet closed 1 year ago

AlexanderLeafet commented 1 year ago

NumberOfSales does not work on FindContact provider. Even though we specify it we don't get any data for this column in the returned dictionary.

Is this a new column?

// Alexander


Document Details

Do not edit this section. It is required for docs.superOffice.com ➟ Docs Team processing.

SuperOfficeDevNet commented 1 year ago

In addition to fields that start with saintstatus, the following are SAINT counter columns:

The saint counters are restriction-only columns. Meaning, you can't actually fetch their values, only use them as restrictions. That's not obvious 😳 but it is by design.

AlexanderLeafet commented 1 year ago

Thanks for the reply. Is it possible to make a request for fetching the value for this field?? //Alex

SuperOfficeDevNet commented 1 year ago

Is it possible to make a request for fetching the value for this field??

Use one of the Sale providers with an aggregate function.