Hello everyone. Is it possible to create a custom ...
# general
u
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
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
I mean, it's probably more complicated than that, but yeah, seems feasible
u
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.