EAS人员同步标准方案过滤禁用职位
1 业务场景
使用集成服务云提供的标准人员同步方案(EAS-苍穹),不会自动过滤人员岗位分录中禁用的数据。
2 解决方案
在集成方案中添加以下字段映射:
并在原有方案的转换脚本末尾增加以下内容。
//过滤行政组织被禁用的岗位信息 var new_entryentity=Data.deepClone(tar.entryentity); for(var m : tar.entryentity){ SELECT @@issealup = o.FISOUSEALUP FROM $src.T_ORG_Position p,T_ORG_baseunit o WHERE p.FADMINORGUNITID =o.fid AND P.fid = @@m.src_positionid; if(issealup==1){ Collection.remove(new_entryentity, e -> e.src_positionid==m.src_positionid); } } tar.entryentity=new_entryentity; tar.entryentity=tar.entryentity.each($.filter($.key!=src_positionid));
EAS人员同步标准方案过滤禁用职位
1 业务场景使用集成服务云提供的标准人员同步方案(EAS-苍穹),不会自动过滤人员岗位分录中禁用的数据。2 解决方案在集成方案中添加以下...
点击下载文档
本文2024-09-23 00:48:30发表“云苍穹知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-cangqiong-141871.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章