I made a workflow which locks a JE using the lock ...
# suiteflow
k
I made a workflow which locks a JE using the lock record action. Question is, how do i unlock those record or delete them?
k
To unlock a JE - your locking condition has to not be met.
I normally build an exception for administrators into most workflows that lock records for that reason
k
Thanks so much. That makes sense.