Hello community,
I am reading Reference_CommMethod from CustomerHandling projection. But the custom fields are not populated into the collection although they are visible on the screen.


Here is collection details.
▷ {COMM_ID=1^IDENTITY=6656^PARTY_TYPE_DB=CUSTOMER} ▽ { CommId : 2 Description : null MethodDefault : true CompanyId : null ManufacturerId : null ▷ keyref : "COMM_ID=2^IDENTITY=6 ..." PartyTypeDbVal : "CUSTOMER" AddressDefault : true CustomerId : "6656" TaxOfficeId : null Name : "GENERAL_EMAIL" SupplierId : null Objgrants : null MethodId : "EMail" PersonId : null OwnerId : null ▷ ETag : "W/"Vy8iQUFBV0YwQUE4Q ..." ForwarderId : null ▷ Value : "info@sth.com" luname : "CommMethod" Identity : "6656" AddressId : "01" CustomsId : null PartyType : "Customer"
I can see the custom fields in the API documentation

When I read another entity, e.g. Reference_CustomerInfoContact the custom fields are populated correctly. Anyone knows how to fix this?
Thanks