[Lotus Notes] Formula script for unlock a Document Turn Back
2019-01-11 11:24:58
This script will delete some field (check out previous user) and unlock the document.
FIELD CurrentUser := @DeleteField;@DocLock([UNLOCK]);
2019-01-11 11:24:58
FIELD CurrentUser := @DeleteField;@DocLock([UNLOCK]);