/AWS1/CL_APFZENDESKDSTPRPS¶
The properties that are applied when Zendesk is used as a destination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_object TYPE /AWS1/APFOBJECT /AWS1/APFOBJECT¶
The object specified in the Zendesk flow destination.
Optional arguments:¶
it_idfieldnames TYPE /AWS1/CL_APFIDFIELDNAMELIST_W=>TT_IDFIELDNAMELIST TT_IDFIELDNAMELIST¶
A list of field names that can be used as an ID field when performing a write operation.
io_errorhandlingconfig TYPE REF TO /AWS1/CL_APFERRORHANDLINGCFG /AWS1/CL_APFERRORHANDLINGCFG¶
The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfigis a part of the destination connector details.
iv_writeoperationtype TYPE /AWS1/APFWRITEOPERATIONTYPE /AWS1/APFWRITEOPERATIONTYPE¶
The possible write operations in the destination connector. When this value is not provided, this defaults to the
INSERToperation.
Queryable Attributes¶
object¶
The object specified in the Zendesk flow destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECT() |
Getter for OBJECT, with configurable default |
ASK_OBJECT() |
Getter for OBJECT w/ exceptions if field has no value |
HAS_OBJECT() |
Determine if OBJECT has a value |
idFieldNames¶
A list of field names that can be used as an ID field when performing a write operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDFIELDNAMES() |
Getter for IDFIELDNAMES, with configurable default |
ASK_IDFIELDNAMES() |
Getter for IDFIELDNAMES w/ exceptions if field has no value |
HAS_IDFIELDNAMES() |
Determine if IDFIELDNAMES has a value |
errorHandlingConfig¶
The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfigis a part of the destination connector details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORHANDLINGCONFIG() |
Getter for ERRORHANDLINGCONFIG |
writeOperationType¶
The possible write operations in the destination connector. When this value is not provided, this defaults to the
INSERToperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRITEOPERATIONTYPE() |
Getter for WRITEOPERATIONTYPE, with configurable default |
ASK_WRITEOPERATIONTYPE() |
Getter for WRITEOPERATIONTYPE w/ exceptions if field has no |
HAS_WRITEOPERATIONTYPE() |
Determine if WRITEOPERATIONTYPE has a value |