4.1 Classification in Profile does not populate when using U

Posted by Community Admin on 04-Aug-2018 01:02

4.1 Classification in Profile does not populate when using UserProfileManager

All Replies

Posted by Community Admin on 19-May-2011 00:00

I have added a Custom Profile type in 4.1 SP1 and added a field based on a hierarchal classification. I can look in the database and the links are there with the appropriate Id's but when I use the following code:

var portalSettings = (IDynamicFieldsContainer)UserProfileManager.GetManager().GetUserProfile(
                    UserManager.GetManager("Portal").GetUser(HttpContext.Current.User.Identity.Name).Id,
                    "Telerik.Sitefinity.Security.Model.userportalsettings");

everything in the profile is populated correctly except the hierarchal classification. It returns 0 items in the field.

Posted by Community Admin on 24-May-2011 00:00

Hello John Tolar,

Can you provide more information how you are setting the values and where do you want to display them?

Greetings,
Pavel
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed