带有 Sitecore 外部搜索数据源的 Sitecore Multilist

Sitecore Multilist with Search datasource outside of sitecore

我的要求是 "multilist with search" 的数据源来自第三方 API,其中 returns JSON。 Json 确实有 ID(整数),但我想将它们存储为管道分隔,就像多列表的 sitecore 存储一样。

有办法实现吗?任何建议将不胜感激。

Sitecore 没有此类 OOTB。您需要创建自定义多列表字段。

这里是一个很好的开始阅读:http://sitecoreblog.blogspot.be/2012/04/how-to-create-custom-multilist-field.html