A couple of weeks ago a coworker experienced a serious issue while working with Sitecore Query. He spent a lot of time trying to run a query for an easy search but it was not working. My friend was pretty sure the syntax was well formed but when the query was executed the result was […]
Luis Garza
Blogs from this Author
Adding Custom Fields to Sitecore User Part 2
Now its time to cover the access of customized fields using the Sitecore’s API; we will see how a couple of classes help to set, read or even remove the fields in user profile. Regardless the need that pushes you to add new fields to Sitecore users, you can rely in Sitecore User Profile Templates […]
Adding Custom Fields to Sitecore User Part 1
If you’re working with a Sitecore project, you would probably need to add some fields to the user profile, such as work phone, zip, or social media accounts. Most of the time, the first option to achieve this task is to add SQL tables to store the new data for each user. Still, this approach […]