我在sharepoint中有一个网站,可以将其称为“主网站”
我有一个'主网站'的子网站,我们称之为'奴隶网站'
在'Slave Web Site'中我有一个列表
-- SlaveList
--ID
--Title
--Address
--Country (i want this column comes from the upper site list (MasterList))
...
<主要网站'中的我有一个列表
-- MasterList (For all the countries in the world)
现在我想在'MasterList'中为'SlaveList'添加一个查找列。
当我尝试添加查阅列时,我只选择“从属网站”中的列表
答案 0 :(得分:0)
您必须在“主”网站中创建网站列。 这应该通过MasterList中的Country列的Lookup类型。
之后,您可以通过“列表”设置中的“添加现有站点列”在“SlaveList”中选择此站点列。