Hello everyone. Is it possible to create a custom Entity field that automatically resets to a value every x amount of days/months/years without employing Suitescript? Or should this be scripted instead?
m
Mika Hakkinen
02/10/2022, 11:19 AM
Thinking out loud, could you not workflow this? Set the WF to schedule to every x amount of days / months / years to run, then execute set field value action with action = {null}?
✅ 1
k
KevinJ of Kansas
02/10/2022, 2:39 PM
I mean, it's probably more complicated than that, but yeah, seems feasible
u
7px
02/11/2022, 1:21 AM
Surprisingly, this method actually worked, and I didn't even have to set a trigger since it's schedule-based. I'm unsure why I didn't think of this, but I believe it's due to me using WFs mostly for event-based scenarios.
Thanks for the help.