Find sitecore items with a specific OMS profile?

后端 未结 2 1285
独厮守ぢ
独厮守ぢ 2021-01-26 20:42

I have to find all items in Sitecore (or rather, in the contents) that have a certain OMS (marketing suite) profile checked in the \"Tracking\" attribute. The Tracking attribute

2条回答
  •  悲哀的现实
    2021-01-26 21:41

    If you use query or iterate descendants, avoid starting the query from / if possible - start from the equivalent of /sitecore/content/someitem.

    Another approach is to use a Lucene or other search index. See the Sitecore reference for more info.

提交回复
热议问题