FirstName and LastName as part of the Customer entity

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 10 ans
Anyone please let me know what I am doing wrong?

Much appreciated.
Il y a 10 ans
It looks right.  Have you tried Clean/Rebuild of solution?
Il y a 10 ans
Yes, I tried it on a clean installation but it just keeps showing up as the email.
Il y a 10 ans
Were you able to resolve this?

I too have been having problems getting a customer's full name. I saw the customer.GetFullName() extension method and tried calling it but it returns an empty string for me.

When I debug the calls to customer.GetAttribute<string>( SystemCustomerAttributeNames.FirstName ) (or .LastName) they both are returning null.

Does anyone have any ideas why this might be happening?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.