0
我在SharePoint Designer 2010中創建了可重用工作流。我創建了一個自定義內容類型,其中包含我將在工作流中使用的所有必需字段。但是我無法在工作流程中找到修改者字段(編輯者)。在可重用工作流中訪問「修改者」字段
<FieldRef ID="{d31655d1-1d5b-4511-95a1-7a09e9b75bf2}" ReadOnly="TRUE" Name="Editor" DisplayName="Last Updated By" FromBaseType="TRUE" Required="FALSE" PITarget="" PrimaryPITarget="" PIAttribute="" PrimaryPIAttribute="" Aggregation="" Node="" />
我真的懷疑ID是否與內置編輯器字段匹配。我怎樣才能交叉驗證呢?有任何想法嗎?
認爲同樣的。但我力求將它列入工作流程內的列表中。 – NLV