R/widget-contact-outcome.R

Defines functions contact_outcome_ contact_outcome

Documented in contact_outcome

#' @name contact_reports
#' @export
contact_outcome <- function(...) {
    reroute(contact_outcome_(prep_dots(...)))
}

contact_outcome_ <- function(purposes) {
    widget_builder(
        table = "f_contact_reports_mv",
        id_field = "report_id",
        id_type = "contact_report_id",
        parameter = string_param("contact_outcome_cd", purposes)
    )
}
cwolfsonseeley/discoveryengine documentation built on Sept. 30, 2023, 2:07 p.m.