====== LookupPartnerLocationAddLookupValue ====== This function adds the value with a description to the partner's lookup table of the specified 'LookupTabelleType' or overwrites it if it already exists. This mapping function can be used with [[transformation:mappings:funktionen:abfragefunktionen:lookup:lookuppartnerlocationvalue|]] to check duplicated documents/messages. For this you switch of the flag AutoAddNewTables of the lookup table type and call [[transformation:mappings:funktionen:abfragefunktionen:lookup:lookuppartnerlocationvalue|]] to check, e.g.: {{ :images:lookuppartnerlocationaddlookupvalue_check.png |}} If the value was not found, you call the add function: {{ :images:lookuppartnerlocationaddlookupvalue_add.png |}} ==== Syntax: ==== LookupPartnerLocationAddLookupValue('LookupTabelleType', 'Key', 'Val', 'Value Description') LookupPartnerLocationAddLookupValue('LookupTabelleType', 'Key', 'Val') ==== Beispiele: ==== LookupPartnerLocationAddLookupValue('Größentabelle',@Ean,'Ean Value')