View source: R/converter-proposal-contact.R
proposal_contact | R Documentation |
Looks for contact reports made with an assigned prospect, by the assigned
officer, during the time that the proposal was active. Some gift officers
reach out to qualification prospects before initating a proposal/assignment.
If you need to capture such contact reports, use buffer
to
look back before the start of the proposal.
proposal_contact(proposal, buffer = 0)
proposal |
A discoveryengine definition of type |
buffer |
Number of days before the start of the proposal to look (see details) |
A definition of type contact_report_id
## find engineering qualification contacts during FY18
qualified = proposal_qualified(from = 20170701, to = 20180630) %and%
proposal_office(engineering)
qual_contact = proposal_contact(qualified, buffer = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.