Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
RESOLVEGROUPING – Resolve parent/child hierarchy to full path
Overview
This Custom Field resolves a parent / child hierarchy into a full path, separated by >>. It uses a parent/child ID from an external data source.
Syntax
RESOLVEGROUPING(GroupID, DataSource, GroupName, GroupIDField, ParentID)
RESOLVEGROUPING(FIELDSTR(Group ID), groups_table, Group Name, Group ID, Parent ID)
| Element | Description |
|---|---|
| GroupID | The group ID. |
| DataSource | The data source name. |
| GroupName | The group field name to return.. |
| GroupIDField | The group identifier. |
| ParentID | The parent group identifier. |
Example
Coming soon.
