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());