Hi Guys,
is there any option, to configure a none time based pm process, without using a trigger or apex classes or stuff like that? What I will have on installed product is a counter. Whenever the counter reaches a multiple of the counter, e.g. 100, 200, 300, and so on... a workorder should be created.
Thanks for feedback,
Heiko
Hi Heiko Lindner,
Currently a Trigger or a Process Builder would be the only non time based solution to create work order when your counter reaches a multiple of the counter.
-Godo
pm process ProcessBuilder
many thanks Godo Martinez I will try to do it by using process builder. May in the future, SVMX will have a solution of this, because a lot of gadgets needs a preventive maintenance by counters and not only by time.