eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

Themen

transformation:mappings:funktionen:abfragefunktionen:get:getsystempartnerlocationvariable

GetSystemPartnerLocationVariable

Die Funktion GetSystemPartnerLocationVariable ermöglicht, dass globale Variablen im JobStep EntityIfCase oder in Mappings abgefragt werden können. Rückgabewert ist der Wert der Variable einer Partner HeadQuarter Lokation.

Syntax:

GetSystemPartnerLocationVariable(VariablenName, GLN) as string

Beispiel:

GetSystemPartnerLocationVariable('GLN_Umschlüsselung','1234567890123') = 'True'

Diese Expression liefert boolesich true zurück falls auf der Systempartnerlokation mit GLN “1234567890123” die Variable “GLN_Umschlüsselung” instanziert ist und auf “True” geflagt ist.

Hinweis: Wenn die Variable als Flag angelegt ist und man im Mapping oder Job auf den bolleschen Wert abfragen möchte, muss die Funktion nochmals mit IsTrue() oder IsFalse() gekapselt werden.

Beispiel:

IsTrue(GetSystemPartnerLocationVariable('TestMode'))
transformation/mappings/funktionen/abfragefunktionen/get/getsystempartnerlocationvariable.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1