开发者

How does the Sitecore SharePoint Connector name its items?

Can anyone who has used the Sitecore SharePoint connector tell me how it chooses the name for the items it creates in the Sitecore tree?

I am able to map fields and sitecore values (such as __Displayname), but not the tree name.

The problem we face is that the data in SharePoint contains invalid characters that should 开发者_开发知识库not be allowed in the tree name.

Thanks in advance!


As far as I can see, SharePoint connector chooses Sitecore item name by iterating through the following SharePoint fields in that very order:

  • Title
  • LinkFilename
  • LinkTitle
  • NameOrTitle
  • URL
  • GUID
  • ID

If the field is not empty, its value is taken as an item name and the iteration stops. So you can find out where the invalid name comes from in your case. If it's NameOrTitle, for instance, then you can try to put a valid name to, let's say, Title and it should be picked by SharePoint connector.

I've never tried this myself, though. That's what I can judge about looking at the code.

Also, the documentation for SharePoint connector for Sitecore 6 is here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜