辅助数据源是不是一定要用ItemMetadata.xml这个名字?
ItemMetadata.xml
<z:row xmlns:z="#RowsetSchema" ows_oida="" />
我试图在workflow里
this.task1Properties.ExtendedProperties["oida"] = taskid;
传给infopath表单
然后在
public void FormEvents_Loading(object sender, LoadingEventArgs e) { //数据源是ida 绑定 辅助数据源oida string s = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:ida", NamespaceManager).Value.ToString(); }