What this solution does
The awz.dealsproductfield module extends Bitrix CRM user field functionality by adding the awz_deals_product field type. This field enables the selection of deals from the CRM and specific products from the product sets of those deals.
The field supports selecting multiple deals simultaneously. For each selected deal, details are displayed, including the list of products, their prices, and quantities. The selection interface utilizes the standard Bitrix EntitySelector component.
When editing the field within a deal card, that deal is automatically added to the list of available selections. Data is stored in JSON format containing information about the deals and selected products.
The module provides an API controller with methods to retrieve the list of products for a deal, deal information, and to search for deals.
The Deals Products custom field module verifies read permissions for deals before displaying the associated data.
General iT can install and configure this module and check how it works on your website.