/AWS1/CL_PTSLASTMODIFIEDDATE¶
Defines a filter to retrieve opportunities based on the last modified date. This filter is useful for tracking changes or updates to opportunities over time.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_afterlastmodifieddate
TYPE /AWS1/PTSDATETIME
/AWS1/PTSDATETIME
¶
Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
iv_beforelastmodifieddate
TYPE /AWS1/PTSDATETIME
/AWS1/PTSDATETIME
¶
Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
Queryable Attributes¶
AfterLastModifiedDate¶
Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AFTERLASTMODIFIEDDATE() |
Getter for AFTERLASTMODIFIEDDATE, with configurable default |
ASK_AFTERLASTMODIFIEDDATE() |
Getter for AFTERLASTMODIFIEDDATE w/ exceptions if field has |
HAS_AFTERLASTMODIFIEDDATE() |
Determine if AFTERLASTMODIFIEDDATE has a value |
BeforeLastModifiedDate¶
Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BEFORELASTMODIFIEDDATE() |
Getter for BEFORELASTMODIFIEDDATE, with configurable default |
ASK_BEFORELASTMODIFIEDDATE() |
Getter for BEFORELASTMODIFIEDDATE w/ exceptions if field has |
HAS_BEFORELASTMODIFIEDDATE() |
Determine if BEFORELASTMODIFIEDDATE has a value |