====== GetTradingPartnerVariable ======
This function is equivalent to the [[en:transformation:mappings:funktionen:abfragefunktionen:get:getTradingPartnerLocationVariable]]
==== Syntax: ====
GetTradingPartnerVariable('VariablenName', ['GLN'])
==== Sample: ====
GetTradingPartnerVariable('TestMode')
GetTradingPartnerVariable('TestMode', '4035811000006')
{{:images:sign_warning.png}}**Note:** If the variable is created as a flag and you want to query for the boolean value in the mapping or job, the function must be encapsulated again with [[en:transformation:mappings:funktionen:allgemein:istrue|IsTrue()]] or [[en:transformation:mappings:funktionen:allgemein:isfalse|IsFalse()]].
==== Example: ====
IsTrue(GetTradingPartnerVariable('TestMode'))