contact_reports: Find contact reports

contact_reportsR Documentation

Find contact reports

Description

This pulls contact report IDs based on characteristics of the contact report(s). To get the associated entities, see contacted_entity_of. For contact_date, both from and to are optional arguments, with the same behavior as every other widget that uses from and to daterange. You can also search the text of contact reports using contact_text_contains.

Usage

contact_credit(...)

contact_date(from = NULL, to = NULL)

contact_outcome(...)

contact_purpose(...)

contact_type(...)

contact_unit(...)

Arguments

...

contact unit, type, purpose, etc (depending on widget)

from

date range: find contact reports between these dates

to

date range: find contact reports between these dates

Value

a disco engine definition of type contact_report_id

See Also

contact_text_contains, contacted_entity_of

Examples

# find any contact reports from the school of business
business_contact = contact_unit(business)

# find the people who were contacted in those contact reports
contacted_entity_of(business_contact)


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.