Question
BPM Company
NL
Last activity: 14 Apr 2019 8:33 EDT
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
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****