enhancements_patch_cass_ncoa {civis} | R Documentation |
Update some attributes of this CASS/NCOA Enhancement
Description
Update some attributes of this CASS/NCOA Enhancement
Usage
enhancements_patch_cass_ncoa(
id,
name = NULL,
schedule = NULL,
parent_id = NULL,
notifications = NULL,
source = NULL,
destination = NULL,
column_mapping = NULL,
use_default_column_mapping = NULL,
perform_ncoa = NULL,
ncoa_credential_id = NULL,
output_level = NULL,
limiting_sql = NULL,
batch_size = NULL
)
Arguments
id |
integer required. The ID for the enhancement. |
name |
string optional. The name of the enhancement job. |
schedule |
list optional. A list containing the following elements:
|
parent_id |
integer optional. Parent ID that triggers this enhancement. |
notifications |
list optional. A list containing the following elements:
|
source |
list optional. A list containing the following elements:
|
destination |
list optional. A list containing the following elements:
|
column_mapping |
list optional. A list containing the following elements:
|
use_default_column_mapping |
boolean optional. Defaults to true, where the existing column mapping on the input table will be used. If false, a custom column mapping must be provided. |
perform_ncoa |
boolean optional. Whether to update addresses for records matching the National Change of Address (NCOA) database. |
ncoa_credential_id |
integer optional. Credential to use when performing NCOA updates. Required if 'performNcoa' is true. |
output_level |
string optional. The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of 'cass' or 'all.'For NCOA enhancements, one of 'cass', 'ncoa' , 'coalesced' or 'all'.By default, all fields will be returned. |
limiting_sql |
string optional. The limiting SQL for the source table. "WHERE" should be omitted (e.g. state='IL'). |
batch_size |
integer optional. The maximum number of records processed at a time. Note that this parameter is not available to all users. |
Value
A list containing the following elements:
id |
integer, The ID for the enhancement. |
name |
string, The name of the enhancement job. |
type |
string, The type of the enhancement (e.g CASS-NCOA) |
createdAt |
string, The time this enhancement was created. |
updatedAt |
string, The time the enhancement was last updated. |
author |
list, A list containing the following elements:
|
state |
string, The status of the enhancement's last run |
schedule |
list, A list containing the following elements:
|
parentId |
integer, Parent ID that triggers this enhancement. |
notifications |
list, A list containing the following elements:
|
runningAs |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
source |
list, A list containing the following elements:
|
destination |
list, A list containing the following elements:
|
columnMapping |
list, A list containing the following elements:
|
useDefaultColumnMapping |
boolean, Defaults to true, where the existing column mapping on the input table will be used. If false, a custom column mapping must be provided. |
performNcoa |
boolean, Whether to update addresses for records matching the National Change of Address (NCOA) database. |
ncoaCredentialId |
integer, Credential to use when performing NCOA updates. Required if 'performNcoa' is true. |
outputLevel |
string, The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of 'cass' or 'all.'For NCOA enhancements, one of 'cass', 'ncoa' , 'coalesced' or 'all'.By default, all fields will be returned. |
limitingSQL |
string, The limiting SQL for the source table. "WHERE" should be omitted (e.g. state='IL'). |
batchSize |
integer, The maximum number of records processed at a time. Note that this parameter is not available to all users. |
archived |
string, The archival status of the requested item(s). |