What this solution does
The module adds a user property for linking to any database object. Supported object types include InfoBlock elements and sections, InfoBlocks, Highload blocks and their elements, Media Library items and sections, users, user groups, carts, orders, products, delivery methods, payment systems, currencies, warehouses, forms, sites, forums, blogs, documents, banners, and others.
The property supports multiple values and filtering. The order of multiple values can be changed by dragging items with the mouse.
To configure the field, specify the main table (T1) containing the target elements. Examples: b_iblock_element (InfoBlock elements), b_user (users), b_group (user groups), b_sale_order (orders), b_catalog_store (warehouses).
Optionally, specify an additional table (T2) to retrieve extra data from the main table, such as language-dependent fields.
The 'Link to Any Object' property enables data linking between two tables by matching specific columns. This configuration is required when both tables are selected.
For elements where data depends on language, specify the column containing the language ID. If language dependency is not applicable, this field is optional.
The output template for the admin panel defines the formatted display value. It can include any data from tables T1 and T2 using bracket notation with the column name, such as: [T1.NAME], [T1.CODE], [T2.XML_ID]. HTML formatting is supported.
The output template for the admin filter applies the same logic specifically to the filtering interface within the admin panel.
The output template for the website controls how the value appears on the site, including in product cards or smart filters.
Access level settings restrict property element visibility. By default, access is denied to all user groups except administrators. For each group, you can define permissions: no access, view-only, or the ability to modify values.
General iT can install and configure this module and check how it works on your website.