1

I have created a validation rule in Core DB, and I have created a custom Sitecore field called 'Single Select Treelist'. I want to apply this validation rule to all 'Single Select Treelist' fields in all templates in my Sitecore instance. I know we can individually apply the validation rule to each template field of type 'Single Select Treelist'. Is there a way to achieve this automatically for all 'Single Select Treelist' fields without any custom coding?

I see the list of field type validation rules available in Master: enter image description here

How are these connected to the respective field types in Core?

enter image description here

Please advise.

4

2 回答 2

0

字段类型验证规则和实际字段类型之间的链接似乎只是基于字段类型的名称。

只需在图片中显示的验证规则/字段类型文件夹中添加一个带有模板“字段类型验证规则”的新项目。将其命名为与您希望它验证的字段类型完全相同的名称。在该新对象的验证规则部分中选择您需要的规则。

例如,我只需要向单行文本类型添加一些验证,如图所示。我们挣扎了一会儿,因为我们错过了冲刺。 图片 - 具有新字段类型验证的 Sitecore 树

于 2017-01-11T20:31:21.223 回答
0

如果您编辑字段类型项,则会有一个验证部分,其中包含为快速操作栏、验证按钮、验证器栏以及最后的工作流设置验证规则的字段。

![![验证字段

设置验证规则后,根据您设置的字段,Sitecore 将以不同方式显示验证消息。有关示例,请参阅此博客文章:http: //sitecoreworld.blogspot.com/2014/12/sitecore-validation-examples.html

于 2015-10-26T21:20:14.033 回答