Closed asirota closed 4 years ago
Also provide a checkbox to include members only. This can be evaluated by checking Member = true
using $filter
Only for Contacts and Contacts custom fields endpoints Name of checkbox: Include Members only Default value: on
Both of these checkboxes should only appear when Contacts or Contacts custom fields endpoint is selected.
Looks like it is impossible to set a default value in the code.
These don't seem to be being set correctly for the Contact custom field
object. They are being ignored.
Implementation differs from the above per our discussion: Include archived contacts should include them when checked and otherwise exclude them.
That's correct @stephenpoole - you have the right implementation now, include archive records with the regular records if the Include Archived contacts
checkbox is checked, otherwise exclude archived records, which is the default state
Add a checkbox to include archived records during the data source configuration for Contacts & Contact custom fields. This is set in
isArchived
boolean field and can be filtered with $filter in the API call.Only for Contacts and Contacts custom fields endpoints Name of checkbox: Include Archived contacts Default value: off