Skip to content

How to add some products in a custom admin form tab- Magento 2.4

I Want to add a product collection, Which is saved in a custom table field( Ex – product_id_1,product_id_2,product_id_3 ) using ui_component method.

I have 2 tabs and 1 is a form and another tab needs to show the products where admin can choose using checkbox and save it.

I can show the form and save . Edit the data populated. Now i need to show only saved products ids in TAB 2 and assign the products and save the quote.
enter image description here

Can you please suggest me a way to do this?