/AWS1/CL_PTSCREOPPORTUNITYRSP¶
CreateOpportunityResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_id
TYPE /AWS1/PTSOPPORTUNITYIDENTIFIER
/AWS1/PTSOPPORTUNITYIDENTIFIER
¶
Read-only, system-generated
Opportunity
unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.
Optional arguments:¶
iv_partneropportunityid
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.
iv_lastmodifieddate
TYPE /AWS1/PTSDATETIME
/AWS1/PTSDATETIME
¶
DateTime
when the opportunity was last modified. When theOpportunity
is created, its value isCreatedDate
.
Queryable Attributes¶
Id¶
Read-only, system-generated
Opportunity
unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
PartnerOpportunityIdentifier¶
Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTNEROPPORTUNITYID() |
Getter for PARTNEROPPORTUNITYIDENTIFIER, with configurable d |
ASK_PARTNEROPPORTUNITYID() |
Getter for PARTNEROPPORTUNITYIDENTIFIER w/ exceptions if fie |
HAS_PARTNEROPPORTUNITYID() |
Determine if PARTNEROPPORTUNITYIDENTIFIER has a value |
LastModifiedDate¶
DateTime
when the opportunity was last modified. When theOpportunity
is created, its value isCreatedDate
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |