Wednesday, November 18, 2015

Sitecore "Site" Configuration

 

main properties describe bellow. 


name = name of the site. define using "sc_site" query sting parameter.
  • if "sc_site" present sitecore check site with same name in "Sites" section, if not found error occur.
  • if  "sc_site" Not present sitecore mach host name and virtualFolder
 hostName  = host name of the incoming url.can use wilcords as well (ex. www.site.net, *.site.net, *.net, pda.*, print.*.net)
  • if host name is not set, sitecore will match  all host names define in host file.
virtualFolder = this value is added after hostname to define unique site.incoming url must match the hostName and vartualFolder both.

startItem = path of the start item of the site
  • All relative URL path relative to start item
database - which data base contain rendering  items


rootPath - path to root item of the site

you can find more information in flowing url s



Sunday, September 6, 2015

Sitecore Task Scheduler


  • Define Command Item and Schedule item c# class
  • Schedule template Schedule field

Flowing image describe how we can arrange the schedule filed

  • manually  run scheduled task "Scheduled task utils" https://marketplace.sitecore.net/en/Modules/Scheduled_task_utils.aspx

refer flowing blog for more information

 http://www.sitecore.net/learn/blogs/technical-blogs/john-west-sitecore-blog/posts/2010/11/all-about-sitecore-scheduling-agents-and-tasks.aspx for more information


Thursday, April 30, 2015

Set up Web Forms for Marketers Module



  • fist need to find the appropriate WFFM module. refer https://sdn.sitecore.net.
  • refer bellow image to see appropriate WFFM module.


  • Go to sitecore desktop and install wffm  package. 
  • Installation wizard will copy wffm database to \Data.
  • Need to attached those dbs into sql sever.
  • Those databases use to  save forms submitted data.
  • Modify the connection string in \app_config\include\forms.config.





  • Above image show WFFM sample form. new form should inherited form  /sitecore/templates/Web Forms for Marketers/Form
  • Use Form designer to design the form. 
  • Use Form Reports to see the data base data.