链接到具有多种内容类型的SharePoint 2010列表时,MS Access中的[内容类型]字段为只读。这使得无法在MS Access中添加针对特定内容类型的记录,因为只有默认内容类型预先填充了新记录。
必须有办法...
答案 0 :(得分:0)
我不是一个sharepoint程序员,但我怀疑这个值是通过一个对象设置的,而不是一个简单的赋值,就像(这只是一个猜测)
dim myContentType as sharepoint.contenttype
set myContentType = new sharepoint.contentType
myContentType.value = "content"