Skip to main content
Skip table of contents

getMasterPk

Versionshinweise

18.2.09, 19.1.02, 19.2

Code

GROOVY
String WorkSpaceScriptUtils.getMasterPk(IScriptWorkSpace workSpace);

Beschreibung

In einem abhängigen IScriptWorkSpace wird der Primärschlüssel des übergeordneten Datensatzes geliefert. Handelt es sich um keinen abhängigen IScriptWorkSpace, wird null zurückgeliefert.

Parameter

  • workSpace - der IScriptWorkSpace

Rückgabe

Der IScriptWorkSpace

Beispiele

GROOVY
String pk = WorkSpaceScriptUtils.getMasterPk(MaskUtils.getWorkSpace());
JavaScript errors detected

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

If this problem persists, please contact our support.