Sunday 30 September 2018

Sitecore Gyan : Day 18

In Sitecore, By default all the codes runs in the security context of the context user.
And if user who doesn't have read access and wanted to perform task on the code then use Security User switcher or Security disabler.

using (new Sitecore.SecurityModel.SecurityDisabler())
{
//put the code here
}

Saturday 29 September 2018

Sitecore Gyan : Day 17

Admin can increase the number of allowed users up to 24 hours even if your license does not include these additional users. Because license agreement regulates the maximum user count.  And if you use this functionality too often, this can be a breach of your license agreement and Sitecore can charge you for the extra users.

Friday 28 September 2018

Sitecore Gyan : Day 16

To upload your files to the Media Library, drag-and-drop functionality is currently only supported in Internet Explorer 7 or later.

please see below image
sitecore-image-drag-and-drop

Thursday 27 September 2018

Sitecore Gyan : Day 15

Search in the Content Editor on a Search tab will only search through the descendants of the selected item but in Experience Editor, the search runs through all the items across all your Sitecore websites.

Wednesday 26 September 2018

Sitecore Gyan : Day 14

When a Sitecore user logged in, a cookie (.ASPXAUTH) is set. As long as cookie exists, the user remains logged in.  And Authentication.ClientSessionTimeout setting in the Sitecore.config file specifies the timeout value of this cookie.  The default setting is 60 minutes, can change this value if wanted user sessions to time out faster.

Tuesday 25 September 2018

Sitecore Gyan : Day 13

For the best practice, should not store both regular and bucketable items in an item bucket.

Monday 24 September 2018

Sitecore Gyan : Day 12

Web Distributed Authoring and Versioning (WebDAV) provides support for remote web authoring, never enable WebDAV on Sitecore CD servers.  Only use WebDAV on CM servers, for best practice disable it on the CM by Sitecore.WebDAV.config.disable

Sunday 23 September 2018

Sitecore Gyan : Day 11

Can schedule to send an email reminder if you have time-sensitive content on your website. For that go to Review tab, in the Schedule group, click Reminder. In the list of options, select Set Reminder.

Saturday 22 September 2018

Sitecore Gyan : Day 10

If deleting an item bucket, all the items in the bucket, whether they are hidden or visible, are deleted as well. and the same happens while restoring item bucket.

Friday 21 September 2018

Sitecore Gyan : Day 9

Experience Management (XM - CMS mode Only, allow to create, manage, and publish content) run Sitecore XP without the Experience Database (xDB). To run Experience Management, you must set Xdb.enabled="false" in Sitecore.Xdb.config

Thursday 20 September 2018

Sitecore Gyan : Day 8

Every time when an item opened in the content tree, Validation Rules and Broken Links quick actions checked and that slow down performance most.

Wednesday 19 September 2018

Sitecore Gyan : Day 7

If you clone an item that is in a workflow, then workflow and Workflow state properties are copied to the clone item.

Tuesday 18 September 2018

Sitecore Gyan : Day 6

languageEmbedding(in sitecore.config) is used to include the language in URL as: always/never/asNeeded.  When asNeeded - then language got include in the URL, if can't determine context site from incoming request.  It means, for the first time in the URL language will be included and after that will not show until it's changed.

Monday 17 September 2018

Sitecore Gyan : Day 5

All Fields can be edited in Content Editor, but inline editing in Experience editor are: Single-Line Text, Multi-line Text, Rich Text, Image, Date, Datetime, General Link

Sunday 16 September 2018

Sitecore Gyan : Day 4

After archiving an item, will removed from the content tree, but it remains on the published website.  must do republish to ensure that your changes are replicated.

Saturday 15 September 2018

Sitecore Gyan : Day 3

When you edit a template, all the items that are based on the template will be affected by the changes you make.

Friday 14 September 2018

Sitecore Gyan : Day 2

Inherited fields are not displayed in the Template Editor, inherited fields will be displayed on the content page.

Thursday 13 September 2018

Sitecore Gyan : Day 1

All field sections from the inherited template with the same name will merge into one section in the final template

Wednesday 12 September 2018

Sitecore One Line Gyan: Day 0

Hi Folks,

from today initiating one line short information while development, debugging and other tasks in Sitecore.

Sitecore One Line Gyan - Best and useful information related to Sitecore in short. 
sitecore-one-line-gyan-0


Will try to put in a single line

Hope it will help and the best thing I'm currently thinking that the community does not need to visit on my blog to read the whole boring post.

You guys just need to look the article title and meta-info that's it.

Like Daily Quote, Daily one new word learning.
Need your support and blessings.