Question
When does pxSaveDateTime get updated when exposing with prpcServiceUtils
I'm using the prpcServiceUtils component version 7.4 (with cloud environment on 7.4.0) from Windows 10. I have a data class with 4 declare indexes on it. One is a new index, so I want to populate that using prpcServiceUtils expose .
What I see is that part of the instances on the data class get an updated pxSaveDateTime but others don't. This is not related to the fact that the data class has that page list or not. For now, I don't see an obvious pattern.
We have some custom checks on the pxSaveDateTime built, so I want to avoid that the pxSaveDateTime gets updated.
My questions:
- Under which conditions would the pxSaveDateTime of the data class be updated with prpcServiceUtils expose?
- Is it possible to avoid the pxSaveDateTime of the data class NOT to be updated?
The configuration in prpcServiceUtils.properties
expose.includedClasses=DataClassPlaceholder
expose.includeDescendents=true
expose.excludedClasses=
expose.excludeDescendents=true
expose.startKey=
expose.endKey=
expose.startDate=
expose.endDate=
expose.reindex=true
expose.reindexType=nonpega
expose.commitRate=100
expose.numOfThreads=1
expose.async=true
***Edited by Moderator Marissa to update platform capability tags****
Hello!
As per this release note, pxSaveDateTime, records the date and the time that an instance was saved with business changes to the database. This property is always used when an instance is saved, whether you are creating an instance or updating an existing instance. This property is not updated when an instance is moved from one system to another, and it is not updated during certain system management operations that do not change the content of the instance, such as column exposure.
Hope this helps!
Thank you,
Pawan