Skip to main content

Hierarchy filters

Hierarchy filters can be used to filter based on the BOM (Bill of Materials) hierarchy. They are applied by the Partium-ID of the hierarchy-node in the Bill of Materials. It is possible to apply multiple hierarchy filters at the same time.

Partium.search.performSearch(
{
organizationName: '<organization-name>',
searchLanguage: '<search-language-code>',
hierarchyFilters: ['<node-partium-id-1>', '<node-partium-id-2>', ...],
}
)