Update fields of another record with multiple conditions in a process
Hi! I have made a process in which my Invoice Lines (Record 1) are set with the status "Billed" in the end, after passing multiple logics.
Now, I would like to query the Purchase Order Lines (Record 2) from my process model and set their status to "Billed" too. In this case, I have to apply the following conditions:
1) The Purchase Order ID is the same as the used in my process
2) The materials of the Order Lines are the same as the ones created in the process
I have been trying with the query database smart service (update-set-where) but it gives me problems when trying to filter by a more than one string (materials)
How can I afford this "update" in my process? Which smart services do you recommend me to use?
