Skip to main content
Skip table of contents

unlockEntries

Versionshinweise

12.2

Code

GROOVY
void unlockEntries(IScriptWorkSpace workSpace, String lockId)

Beschreibung

Entsperrt alle Datensätze in einem Suchergebnis.

Parameter

  • workSpace - Ein Suchergebnis.
  • lockId - Bezeichung für die Sperre.

Beispiele

GROOVY
IScriptWorkSpace workSpace = WorkSpaceScriptUtils.search("searchPk", "Test", 1.0);
if(WorkSpaceScriptUtils.lockEntries(workSpace, "myLockId")) { 
WorkSpaceScriptUtils.unlockEntries(workSpace, "myLockId");
... }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.