sitecore - getting field value
From time to time you might need to find out what is the value for field value in sitecore.
You can use the following script to get field value. First you query [Items] table and follow by [Fields] table as shown in code below :-
Comments