Answers for ""customer" attribute not getting saved from admin magento 2"

PHP
0

"customer" attribute not getting saved from admin magento 2

$customAttribute->addData([
            'attribute_set_id' => $attributeSetId,
            'attribute_group_id' => $attributeGroupId,
            'used_in_forms' => ['adminhtml_customer', 'customer_account_edit']
        ]);
Posted by: Guest on December-21-2020

Code answers related to ""customer" attribute not getting saved from admin magento 2"

Browse Popular Code Answers by Language