Hi,
We have the need to create a BPM-process that should be triggered to start after the end date of a contract is passed. Do any of you have any examples on how this could be configured?
Best regards,
Frida Yngve
Hi,
We have the need to create a BPM-process that should be triggered to start after the end date of a contract is passed. Do any of you have any examples on how this could be configured?
Best regards,
Frida Yngve
Hello Frida Yngve,
To have a solution that scales the best approach is to implement a custom Scheduler that will run daily to identify the records that reached the contract end date.
That scheduler should then update a field in the target module that you can use as a trigger for your BPM.
Let me know if this helps.
André
Hello Frida Yngve,
To have a solution that scales the best approach is to implement a custom Scheduler that will run daily to identify the records that reached the contract end date.
That scheduler should then update a field in the target module that you can use as a trigger for your BPM.
Let me know if this helps.
André