====== Partner Variables ======
Partner variables allow you to store certain values at the partnerLocation level. These values can be retrieved in job steps such as [[en:prozessdefinition:jobs:jobsteps:allgemein:entityifcase]] or in mppings by the above mentioned functions. If these functions are tested in [[transformation: mappings: debug | MapDebugger]], the ** GLN ** of [[partnerverwaltung: lokation: start |]] has to be passed as an additional parameter.
===== Syntax: =====
Variablen von TradingPartnern abrufen:
GetTradingPartnerLocationVariable('VariableName')
GetTradingPartnerLocationVariable('VariableName', 'GLN')
GetTradingPartnerVariable('VariableName')
GetTradingPartnerVariable('VariableName', 'GLN')
Variablen von SystemPartnern abrufen:
GetSystemPartnerLocationVariable('VariableName')
GetSystemPartnerLocationVariable('VariableName', 'GLN')
GetSystemPartnerVariable('VariableName')
GetSystemPartnerVariable('VariableName', 'GLN')
===== Examples: =====
GetTradingPartnerVariable('StoreNumber')
GetTradingPartnerVariable('StoreNumber', '5121451681421')