Let me preface by saying I'm still new to Dynamics 365.
I wanted to fetch an attribute for a product so I started by listing out all the attributes for the product. I wrote this X++ code to do that. The product '1301' is hard-code I'm using it to test with.

These are the results - 8 attributes.

The problem is that when I check the attributes for that same product I only see 3 attributes.


I checked in the database and it also shows 8 attributes with values.

Can someone help me understand why there is a discrepancy. Why don't I see the 5 other attributes in the browser?