Get Customer Company extension attributes B2B magento 2.

In B2B, Magento 2 You can fetch a list of customer company extension attributes by customer ID.

The company module contains customer extension attributes that are mapped to the Customer module in the Magento core code. Continue reading “Get Customer Company extension attributes B2B magento 2.”

Add hidden field in ui_component form magento 2.

Magento you can add a hidden field to the ui_component XML file with the use of attribute formElement=”hidden”.

The hidden field is used mostly for an entity_id field. Continue reading “Add hidden field in ui_component form magento 2.”

Add tooltip in ui component form magento 2.

You can add a tooltip beside the field to display a notification for a specific field.

Tooltip used for display notification for a specific field.

You can add a tooltip in ui_component form using <tooltip> node. Continue reading “Add tooltip in ui component form magento 2.”