In my process model ,I have a timer, when date reached the specified time , request data should get updated for all the requests for that same date
Discussion posts and replies are publicly visible
Seems like a simple load-modify-store process. Do you have a specific question?
Hi, in the process model you have to query the data in a script task and then update data using write data smart service. While querying the data make sure to pass all the required filters. On the scheduler timer, the process will run and update the data. Let us know if you have any specific questions regarding it