/AWS1/CL_PTSLIFECYCLEFORVIEW¶
Provides the lifecycle view of an opportunity resource shared through a snapshot.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_targetclosedate
TYPE /AWS1/PTSDATE
/AWS1/PTSDATE
¶
The projected launch date of the opportunity shared through a snapshot.
iv_reviewstatus
TYPE /AWS1/PTSREVIEWSTATUS
/AWS1/PTSREVIEWSTATUS
¶
Defines the approval status of the opportunity shared through a snapshot.
iv_stage
TYPE /AWS1/PTSSTAGE
/AWS1/PTSSTAGE
¶
Defines the current stage of the opportunity shared through a snapshot.
iv_nextsteps
TYPE /AWS1/PTSPIISTRING
/AWS1/PTSPIISTRING
¶
Describes the next steps for the opportunity shared through a snapshot.
Queryable Attributes¶
TargetCloseDate¶
The projected launch date of the opportunity shared through a snapshot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETCLOSEDATE() |
Getter for TARGETCLOSEDATE, with configurable default |
ASK_TARGETCLOSEDATE() |
Getter for TARGETCLOSEDATE w/ exceptions if field has no val |
HAS_TARGETCLOSEDATE() |
Determine if TARGETCLOSEDATE has a value |
ReviewStatus¶
Defines the approval status of the opportunity shared through a snapshot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVIEWSTATUS() |
Getter for REVIEWSTATUS, with configurable default |
ASK_REVIEWSTATUS() |
Getter for REVIEWSTATUS w/ exceptions if field has no value |
HAS_REVIEWSTATUS() |
Determine if REVIEWSTATUS has a value |
Stage¶
Defines the current stage of the opportunity shared through a snapshot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STAGE() |
Getter for STAGE, with configurable default |
ASK_STAGE() |
Getter for STAGE w/ exceptions if field has no value |
HAS_STAGE() |
Determine if STAGE has a value |
NextSteps¶
Describes the next steps for the opportunity shared through a snapshot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTSTEPS() |
Getter for NEXTSTEPS, with configurable default |
ASK_NEXTSTEPS() |
Getter for NEXTSTEPS w/ exceptions if field has no value |
HAS_NEXTSTEPS() |
Determine if NEXTSTEPS has a value |