Monday, January 11, 2016

Sitecore Querystring Param- Cheatsheat

Below are the list of querystring param that comes handy when we are in production deployment and wants to troubleshoot the deployment status in each and every sitecore delivery server. This is very useful querystring parameter at times where there are separate Content managed –Authoring server and several load balanced delivery server, these querystring helps in finding the various behaviour of page and act as troubleshooting tools. 

yes there are various ways to look for sitecore errors such as data folder logs, sitecore analyzer, IIS logs, event logs etc.


Sitecore Querystring param -Cheatsheat


Sr.No
SC param
Description
1.
?Sc_mode= {normal, Edit, Preview}
Change display mode of website
2.
?Sc_lang=
Change website language
Sitecore/system/languages
en-us
3
?Sc_site
Use to change website for multisite single instance.
4
?sc_itemid={123455678-14564-1234-1234-123456789ABC}
Change current item
5
?sc_device={mobile, default etc}
Adaptive design
6
?sc_database={master, web}
Change data in draft vs publish
7
?sc_debug={0,1}
0=false, 1=true
8
?sc_prof={0,1}
Switch on sitecore profiler
9
?sc_trace={0,1}
Switch trace on and off
10
?sc_ri={0,1}
Show hide rendering information

No comments :