Which entity in Magento supports scoped attributes?

Which entity in Magento supports scoped attributes?
A. Customer
B. CMS Page
C. Category
D. Customer Address

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which entity in Magento supports scoped attributes?

  1. Answer:- C

    As per my understanding you can only create custom attribute for below entity types:

    Customer (Scope: Global)
    customer_address (Scope: Global)
    catalog_category (Scope: Default, Website and Store)
    catalog_product (Scope: Default, Website and Store)
    as when you have a look on eav_entity_type table’s column additional_attribute_table and entity_attribute_collection you can see the values for above 4 entity_types only.

    And for Customer attribute by default scope is Global (default) so you don’t have to set the scope attribute. For rest i.e Catalog Category and Product you can set any scope i.e Global (default), Website or Store

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.