/AWS1/CL_CNTQUICKCNCTCONTDATA¶
Contact data associated with quick connect operations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contactid TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID¶
The contact ID for quick connect contact data.
iv_initiationtimestamp TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
Timestamp when the quick connect contact was initiated.
iv_quickconnectid TYPE /AWS1/CNTQUICKCONNECTID /AWS1/CNTQUICKCONNECTID¶
The quick connect ID.
iv_quickconnectname TYPE /AWS1/CNTQUICKCONNECTNAME /AWS1/CNTQUICKCONNECTNAME¶
The name of the quick connect.
iv_quickconnecttype TYPE /AWS1/CNTQUICKCONNECTTYPE /AWS1/CNTQUICKCONNECTTYPE¶
The type of the quick connect.
Queryable Attributes¶
ContactId¶
The contact ID for quick connect contact data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTID() |
Getter for CONTACTID, with configurable default |
ASK_CONTACTID() |
Getter for CONTACTID w/ exceptions if field has no value |
HAS_CONTACTID() |
Determine if CONTACTID has a value |
InitiationTimestamp¶
Timestamp when the quick connect contact was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIATIONTIMESTAMP() |
Getter for INITIATIONTIMESTAMP, with configurable default |
ASK_INITIATIONTIMESTAMP() |
Getter for INITIATIONTIMESTAMP w/ exceptions if field has no |
HAS_INITIATIONTIMESTAMP() |
Determine if INITIATIONTIMESTAMP has a value |
QuickConnectId¶
The quick connect ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUICKCONNECTID() |
Getter for QUICKCONNECTID, with configurable default |
ASK_QUICKCONNECTID() |
Getter for QUICKCONNECTID w/ exceptions if field has no valu |
HAS_QUICKCONNECTID() |
Determine if QUICKCONNECTID has a value |
QuickConnectName¶
The name of the quick connect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUICKCONNECTNAME() |
Getter for QUICKCONNECTNAME, with configurable default |
ASK_QUICKCONNECTNAME() |
Getter for QUICKCONNECTNAME w/ exceptions if field has no va |
HAS_QUICKCONNECTNAME() |
Determine if QUICKCONNECTNAME has a value |
QuickConnectType¶
The type of the quick connect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUICKCONNECTTYPE() |
Getter for QUICKCONNECTTYPE, with configurable default |
ASK_QUICKCONNECTTYPE() |
Getter for QUICKCONNECTTYPE w/ exceptions if field has no va |
HAS_QUICKCONNECTTYPE() |
Determine if QUICKCONNECTTYPE has a value |