You all must be aware of the term ‘Publishing Target’ and the purpose of creating one, if you are new to that there are quite many articles explaining so, I suggest giving it a quick read first.So jumping to our problem statement now. We have been working with publishing targets since long now starting Sitecore... Continue Reading →
How to upload large files in Sitecore
Hi guys, I recently stumbled on an issue of uploading large files in Sitecore. While searching about the same I found many blogs stating the solution of setting the size for Media.MaxSizeInDatabase. In Sitecore 10 the default value is 500MB which I increased to 1024MB. <setting name="Media.MaxSizeInDatabase" value="1024MB"></setting> The above solution didn't work for me.... Continue Reading →
{:en}Simple and Easy Steps for Sitecore 9.2 XM Installation{:}{:ja}Sitecore 9.2XMインストールのシンプルで簡単な手順{:}
{:en}This post will help you with the three basic W's for installing ...... : What to install, in which order and from where. Here are the simple and easy steps for installation of Sitecore 9.2 XM version with SIF. Prerequisites: OS: Windows 10, Windows Server 2016 DB: Microsoft SQL Server 2017 IIS 10 . NET... Continue Reading →
{:en}Customizing Sitecore workflow’s Email Notification Roles Based{:}{:ja}SitecoreワークフローのEメール通知ロールベースのカスタマイズ{:}
{:en}Sitecore has out of the box workflow's Email Notification functionality but one of the major part of workflow implementation is to send email to proper Sitecore role with current state and custom tokens. We are sending email notification to sitecore role instead of single person because a role can have multiple persons who can approve... Continue Reading →
{:en}Custom Language Selector in Sitecore{:}{:ja}Sitecoreのカスタム言語セレクター{:}
{:en}I’d like to share my knowledge about some Sitecore functionality I’ve recently worked on with the hope it could be helpful to any other Sitecore aspirants for sharpening their skills and keeping us all motivated to craft better Sitecore solutions. I received a requirement from one of my clients to create a Country selector where... Continue Reading →
{:en}Validating only unique values, can be saved into specific set of fields by Custom Field Validator using Lucene with predicates{:}{:ja}一意の値のみを検証し、述語とともにLuceneを使用するカスタムフィールドバリデーターによって特定のフィールドセットに保存できます{:}
{:en}There are lots of blogs floating about custom field validator but our requirement bit different. It was to let only unique values be saved into 10 fields which every content item has. We also wanted to inform the content editor on which item the same value is present so they can decide where it belongs.... Continue Reading →
{:en}Source Tree Error: – “The remote end hung up unexpectedly”{:}{:ja}ソースツリーエラー:-「リモートエンドが予期せずハングアップしました」{:}
{:en}Nowadays we all prefer using the famous Atlassian Version Control Product: Sourcetree. It helps us Manage all our repositories, hosted or local, through SourceTree's simple interface. Lately many of us have been experiencing an issue: "the remote end hung up unexpectedly". I have a solution for this issue. In the process of committing your... Continue Reading →