Skip to main content

Luis Garza

Blogs from this Author

A group of diverse coworkers working on the computer together

Sitecore Query Error: End of String Expected at Position

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 […]

Technical Controller Working at His Workstation with Multiple Displays. Displays Show Various Technical Information. He's Alone in System Control Center.

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 […]

A team of tech workers in a meeting together.

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 […]