BaseDataField baseField = e.TargetBusinessInfo.GetField("FCreatorId") as BaseDataField;
IViewService service = Kingdee.BOS.App.ServiceHelper.GetService<IViewService>();
//根据内码获取基础资料对象
DynamicObject User = service.LoadSingle(this.Context, 100003, baseField.RefFormDynamicObjectType);

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-07-03
  • 2022-12-23
相关资源
相似解决方案