Skip to main content
November 14, 2023
Question

how to update data for multiple requests on schedular job

  • November 14, 2023
  • 2 replies
  • 0 views

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

    2 replies

    stefanhelzle0001
    Brainy
    November 14, 2023

    Seems like a simple load-modify-store process. Do you have a specific question?

    November 16, 2023

    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