Which three actions do you specify in a module’s Data Patch to add a customer notes attribute?(Choose three.)

A merchant tasked you to add an input field for notes to the Customer Account Information backend page.

A. $cache->clean([‘eav’, ‘db_ddl’]);
B. $customerSetup->addAttribute(‘customer’, ‘notes’, $options);
C. $customerSetup->getConnection()->addColumn(‘customer_entity’, ‘notes’, $columnSpecs);
D. $notesAttribute->setData(‘used_in_forms’, [‘adminhtml_customer’]);

E. $customerSetup->addAttributeToSet(‘customer’, $attributeSetIdCustomer, $groupId, ‘notes’);

Not sure about this answer, Please comment

0 0 votes
Article Rating
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Dip

B,D and E are correct

1
0
Would love your thoughts, please comment.x
()
x