eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:transformation:mappings:funktionen:abfragefunktionen:get:getarticlesbyartnumber

GetArticlesByArtNumber

The function GetArticlesByArtNumber returns a NodeSet with the articles as Attibute. These can be evaluated using XPath (see example). The function should always be used with the XSLT path /Detail and can be supplemented with attributes if only certain ArticleDetails are to be returned.

Syntax:

GetArticlesByArtNumber('Articlenumber', 'LocationGLN')
  • Articlenumber: The Articlenumber to be filtered. Wildcards can be used.
  • LocationGLN: Optional parameter, specifying the GLN of the location to be filtered.

Only the items from the current node are returned and the found set is limited to 10,000 items.

Sample:

GetArticlesByArtNumber('4712%%*')/Detail
GetArticlesByArtNumber('4712%%*')/Detail
GetArticlesByArtNumber('*', '1234567890123')/Detail

delivers all articles to GLN' 1234567890123', maximum however 10.000

GetArticlesByArtNumber('4712*', '1234567890123')/Detail/@Size
en/transformation/mappings/funktionen/abfragefunktionen/get/getarticlesbyartnumber.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1