案例文章
推荐的的流程模板
请稍后...
Code
1938
金蝶云星空有采购申请时到钉钉发起审批
<p>当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。</p>
zh-Hans
2022-12-02T01:17:27.000Z
2022-12-02T01:17:27.000Z
2023-11-25T00:54:23.000Z
sd7934oa
当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。
anyone
M1mOsfbSsikI
official
mk1905
passed
张鹏
sd7934oa
张鹏
[
{
"desc": "当单据中的数据发生变化时触发此动作",
"app_id": 267,
"action_type": "1",
"sort": "1",
"action_id": 2487,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "2",
"action_id": 2901,
"note": null
},
{
"desc": "通过对象名称或编号查询符合条件的基础资料",
"app_id": 267,
"action_type": "2",
"sort": "3",
"action_id": 2559,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "4",
"action_id": 2901,
"note": null
},
{
"desc": "使用钉钉自建应用根据员工手机号查询员工ID",
"app_id": 69,
"action_type": "2",
"sort": "5",
"action_id": 404,
"note": null
},
{
"desc": "使用钉钉自建应用根据用户id查询用户的详细信息",
"app_id": 69,
"action_type": "2",
"sort": "6",
"action_id": 1953,
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_type": "2",
"sort": "7",
"action_id": 15,
"note": null
},
{
"desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例",
"app_id": 69,
"action_type": "2",
"sort": "8",
"action_id": 2169,
"note": null
}
]
11
true
{
"1": [
{
"key": "FormId",
"label": "请选择您要监测的单据类型",
"required": true,
"type": "string",
"help_txt": "请选择您要监测的单据类型",
"dropdown": true,
"choices": [
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "SAL_OUTSTOCK",
"label": "销售出库单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "PUR_Requisition",
"label": "采购申请"
},
{
"key": "CN_PAYAPPLY",
"label": "付款申请"
},
{
"key": "IV_PURCHASEOC",
"label": "采购普通发票"
},
{
"key": "IV_PURCHASEIC",
"label": "采购增值税专用发票"
},
{
"key": "IV_SALESIC",
"label": "销售增值税专用发票"
},
{
"key": "IV_SALESOC",
"label": "销售普通发票"
},
{
"key": "STK_MisDelivery",
"label": "其他出库单"
},
{
"key": "SAL_QUOTATION",
"label": "销售报价单"
},
{
"key": "SAL_DELIVERYNOTICE",
"label": "发货通知单"
},
{
"key": "SAL_RETURNNOTICE",
"label": "退货通知单"
},
{
"key": "QM_InspectBill",
"label": "检验单"
}
]
},
{
"key": "FieldKeys",
"label": "结果中展示的字段",
"type": "string",
"multiples": true,
"required": true,
"help_txt": "本动作触发后,需要输出的字段信息,例如:表单编码,创建时间等"
},
{
"key": "FilterString",
"label": "筛选条件",
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "unique_field",
"label": "唯一字段",
"type": "string",
"required": false,
"help_txt": "用于对两次不同时间抓取的单据做对比去重处理,分辨出新的数据。单据中字段没有特殊变化的情况下无需修改",
"defaulttext": "FBILLNO"
}
],
"2": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"3": [
{
"key": "FormId",
"label": "请选择基础资料类型",
"required": true,
"type": "string",
"help_txt": "填写要查询的FormID(基础资料id)",
"dropdown": true,
"choices": [
{
"key": "BD_MATERIAL",
"label": "物料"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "BD_Department",
"label": "部门"
},
{
"key": "BD_Empinfo",
"label": "员工"
},
{
"key": "BD_MATERIALCATEGORY",
"label": "存货类别"
},
{
"key": "BD_Supplier",
"label": "供应商"
}
]
},
{
"key": "Fname",
"label": "对象名称"
},
{
"key": "Fnumber",
"label": "对象编号"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
}
],
"4": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"5": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"6": [
{
"key": "userid",
"label": "用户的userId",
"type": "string",
"required": true,
"help_txt": "示例:manager4220,可通过[查询员工ID]动作获取到用户的id"
},
{
"key": "language",
"label": "通讯录语言",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "zh_CN",
"label": "中文"
},
{
"key": "en_US",
"label": "英文"
}
],
"help_txt": "默认值为中文"
}
],
"7": [],
"8": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序"
},
{
"key": "originatorUserId",
"label": "发起人",
"type": "string",
"required": true,
"help_txt": "请填写人员手机号码, 示例:13766777889"
},
{
"key": "deptId",
"label": "发起人部门(下拉选择)",
"dropdownTree": true,
"required": false,
"queryParams": [
{
"label": "父节点id",
"key": "node_id",
"is_key": true,
"defaulttext": 1
},
{
"label": "标识",
"key": "flag",
"defaulttext": 1
}
],
"url": "/v1/api/process/dingding/dropdowntree/get_dept",
"choices": []
},
{
"key": "input_dept_id",
"label": "发起人部门(手动输入)",
"type": "string",
"help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个"
},
{
"key": "approvers",
"label": "审批人列表",
"type": "obj",
"items": [
{
"type": "copy",
"help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转"
},
{
"key": "actionType",
"label": "审批类型",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "AND",
"label": "会签"
},
{
"key": "OR",
"label": "或签"
},
{
"key": "NONE",
"label": "单人审批"
}
],
"help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人"
},
{
"key": "userIds",
"label": "审批人",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"queryParams": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 100
}
],
"url": "/v1/api/process/dingding/choice/get_user_templates",
"help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件",
"choices": [],
"dropdownServer": true,
"label": "审批流编码",
"type": "string",
"dynamic": true,
"key": "processCode",
"required": true
}
]
}
false
[]
[
{
"id": 837,
"title": "集简云 x 中益制药 丨解码钉钉与金蝶云星空之间审批流程的自动化方案",
"preview": "中益制药是一家集中草药研发、生产和销售于一体的现代化制药企业,日常企业人员使用金蝶云星空ERP系统创建各种单据,比如销售订单,采购单,付款申请单等,同时还需要同步到钉钉OA系统进行审批,大量业务单据信息需要在两个系统来回流转,人工操作常耗费大量时间及精力,且总是出现偏差。现在通过集简云搭建一个数据流程,即可轻松将两个系统打通,实现数据互联,大大提高效率。",
"content": "<h1><strong>客户背景 • 介绍</strong></h1><p><br>福建中益制药有限公司位于福建省石狮市国家高新区创新创业中心,成立于2016年12月,注册资金7500万元,<strong>拥有多项发明专利技术,是5个国家天然提取物标准品制定者。</strong>公司主营中药提取物、原料药、药用辅料的研发与生产,厂房总面积为5万多平方米,在福建连城建成占地30亩的中药粗提车间,年可处理中药材50万吨。</p><p> </p><p>公司是国家高新技术企业,<strong>连续三年被评为“科技型中小企业”,是福建省“专精特新”培育企业</strong>。公司通过了ISO9001质量管理体系认证,拥有药品生产许可证和食品生产许可证,目前拥有14个中药提取物备案号,是5个国家天然提取物标准品制定者。</p><p> </p><p> </p><h1><strong>客户 • 遇到的问题</strong></h1><p><br>中益制药成立至今已六年有余,公司是集中药提取物、中药饮片、原料药、药用辅料、食品添加剂、香精香料、经典汉方的研发、生产和销售于一体的现代化制药企业。对于中益来说,每一个环节都无比重要,为了覆盖财务,采购,销售等多个核心业务,企业采购<strong>金蝶云星空ERP系统</strong>进行管理业务,为公司各项发展政策提供可靠的依据。同时管理层们通过<strong>钉钉办公OA系统</strong>,可以及时知晓业务流程审批,实现移动办公。</p><p> </p><p>在企业发展壮大的过程中,业务产生大量的各种单据信息需要在不同系统间来回流转,人工成本,管理成本开始不断增高,让中益制药很快认识到了现阶段存在的问题,且这些问题已逐步成为企业发展的瓶颈:</p><p> </p><ul><li><strong>两个系统的数据彼此独立存在,形成信息孤岛,无法实现高效协同</strong></li></ul><p style=\"margin-left:40px;\">金蝶云星空系统,钉钉两个系统的功能都无比强大,但企业人员在金蝶云星空提交的审批数据无法自动同步到钉钉OA系统中,钉钉审批结束的单据也无法再回传到金蝶云星空,两个系统的数据经常不一致,彼此形成信息孤岛,无法实现高效协同。因此,打破孤岛成为难题。</p><p> </p><ul><li><strong>企业人员重复工作多,人工成本高,且人工手动同步数据费时费力,易出错</strong></li></ul><p style=\"margin-left:40px;\">一直以来,无论是销售订单、采购单、付款申请单等多种类型的单据,全靠人工手写编制,准确率低,常导致大量单据信息发生偏差,丢失,还需企业人员重新核对,追溯原始数据,增加巨大的工作量。</p><p style=\"margin-left:40px;\"> </p><ul><li><strong>审批流程不灵活,无法实现自动化运转,阻碍业务进展</strong><br>审批人需在电脑端登录金蝶云星空才可审批单据,经常遇到一个领导在外出差无法及时登录电脑,导致审批流程进展缓慢,阻碍后续工作开展,且金蝶云星空系统存在账号限制,无法实现多人审批,整个审批流程不灵活,无法实现自动化运转。</li></ul><p><br>随着信息化管理系统的不断发展与成熟,中益集团迫切需要借助一款自动化连接工具将企业目前使用的系统数据进行打通,提升单据审批效率,增强市场竞争力。</p><p> </p><p><strong>那么,该如何高效、低成本地解决这个问题?</strong></p><p> </p><p> </p><h1><span style=\"color:hsl(0,0%,0%);\"><strong>集简云 • 解决方案</strong></span></h1><p><br>这种让应用与应用之间的数据实现自动同步,正是集简云所解决的问题,我们只需要在集简云搭建一个数据流程即可让其工作流程实现自动化运转。</p><p><br><strong>“金蝶云星空无需API开发连接钉钉自建”自动化方案如下:</strong></p><p><br>步骤1:触发动作【金蝶云星空-当有单据信息发生变化时,比如采购单,付款单,销售单等】</p><p>步骤2:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤3:执行动作【金蝶云星空-查询基础资料列表】</p><p>步骤4:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤5:执行动作【钉钉自建-根据员工手机号查询员工ID】</p><p>步骤6:执行动作【钉钉自建-查询用户详情】</p><p>步骤7:执行动作【数据筛选-筛选单据为\"未审核\"状态】</p><p>步骤8:执行动作【钉钉自建-发起实例审批】</p><p> </p><figure class=\"image\"><img src=\"/uploads/image_1dc89472be.gif\"></figure><p style=\"text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">点击</span></a>金蝶云星空有采购申请时到钉钉发起审批<a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">此模板,立即使用</span></a></p><p> </p><p><br>实现效果:通过集简云,实现金蝶云星空与钉钉OA系统的对接,打破了系统之间数据的闭塞现状,使审批信息在两个系统间可以自动同步和更新,减少人员的重复劳动,大大提高效率,提高准确度。</p><p> </p><p><strong>原本需要研发技术人员数十个工作日才能完成的流程对接工作,在集简云零代码集成功能的帮助下,不到1个工作日就完成了搭建,调试与上线使用。</strong></p><p> </p><p> </p><h1><strong>客户 · 反馈</strong></h1><p><br>中益制药集团在不断强化技术领先地位的同时,切身感受到了信息化在企业发展中的力量,其始终认为,高效、先进的自动化办公软件能够事半功倍,毕竟,提升企业的信息化能力、提高竞争实力才是企业长久发展道路上的重中之重。</p><p> </p><ul><li><strong>使用集简云之前:</strong>员工在金蝶云星空提交审批,审批人还需找电脑登录金蝶云星空系统进行审批,且金蝶云星空有账号限制无法实现多人审批,审批流程不灵活;</li><li><strong>使用集简云之后:</strong>领导可以随时随地通过钉钉在手机端操作,审批后的结果也会自动同步到金蝶云星空,大幅提升内部审批流程的效率。</li></ul><p><br>通过集简云搭建这样一个数据流程,有触发有执行,当金蝶云星空系统有数据产生或者变化时,即可根据设置的应用、动作自动往下一步一步执行,过程无需人工再干预,让整个单据的审批流程轻松实现自动化闭环,大大减少人员手动操作的重复劳动,效率大幅提升。</p><p> </p>",
"sort": null,
"usage": "case",
"published_at": "2022-12-09T09:47:44.000Z",
"created_at": "2022-12-09T09:47:39.000Z",
"updated_at": "2023-06-13T03:26:28.000Z",
"help_collection": 6,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 8157,
"name": "画板 – 2.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "2_bf15e804d3",
"ext": ".png",
"mime": "image/png",
"size": 45.21,
"url": "/uploads/2_bf15e804d3.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:47:37.000Z",
"updated_at": "2022-12-09T09:47:37.000Z"
},
"media": {
"id": 8156,
"name": "自定义大小 – 38.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 38.png",
"hash": "thumbnail_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 65.57,
"path": null,
"url": "/uploads/thumbnail_38_3f43d8f0d2.png"
},
"large": {
"name": "large_自定义大小 – 38.png",
"hash": "large_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 832.44,
"path": null,
"url": "/uploads/large_38_3f43d8f0d2.png"
},
"medium": {
"name": "medium_自定义大小 – 38.png",
"hash": "medium_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 498.34,
"path": null,
"url": "/uploads/medium_38_3f43d8f0d2.png"
},
"small": {
"name": "small_自定义大小 – 38.png",
"hash": "small_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 239.89,
"path": null,
"url": "/uploads/small_38_3f43d8f0d2.png"
}
},
"hash": "38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"size": 594.37,
"url": "/uploads/38_3f43d8f0d2.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:46:35.000Z",
"updated_at": "2022-12-09T09:46:35.000Z"
}
}
]
[
{
"id": 305,
"name": "金蝶云星空",
"description": "<p>金蝶云·星空聚焦多组织,多利润中心的大中型企业,以 “开放、标准、社交”三大特性为数字经济时代的企业提供开放的 ERP 云平台。服务涵盖:财务、供应链、智能制造、阿米巴管理、全渠道营销、电商、HR、企业互联网服务。</p>",
"popular": 177,
"published_at": "2022-04-29T10:08:21.000Z",
"created_at": "2022-04-29T10:08:21.000Z",
"updated_at": "2022-10-21T12:22:30.000Z",
"app_id": "267",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "ERP系统",
"available": true,
"appid": null,
"website": "https://www.kingdee.com/products/galaxy.html",
"video": null,
"videos": 65,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 5957,
"name": "_373fd26afc.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "373fd26afc_d6c7b5ea7d",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.28,
"url": "/uploads/373fd26afc_d6c7b5ea7d.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-09-01T07:50:58.000Z",
"updated_at": "2022-09-01T07:50:58.000Z"
}
},
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-11-09T07:07:58.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": 109,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "设置筛选条件",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.000Z"
}
}
]
[
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
},
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
}
]
[
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2001,
"key": null,
"published_at": "2022-06-02T11:30:22.000Z",
"created_at": "2022-06-02T11:30:22.000Z",
"updated_at": "2023-11-06T07:38:20.000Z",
"action_id": "1953",
"action_name": "查询用户详情",
"error": null,
"description": "使用用户id查询用户的详细信息",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1953"
},
{
"id": 2781,
"key": null,
"published_at": "2022-07-28T11:05:24.000Z",
"created_at": "2022-07-28T11:05:24.000Z",
"updated_at": "2023-11-06T07:38:21.000Z",
"action_id": "2169",
"action_name": "发起审批实例1.0.1",
"error": null,
"description": "基于执行动作发起审批实例兼容了表单明细控件的功能",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2169"
},
{
"id": 2725,
"key": null,
"published_at": "2022-07-25T08:33:22.000Z",
"created_at": "2022-07-25T08:33:22.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2487",
"action_name": "当有单据信息发生变化时(自定义查询)",
"error": null,
"description": "当单据中的数据发生变化时触发此动作",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "2487"
},
{
"id": 2853,
"key": null,
"published_at": "2022-08-03T01:30:06.000Z",
"created_at": "2022-08-03T01:30:06.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2559",
"action_name": "查询基础资料列表",
"error": null,
"description": "通过对象名称或编号查询符合条件的基础资料",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2559"
},
{
"id": 3489,
"key": null,
"published_at": "2022-09-29T03:36:12.000Z",
"created_at": "2022-09-29T03:36:12.000Z",
"updated_at": "2023-11-06T07:47:00.000Z",
"action_id": "2901",
"action_name": "查询符合条件的单据列表",
"error": null,
"description": "根据筛选条件查询单据列表(返回指定字段)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2901"
},
{
"id": 364,
"key": null,
"published_at": "2021-11-29T10:03:16.000Z",
"created_at": "2021-11-29T10:03:15.000Z",
"updated_at": "2023-11-06T07:38:11.000Z",
"action_id": "404",
"action_name": " 根据员工手机号查询员工ID",
"error": null,
"description": "钉钉(自建应用)根据员工手机号查询员工ID",
"action_type": "action",
"app": null,
"template": null,
"action_key": "404"
}
]
[]
[]
100+
53
23
23
57
Msg
1938
金蝶云星空有采购申请时到钉钉发起审批
<p>当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。</p>
zh-Hans
2022-12-02T01:17:27.000Z
2022-12-02T01:17:27.000Z
2023-11-25T00:54:23.000Z
sd7934oa
当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。
anyone
M1mOsfbSsikI
official
mk1905
passed
张鹏
sd7934oa
张鹏
[
{
"desc": "当单据中的数据发生变化时触发此动作",
"app_id": 267,
"action_type": "1",
"sort": "1",
"action_id": 2487,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "2",
"action_id": 2901,
"note": null
},
{
"desc": "通过对象名称或编号查询符合条件的基础资料",
"app_id": 267,
"action_type": "2",
"sort": "3",
"action_id": 2559,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "4",
"action_id": 2901,
"note": null
},
{
"desc": "使用钉钉自建应用根据员工手机号查询员工ID",
"app_id": 69,
"action_type": "2",
"sort": "5",
"action_id": 404,
"note": null
},
{
"desc": "使用钉钉自建应用根据用户id查询用户的详细信息",
"app_id": 69,
"action_type": "2",
"sort": "6",
"action_id": 1953,
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_type": "2",
"sort": "7",
"action_id": 15,
"note": null
},
{
"desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例",
"app_id": 69,
"action_type": "2",
"sort": "8",
"action_id": 2169,
"note": null
}
]
11
true
{
"1": [
{
"key": "FormId",
"label": "请选择您要监测的单据类型",
"required": true,
"type": "string",
"help_txt": "请选择您要监测的单据类型",
"dropdown": true,
"choices": [
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "SAL_OUTSTOCK",
"label": "销售出库单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "PUR_Requisition",
"label": "采购申请"
},
{
"key": "CN_PAYAPPLY",
"label": "付款申请"
},
{
"key": "IV_PURCHASEOC",
"label": "采购普通发票"
},
{
"key": "IV_PURCHASEIC",
"label": "采购增值税专用发票"
},
{
"key": "IV_SALESIC",
"label": "销售增值税专用发票"
},
{
"key": "IV_SALESOC",
"label": "销售普通发票"
},
{
"key": "STK_MisDelivery",
"label": "其他出库单"
},
{
"key": "SAL_QUOTATION",
"label": "销售报价单"
},
{
"key": "SAL_DELIVERYNOTICE",
"label": "发货通知单"
},
{
"key": "SAL_RETURNNOTICE",
"label": "退货通知单"
},
{
"key": "QM_InspectBill",
"label": "检验单"
}
]
},
{
"key": "FieldKeys",
"label": "结果中展示的字段",
"type": "string",
"multiples": true,
"required": true,
"help_txt": "本动作触发后,需要输出的字段信息,例如:表单编码,创建时间等"
},
{
"key": "FilterString",
"label": "筛选条件",
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "unique_field",
"label": "唯一字段",
"type": "string",
"required": false,
"help_txt": "用于对两次不同时间抓取的单据做对比去重处理,分辨出新的数据。单据中字段没有特殊变化的情况下无需修改",
"defaulttext": "FBILLNO"
}
],
"2": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"3": [
{
"key": "FormId",
"label": "请选择基础资料类型",
"required": true,
"type": "string",
"help_txt": "填写要查询的FormID(基础资料id)",
"dropdown": true,
"choices": [
{
"key": "BD_MATERIAL",
"label": "物料"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "BD_Department",
"label": "部门"
},
{
"key": "BD_Empinfo",
"label": "员工"
},
{
"key": "BD_MATERIALCATEGORY",
"label": "存货类别"
},
{
"key": "BD_Supplier",
"label": "供应商"
}
]
},
{
"key": "Fname",
"label": "对象名称"
},
{
"key": "Fnumber",
"label": "对象编号"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
}
],
"4": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"5": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"6": [
{
"key": "userid",
"label": "用户的userId",
"type": "string",
"required": true,
"help_txt": "示例:manager4220,可通过[查询员工ID]动作获取到用户的id"
},
{
"key": "language",
"label": "通讯录语言",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "zh_CN",
"label": "中文"
},
{
"key": "en_US",
"label": "英文"
}
],
"help_txt": "默认值为中文"
}
],
"7": [],
"8": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序"
},
{
"key": "originatorUserId",
"label": "发起人",
"type": "string",
"required": true,
"help_txt": "请填写人员手机号码, 示例:13766777889"
},
{
"key": "deptId",
"label": "发起人部门(下拉选择)",
"dropdownTree": true,
"required": false,
"queryParams": [
{
"label": "父节点id",
"key": "node_id",
"is_key": true,
"defaulttext": 1
},
{
"label": "标识",
"key": "flag",
"defaulttext": 1
}
],
"url": "/v1/api/process/dingding/dropdowntree/get_dept",
"choices": []
},
{
"key": "input_dept_id",
"label": "发起人部门(手动输入)",
"type": "string",
"help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个"
},
{
"key": "approvers",
"label": "审批人列表",
"type": "obj",
"items": [
{
"type": "copy",
"help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转"
},
{
"key": "actionType",
"label": "审批类型",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "AND",
"label": "会签"
},
{
"key": "OR",
"label": "或签"
},
{
"key": "NONE",
"label": "单人审批"
}
],
"help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人"
},
{
"key": "userIds",
"label": "审批人",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"queryParams": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 100
}
],
"url": "/v1/api/process/dingding/choice/get_user_templates",
"help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件",
"choices": [],
"dropdownServer": true,
"label": "审批流编码",
"type": "string",
"dynamic": true,
"key": "processCode",
"required": true
}
]
}
false
[]
[
{
"id": 837,
"title": "集简云 x 中益制药 丨解码钉钉与金蝶云星空之间审批流程的自动化方案",
"preview": "中益制药是一家集中草药研发、生产和销售于一体的现代化制药企业,日常企业人员使用金蝶云星空ERP系统创建各种单据,比如销售订单,采购单,付款申请单等,同时还需要同步到钉钉OA系统进行审批,大量业务单据信息需要在两个系统来回流转,人工操作常耗费大量时间及精力,且总是出现偏差。现在通过集简云搭建一个数据流程,即可轻松将两个系统打通,实现数据互联,大大提高效率。",
"content": "<h1><strong>客户背景 • 介绍</strong></h1><p><br>福建中益制药有限公司位于福建省石狮市国家高新区创新创业中心,成立于2016年12月,注册资金7500万元,<strong>拥有多项发明专利技术,是5个国家天然提取物标准品制定者。</strong>公司主营中药提取物、原料药、药用辅料的研发与生产,厂房总面积为5万多平方米,在福建连城建成占地30亩的中药粗提车间,年可处理中药材50万吨。</p><p> </p><p>公司是国家高新技术企业,<strong>连续三年被评为“科技型中小企业”,是福建省“专精特新”培育企业</strong>。公司通过了ISO9001质量管理体系认证,拥有药品生产许可证和食品生产许可证,目前拥有14个中药提取物备案号,是5个国家天然提取物标准品制定者。</p><p> </p><p> </p><h1><strong>客户 • 遇到的问题</strong></h1><p><br>中益制药成立至今已六年有余,公司是集中药提取物、中药饮片、原料药、药用辅料、食品添加剂、香精香料、经典汉方的研发、生产和销售于一体的现代化制药企业。对于中益来说,每一个环节都无比重要,为了覆盖财务,采购,销售等多个核心业务,企业采购<strong>金蝶云星空ERP系统</strong>进行管理业务,为公司各项发展政策提供可靠的依据。同时管理层们通过<strong>钉钉办公OA系统</strong>,可以及时知晓业务流程审批,实现移动办公。</p><p> </p><p>在企业发展壮大的过程中,业务产生大量的各种单据信息需要在不同系统间来回流转,人工成本,管理成本开始不断增高,让中益制药很快认识到了现阶段存在的问题,且这些问题已逐步成为企业发展的瓶颈:</p><p> </p><ul><li><strong>两个系统的数据彼此独立存在,形成信息孤岛,无法实现高效协同</strong></li></ul><p style=\"margin-left:40px;\">金蝶云星空系统,钉钉两个系统的功能都无比强大,但企业人员在金蝶云星空提交的审批数据无法自动同步到钉钉OA系统中,钉钉审批结束的单据也无法再回传到金蝶云星空,两个系统的数据经常不一致,彼此形成信息孤岛,无法实现高效协同。因此,打破孤岛成为难题。</p><p> </p><ul><li><strong>企业人员重复工作多,人工成本高,且人工手动同步数据费时费力,易出错</strong></li></ul><p style=\"margin-left:40px;\">一直以来,无论是销售订单、采购单、付款申请单等多种类型的单据,全靠人工手写编制,准确率低,常导致大量单据信息发生偏差,丢失,还需企业人员重新核对,追溯原始数据,增加巨大的工作量。</p><p style=\"margin-left:40px;\"> </p><ul><li><strong>审批流程不灵活,无法实现自动化运转,阻碍业务进展</strong><br>审批人需在电脑端登录金蝶云星空才可审批单据,经常遇到一个领导在外出差无法及时登录电脑,导致审批流程进展缓慢,阻碍后续工作开展,且金蝶云星空系统存在账号限制,无法实现多人审批,整个审批流程不灵活,无法实现自动化运转。</li></ul><p><br>随着信息化管理系统的不断发展与成熟,中益集团迫切需要借助一款自动化连接工具将企业目前使用的系统数据进行打通,提升单据审批效率,增强市场竞争力。</p><p> </p><p><strong>那么,该如何高效、低成本地解决这个问题?</strong></p><p> </p><p> </p><h1><span style=\"color:hsl(0,0%,0%);\"><strong>集简云 • 解决方案</strong></span></h1><p><br>这种让应用与应用之间的数据实现自动同步,正是集简云所解决的问题,我们只需要在集简云搭建一个数据流程即可让其工作流程实现自动化运转。</p><p><br><strong>“金蝶云星空无需API开发连接钉钉自建”自动化方案如下:</strong></p><p><br>步骤1:触发动作【金蝶云星空-当有单据信息发生变化时,比如采购单,付款单,销售单等】</p><p>步骤2:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤3:执行动作【金蝶云星空-查询基础资料列表】</p><p>步骤4:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤5:执行动作【钉钉自建-根据员工手机号查询员工ID】</p><p>步骤6:执行动作【钉钉自建-查询用户详情】</p><p>步骤7:执行动作【数据筛选-筛选单据为\"未审核\"状态】</p><p>步骤8:执行动作【钉钉自建-发起实例审批】</p><p> </p><figure class=\"image\"><img src=\"/uploads/image_1dc89472be.gif\"></figure><p style=\"text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">点击</span></a>金蝶云星空有采购申请时到钉钉发起审批<a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">此模板,立即使用</span></a></p><p> </p><p><br>实现效果:通过集简云,实现金蝶云星空与钉钉OA系统的对接,打破了系统之间数据的闭塞现状,使审批信息在两个系统间可以自动同步和更新,减少人员的重复劳动,大大提高效率,提高准确度。</p><p> </p><p><strong>原本需要研发技术人员数十个工作日才能完成的流程对接工作,在集简云零代码集成功能的帮助下,不到1个工作日就完成了搭建,调试与上线使用。</strong></p><p> </p><p> </p><h1><strong>客户 · 反馈</strong></h1><p><br>中益制药集团在不断强化技术领先地位的同时,切身感受到了信息化在企业发展中的力量,其始终认为,高效、先进的自动化办公软件能够事半功倍,毕竟,提升企业的信息化能力、提高竞争实力才是企业长久发展道路上的重中之重。</p><p> </p><ul><li><strong>使用集简云之前:</strong>员工在金蝶云星空提交审批,审批人还需找电脑登录金蝶云星空系统进行审批,且金蝶云星空有账号限制无法实现多人审批,审批流程不灵活;</li><li><strong>使用集简云之后:</strong>领导可以随时随地通过钉钉在手机端操作,审批后的结果也会自动同步到金蝶云星空,大幅提升内部审批流程的效率。</li></ul><p><br>通过集简云搭建这样一个数据流程,有触发有执行,当金蝶云星空系统有数据产生或者变化时,即可根据设置的应用、动作自动往下一步一步执行,过程无需人工再干预,让整个单据的审批流程轻松实现自动化闭环,大大减少人员手动操作的重复劳动,效率大幅提升。</p><p> </p>",
"sort": null,
"usage": "case",
"published_at": "2022-12-09T09:47:44.000Z",
"created_at": "2022-12-09T09:47:39.000Z",
"updated_at": "2023-06-13T03:26:28.000Z",
"help_collection": 6,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 8157,
"name": "画板 – 2.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "2_bf15e804d3",
"ext": ".png",
"mime": "image/png",
"size": 45.21,
"url": "/uploads/2_bf15e804d3.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:47:37.000Z",
"updated_at": "2022-12-09T09:47:37.000Z"
},
"media": {
"id": 8156,
"name": "自定义大小 – 38.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 38.png",
"hash": "thumbnail_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 65.57,
"path": null,
"url": "/uploads/thumbnail_38_3f43d8f0d2.png"
},
"large": {
"name": "large_自定义大小 – 38.png",
"hash": "large_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 832.44,
"path": null,
"url": "/uploads/large_38_3f43d8f0d2.png"
},
"medium": {
"name": "medium_自定义大小 – 38.png",
"hash": "medium_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 498.34,
"path": null,
"url": "/uploads/medium_38_3f43d8f0d2.png"
},
"small": {
"name": "small_自定义大小 – 38.png",
"hash": "small_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 239.89,
"path": null,
"url": "/uploads/small_38_3f43d8f0d2.png"
}
},
"hash": "38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"size": 594.37,
"url": "/uploads/38_3f43d8f0d2.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:46:35.000Z",
"updated_at": "2022-12-09T09:46:35.000Z"
}
}
]
[
{
"id": 305,
"name": "金蝶云星空",
"description": "<p>金蝶云·星空聚焦多组织,多利润中心的大中型企业,以 “开放、标准、社交”三大特性为数字经济时代的企业提供开放的 ERP 云平台。服务涵盖:财务、供应链、智能制造、阿米巴管理、全渠道营销、电商、HR、企业互联网服务。</p>",
"popular": 177,
"published_at": "2022-04-29T10:08:21.000Z",
"created_at": "2022-04-29T10:08:21.000Z",
"updated_at": "2022-10-21T12:22:30.000Z",
"app_id": "267",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "ERP系统",
"available": true,
"appid": null,
"website": "https://www.kingdee.com/products/galaxy.html",
"video": null,
"videos": 65,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 5957,
"name": "_373fd26afc.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "373fd26afc_d6c7b5ea7d",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.28,
"url": "/uploads/373fd26afc_d6c7b5ea7d.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-09-01T07:50:58.000Z",
"updated_at": "2022-09-01T07:50:58.000Z"
}
},
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-11-09T07:07:58.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": 109,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "设置筛选条件",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.000Z"
}
}
]
[
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
},
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
}
]
[
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2001,
"key": null,
"published_at": "2022-06-02T11:30:22.000Z",
"created_at": "2022-06-02T11:30:22.000Z",
"updated_at": "2023-11-06T07:38:20.000Z",
"action_id": "1953",
"action_name": "查询用户详情",
"error": null,
"description": "使用用户id查询用户的详细信息",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1953"
},
{
"id": 2781,
"key": null,
"published_at": "2022-07-28T11:05:24.000Z",
"created_at": "2022-07-28T11:05:24.000Z",
"updated_at": "2023-11-06T07:38:21.000Z",
"action_id": "2169",
"action_name": "发起审批实例1.0.1",
"error": null,
"description": "基于执行动作发起审批实例兼容了表单明细控件的功能",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2169"
},
{
"id": 2725,
"key": null,
"published_at": "2022-07-25T08:33:22.000Z",
"created_at": "2022-07-25T08:33:22.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2487",
"action_name": "当有单据信息发生变化时(自定义查询)",
"error": null,
"description": "当单据中的数据发生变化时触发此动作",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "2487"
},
{
"id": 2853,
"key": null,
"published_at": "2022-08-03T01:30:06.000Z",
"created_at": "2022-08-03T01:30:06.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2559",
"action_name": "查询基础资料列表",
"error": null,
"description": "通过对象名称或编号查询符合条件的基础资料",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2559"
},
{
"id": 3489,
"key": null,
"published_at": "2022-09-29T03:36:12.000Z",
"created_at": "2022-09-29T03:36:12.000Z",
"updated_at": "2023-11-06T07:47:00.000Z",
"action_id": "2901",
"action_name": "查询符合条件的单据列表",
"error": null,
"description": "根据筛选条件查询单据列表(返回指定字段)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2901"
},
{
"id": 364,
"key": null,
"published_at": "2021-11-29T10:03:16.000Z",
"created_at": "2021-11-29T10:03:15.000Z",
"updated_at": "2023-11-06T07:38:11.000Z",
"action_id": "404",
"action_name": " 根据员工手机号查询员工ID",
"error": null,
"description": "钉钉(自建应用)根据员工手机号查询员工ID",
"action_type": "action",
"app": null,
"template": null,
"action_key": "404"
}
]
[]
[]
100+
53
23
23
57
Data
1938
金蝶云星空有采购申请时到钉钉发起审批
<p>当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。</p>
zh-Hans
2022-12-02T01:17:27.000Z
2022-12-02T01:17:27.000Z
2023-11-25T00:54:23.000Z
sd7934oa
当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。
anyone
M1mOsfbSsikI
official
mk1905
passed
张鹏
sd7934oa
张鹏
[
{
"desc": "当单据中的数据发生变化时触发此动作",
"app_id": 267,
"action_type": "1",
"sort": "1",
"action_id": 2487,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "2",
"action_id": 2901,
"note": null
},
{
"desc": "通过对象名称或编号查询符合条件的基础资料",
"app_id": 267,
"action_type": "2",
"sort": "3",
"action_id": 2559,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "4",
"action_id": 2901,
"note": null
},
{
"desc": "使用钉钉自建应用根据员工手机号查询员工ID",
"app_id": 69,
"action_type": "2",
"sort": "5",
"action_id": 404,
"note": null
},
{
"desc": "使用钉钉自建应用根据用户id查询用户的详细信息",
"app_id": 69,
"action_type": "2",
"sort": "6",
"action_id": 1953,
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_type": "2",
"sort": "7",
"action_id": 15,
"note": null
},
{
"desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例",
"app_id": 69,
"action_type": "2",
"sort": "8",
"action_id": 2169,
"note": null
}
]
11
true
{
"1": [
{
"key": "FormId",
"label": "请选择您要监测的单据类型",
"required": true,
"type": "string",
"help_txt": "请选择您要监测的单据类型",
"dropdown": true,
"choices": [
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "SAL_OUTSTOCK",
"label": "销售出库单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "PUR_Requisition",
"label": "采购申请"
},
{
"key": "CN_PAYAPPLY",
"label": "付款申请"
},
{
"key": "IV_PURCHASEOC",
"label": "采购普通发票"
},
{
"key": "IV_PURCHASEIC",
"label": "采购增值税专用发票"
},
{
"key": "IV_SALESIC",
"label": "销售增值税专用发票"
},
{
"key": "IV_SALESOC",
"label": "销售普通发票"
},
{
"key": "STK_MisDelivery",
"label": "其他出库单"
},
{
"key": "SAL_QUOTATION",
"label": "销售报价单"
},
{
"key": "SAL_DELIVERYNOTICE",
"label": "发货通知单"
},
{
"key": "SAL_RETURNNOTICE",
"label": "退货通知单"
},
{
"key": "QM_InspectBill",
"label": "检验单"
}
]
},
{
"key": "FieldKeys",
"label": "结果中展示的字段",
"type": "string",
"multiples": true,
"required": true,
"help_txt": "本动作触发后,需要输出的字段信息,例如:表单编码,创建时间等"
},
{
"key": "FilterString",
"label": "筛选条件",
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "unique_field",
"label": "唯一字段",
"type": "string",
"required": false,
"help_txt": "用于对两次不同时间抓取的单据做对比去重处理,分辨出新的数据。单据中字段没有特殊变化的情况下无需修改",
"defaulttext": "FBILLNO"
}
],
"2": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"3": [
{
"key": "FormId",
"label": "请选择基础资料类型",
"required": true,
"type": "string",
"help_txt": "填写要查询的FormID(基础资料id)",
"dropdown": true,
"choices": [
{
"key": "BD_MATERIAL",
"label": "物料"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "BD_Department",
"label": "部门"
},
{
"key": "BD_Empinfo",
"label": "员工"
},
{
"key": "BD_MATERIALCATEGORY",
"label": "存货类别"
},
{
"key": "BD_Supplier",
"label": "供应商"
}
]
},
{
"key": "Fname",
"label": "对象名称"
},
{
"key": "Fnumber",
"label": "对象编号"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
}
],
"4": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"5": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"6": [
{
"key": "userid",
"label": "用户的userId",
"type": "string",
"required": true,
"help_txt": "示例:manager4220,可通过[查询员工ID]动作获取到用户的id"
},
{
"key": "language",
"label": "通讯录语言",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "zh_CN",
"label": "中文"
},
{
"key": "en_US",
"label": "英文"
}
],
"help_txt": "默认值为中文"
}
],
"7": [],
"8": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序"
},
{
"key": "originatorUserId",
"label": "发起人",
"type": "string",
"required": true,
"help_txt": "请填写人员手机号码, 示例:13766777889"
},
{
"key": "deptId",
"label": "发起人部门(下拉选择)",
"dropdownTree": true,
"required": false,
"queryParams": [
{
"label": "父节点id",
"key": "node_id",
"is_key": true,
"defaulttext": 1
},
{
"label": "标识",
"key": "flag",
"defaulttext": 1
}
],
"url": "/v1/api/process/dingding/dropdowntree/get_dept",
"choices": []
},
{
"key": "input_dept_id",
"label": "发起人部门(手动输入)",
"type": "string",
"help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个"
},
{
"key": "approvers",
"label": "审批人列表",
"type": "obj",
"items": [
{
"type": "copy",
"help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转"
},
{
"key": "actionType",
"label": "审批类型",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "AND",
"label": "会签"
},
{
"key": "OR",
"label": "或签"
},
{
"key": "NONE",
"label": "单人审批"
}
],
"help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人"
},
{
"key": "userIds",
"label": "审批人",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"queryParams": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 100
}
],
"url": "/v1/api/process/dingding/choice/get_user_templates",
"help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件",
"choices": [],
"dropdownServer": true,
"label": "审批流编码",
"type": "string",
"dynamic": true,
"key": "processCode",
"required": true
}
]
}
false
[]
[
{
"id": 837,
"title": "集简云 x 中益制药 丨解码钉钉与金蝶云星空之间审批流程的自动化方案",
"preview": "中益制药是一家集中草药研发、生产和销售于一体的现代化制药企业,日常企业人员使用金蝶云星空ERP系统创建各种单据,比如销售订单,采购单,付款申请单等,同时还需要同步到钉钉OA系统进行审批,大量业务单据信息需要在两个系统来回流转,人工操作常耗费大量时间及精力,且总是出现偏差。现在通过集简云搭建一个数据流程,即可轻松将两个系统打通,实现数据互联,大大提高效率。",
"content": "<h1><strong>客户背景 • 介绍</strong></h1><p><br>福建中益制药有限公司位于福建省石狮市国家高新区创新创业中心,成立于2016年12月,注册资金7500万元,<strong>拥有多项发明专利技术,是5个国家天然提取物标准品制定者。</strong>公司主营中药提取物、原料药、药用辅料的研发与生产,厂房总面积为5万多平方米,在福建连城建成占地30亩的中药粗提车间,年可处理中药材50万吨。</p><p> </p><p>公司是国家高新技术企业,<strong>连续三年被评为“科技型中小企业”,是福建省“专精特新”培育企业</strong>。公司通过了ISO9001质量管理体系认证,拥有药品生产许可证和食品生产许可证,目前拥有14个中药提取物备案号,是5个国家天然提取物标准品制定者。</p><p> </p><p> </p><h1><strong>客户 • 遇到的问题</strong></h1><p><br>中益制药成立至今已六年有余,公司是集中药提取物、中药饮片、原料药、药用辅料、食品添加剂、香精香料、经典汉方的研发、生产和销售于一体的现代化制药企业。对于中益来说,每一个环节都无比重要,为了覆盖财务,采购,销售等多个核心业务,企业采购<strong>金蝶云星空ERP系统</strong>进行管理业务,为公司各项发展政策提供可靠的依据。同时管理层们通过<strong>钉钉办公OA系统</strong>,可以及时知晓业务流程审批,实现移动办公。</p><p> </p><p>在企业发展壮大的过程中,业务产生大量的各种单据信息需要在不同系统间来回流转,人工成本,管理成本开始不断增高,让中益制药很快认识到了现阶段存在的问题,且这些问题已逐步成为企业发展的瓶颈:</p><p> </p><ul><li><strong>两个系统的数据彼此独立存在,形成信息孤岛,无法实现高效协同</strong></li></ul><p style=\"margin-left:40px;\">金蝶云星空系统,钉钉两个系统的功能都无比强大,但企业人员在金蝶云星空提交的审批数据无法自动同步到钉钉OA系统中,钉钉审批结束的单据也无法再回传到金蝶云星空,两个系统的数据经常不一致,彼此形成信息孤岛,无法实现高效协同。因此,打破孤岛成为难题。</p><p> </p><ul><li><strong>企业人员重复工作多,人工成本高,且人工手动同步数据费时费力,易出错</strong></li></ul><p style=\"margin-left:40px;\">一直以来,无论是销售订单、采购单、付款申请单等多种类型的单据,全靠人工手写编制,准确率低,常导致大量单据信息发生偏差,丢失,还需企业人员重新核对,追溯原始数据,增加巨大的工作量。</p><p style=\"margin-left:40px;\"> </p><ul><li><strong>审批流程不灵活,无法实现自动化运转,阻碍业务进展</strong><br>审批人需在电脑端登录金蝶云星空才可审批单据,经常遇到一个领导在外出差无法及时登录电脑,导致审批流程进展缓慢,阻碍后续工作开展,且金蝶云星空系统存在账号限制,无法实现多人审批,整个审批流程不灵活,无法实现自动化运转。</li></ul><p><br>随着信息化管理系统的不断发展与成熟,中益集团迫切需要借助一款自动化连接工具将企业目前使用的系统数据进行打通,提升单据审批效率,增强市场竞争力。</p><p> </p><p><strong>那么,该如何高效、低成本地解决这个问题?</strong></p><p> </p><p> </p><h1><span style=\"color:hsl(0,0%,0%);\"><strong>集简云 • 解决方案</strong></span></h1><p><br>这种让应用与应用之间的数据实现自动同步,正是集简云所解决的问题,我们只需要在集简云搭建一个数据流程即可让其工作流程实现自动化运转。</p><p><br><strong>“金蝶云星空无需API开发连接钉钉自建”自动化方案如下:</strong></p><p><br>步骤1:触发动作【金蝶云星空-当有单据信息发生变化时,比如采购单,付款单,销售单等】</p><p>步骤2:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤3:执行动作【金蝶云星空-查询基础资料列表】</p><p>步骤4:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤5:执行动作【钉钉自建-根据员工手机号查询员工ID】</p><p>步骤6:执行动作【钉钉自建-查询用户详情】</p><p>步骤7:执行动作【数据筛选-筛选单据为\"未审核\"状态】</p><p>步骤8:执行动作【钉钉自建-发起实例审批】</p><p> </p><figure class=\"image\"><img src=\"/uploads/image_1dc89472be.gif\"></figure><p style=\"text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">点击</span></a>金蝶云星空有采购申请时到钉钉发起审批<a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">此模板,立即使用</span></a></p><p> </p><p><br>实现效果:通过集简云,实现金蝶云星空与钉钉OA系统的对接,打破了系统之间数据的闭塞现状,使审批信息在两个系统间可以自动同步和更新,减少人员的重复劳动,大大提高效率,提高准确度。</p><p> </p><p><strong>原本需要研发技术人员数十个工作日才能完成的流程对接工作,在集简云零代码集成功能的帮助下,不到1个工作日就完成了搭建,调试与上线使用。</strong></p><p> </p><p> </p><h1><strong>客户 · 反馈</strong></h1><p><br>中益制药集团在不断强化技术领先地位的同时,切身感受到了信息化在企业发展中的力量,其始终认为,高效、先进的自动化办公软件能够事半功倍,毕竟,提升企业的信息化能力、提高竞争实力才是企业长久发展道路上的重中之重。</p><p> </p><ul><li><strong>使用集简云之前:</strong>员工在金蝶云星空提交审批,审批人还需找电脑登录金蝶云星空系统进行审批,且金蝶云星空有账号限制无法实现多人审批,审批流程不灵活;</li><li><strong>使用集简云之后:</strong>领导可以随时随地通过钉钉在手机端操作,审批后的结果也会自动同步到金蝶云星空,大幅提升内部审批流程的效率。</li></ul><p><br>通过集简云搭建这样一个数据流程,有触发有执行,当金蝶云星空系统有数据产生或者变化时,即可根据设置的应用、动作自动往下一步一步执行,过程无需人工再干预,让整个单据的审批流程轻松实现自动化闭环,大大减少人员手动操作的重复劳动,效率大幅提升。</p><p> </p>",
"sort": null,
"usage": "case",
"published_at": "2022-12-09T09:47:44.000Z",
"created_at": "2022-12-09T09:47:39.000Z",
"updated_at": "2023-06-13T03:26:28.000Z",
"help_collection": 6,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 8157,
"name": "画板 – 2.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "2_bf15e804d3",
"ext": ".png",
"mime": "image/png",
"size": 45.21,
"url": "/uploads/2_bf15e804d3.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:47:37.000Z",
"updated_at": "2022-12-09T09:47:37.000Z"
},
"media": {
"id": 8156,
"name": "自定义大小 – 38.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 38.png",
"hash": "thumbnail_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 65.57,
"path": null,
"url": "/uploads/thumbnail_38_3f43d8f0d2.png"
},
"large": {
"name": "large_自定义大小 – 38.png",
"hash": "large_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 832.44,
"path": null,
"url": "/uploads/large_38_3f43d8f0d2.png"
},
"medium": {
"name": "medium_自定义大小 – 38.png",
"hash": "medium_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 498.34,
"path": null,
"url": "/uploads/medium_38_3f43d8f0d2.png"
},
"small": {
"name": "small_自定义大小 – 38.png",
"hash": "small_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 239.89,
"path": null,
"url": "/uploads/small_38_3f43d8f0d2.png"
}
},
"hash": "38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"size": 594.37,
"url": "/uploads/38_3f43d8f0d2.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:46:35.000Z",
"updated_at": "2022-12-09T09:46:35.000Z"
}
}
]
[
{
"id": 305,
"name": "金蝶云星空",
"description": "<p>金蝶云·星空聚焦多组织,多利润中心的大中型企业,以 “开放、标准、社交”三大特性为数字经济时代的企业提供开放的 ERP 云平台。服务涵盖:财务、供应链、智能制造、阿米巴管理、全渠道营销、电商、HR、企业互联网服务。</p>",
"popular": 177,
"published_at": "2022-04-29T10:08:21.000Z",
"created_at": "2022-04-29T10:08:21.000Z",
"updated_at": "2022-10-21T12:22:30.000Z",
"app_id": "267",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "ERP系统",
"available": true,
"appid": null,
"website": "https://www.kingdee.com/products/galaxy.html",
"video": null,
"videos": 65,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 5957,
"name": "_373fd26afc.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "373fd26afc_d6c7b5ea7d",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.28,
"url": "/uploads/373fd26afc_d6c7b5ea7d.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-09-01T07:50:58.000Z",
"updated_at": "2022-09-01T07:50:58.000Z"
}
},
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-11-09T07:07:58.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": 109,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "设置筛选条件",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.000Z"
}
}
]
[
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
},
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
}
]
[
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2001,
"key": null,
"published_at": "2022-06-02T11:30:22.000Z",
"created_at": "2022-06-02T11:30:22.000Z",
"updated_at": "2023-11-06T07:38:20.000Z",
"action_id": "1953",
"action_name": "查询用户详情",
"error": null,
"description": "使用用户id查询用户的详细信息",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1953"
},
{
"id": 2781,
"key": null,
"published_at": "2022-07-28T11:05:24.000Z",
"created_at": "2022-07-28T11:05:24.000Z",
"updated_at": "2023-11-06T07:38:21.000Z",
"action_id": "2169",
"action_name": "发起审批实例1.0.1",
"error": null,
"description": "基于执行动作发起审批实例兼容了表单明细控件的功能",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2169"
},
{
"id": 2725,
"key": null,
"published_at": "2022-07-25T08:33:22.000Z",
"created_at": "2022-07-25T08:33:22.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2487",
"action_name": "当有单据信息发生变化时(自定义查询)",
"error": null,
"description": "当单据中的数据发生变化时触发此动作",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "2487"
},
{
"id": 2853,
"key": null,
"published_at": "2022-08-03T01:30:06.000Z",
"created_at": "2022-08-03T01:30:06.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2559",
"action_name": "查询基础资料列表",
"error": null,
"description": "通过对象名称或编号查询符合条件的基础资料",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2559"
},
{
"id": 3489,
"key": null,
"published_at": "2022-09-29T03:36:12.000Z",
"created_at": "2022-09-29T03:36:12.000Z",
"updated_at": "2023-11-06T07:47:00.000Z",
"action_id": "2901",
"action_name": "查询符合条件的单据列表",
"error": null,
"description": "根据筛选条件查询单据列表(返回指定字段)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2901"
},
{
"id": 364,
"key": null,
"published_at": "2021-11-29T10:03:16.000Z",
"created_at": "2021-11-29T10:03:15.000Z",
"updated_at": "2023-11-06T07:38:11.000Z",
"action_id": "404",
"action_name": " 根据员工手机号查询员工ID",
"error": null,
"description": "钉钉(自建应用)根据员工手机号查询员工ID",
"action_type": "action",
"app": null,
"template": null,
"action_key": "404"
}
]
[]
[]
100+
53
23
23
57
permission
1938
金蝶云星空有采购申请时到钉钉发起审批
<p>当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。</p>
zh-Hans
2022-12-02T01:17:27.000Z
2022-12-02T01:17:27.000Z
2023-11-25T00:54:23.000Z
sd7934oa
当金蝶云星空有采购人员提交采购单据时到钉钉发起采购单审批,使用集简云前审批人还需要找电脑登录金蝶云星空审批单据,并且审批流程不灵活,金蝶云星空有账号限制无法多人审批,使用集简云后审批人可以直接使用手机随时随地审批单据,审批后结果会自动同步到金蝶云星空完成单据的审批,并且不受金蝶云星空账号限制。
anyone
M1mOsfbSsikI
official
mk1905
passed
张鹏
sd7934oa
张鹏
[
{
"desc": "当单据中的数据发生变化时触发此动作",
"app_id": 267,
"action_type": "1",
"sort": "1",
"action_id": 2487,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "2",
"action_id": 2901,
"note": null
},
{
"desc": "通过对象名称或编号查询符合条件的基础资料",
"app_id": 267,
"action_type": "2",
"sort": "3",
"action_id": 2559,
"note": null
},
{
"desc": "根据筛选条件查询单据列表(返回指定字段)",
"app_id": 267,
"action_type": "2",
"sort": "4",
"action_id": 2901,
"note": null
},
{
"desc": "使用钉钉自建应用根据员工手机号查询员工ID",
"app_id": 69,
"action_type": "2",
"sort": "5",
"action_id": 404,
"note": null
},
{
"desc": "使用钉钉自建应用根据用户id查询用户的详细信息",
"app_id": 69,
"action_type": "2",
"sort": "6",
"action_id": 1953,
"note": null
},
{
"desc": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"app_id": 7,
"action_type": "2",
"sort": "7",
"action_id": 15,
"note": null
},
{
"desc": "使用钉钉自建应用根据审批模板发起钉钉官方审批实例",
"app_id": 69,
"action_type": "2",
"sort": "8",
"action_id": 2169,
"note": null
}
]
11
true
{
"1": [
{
"key": "FormId",
"label": "请选择您要监测的单据类型",
"required": true,
"type": "string",
"help_txt": "请选择您要监测的单据类型",
"dropdown": true,
"choices": [
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "SAL_OUTSTOCK",
"label": "销售出库单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "PUR_Requisition",
"label": "采购申请"
},
{
"key": "CN_PAYAPPLY",
"label": "付款申请"
},
{
"key": "IV_PURCHASEOC",
"label": "采购普通发票"
},
{
"key": "IV_PURCHASEIC",
"label": "采购增值税专用发票"
},
{
"key": "IV_SALESIC",
"label": "销售增值税专用发票"
},
{
"key": "IV_SALESOC",
"label": "销售普通发票"
},
{
"key": "STK_MisDelivery",
"label": "其他出库单"
},
{
"key": "SAL_QUOTATION",
"label": "销售报价单"
},
{
"key": "SAL_DELIVERYNOTICE",
"label": "发货通知单"
},
{
"key": "SAL_RETURNNOTICE",
"label": "退货通知单"
},
{
"key": "QM_InspectBill",
"label": "检验单"
}
]
},
{
"key": "FieldKeys",
"label": "结果中展示的字段",
"type": "string",
"multiples": true,
"required": true,
"help_txt": "本动作触发后,需要输出的字段信息,例如:表单编码,创建时间等"
},
{
"key": "FilterString",
"label": "筛选条件",
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "unique_field",
"label": "唯一字段",
"type": "string",
"required": false,
"help_txt": "用于对两次不同时间抓取的单据做对比去重处理,分辨出新的数据。单据中字段没有特殊变化的情况下无需修改",
"defaulttext": "FBILLNO"
}
],
"2": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"3": [
{
"key": "FormId",
"label": "请选择基础资料类型",
"required": true,
"type": "string",
"help_txt": "填写要查询的FormID(基础资料id)",
"dropdown": true,
"choices": [
{
"key": "BD_MATERIAL",
"label": "物料"
},
{
"key": "BD_Customer",
"label": "客户"
},
{
"key": "BD_Department",
"label": "部门"
},
{
"key": "BD_Empinfo",
"label": "员工"
},
{
"key": "BD_MATERIALCATEGORY",
"label": "存货类别"
},
{
"key": "BD_Supplier",
"label": "供应商"
}
]
},
{
"key": "Fname",
"label": "对象名称"
},
{
"key": "Fnumber",
"label": "对象编号"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
}
],
"4": [
{
"key": "FormId",
"label": "业务对象表单Id",
"required": true,
"type": "string",
"dropdown": true,
"choices": [
{
"key": "ER_ExpenseRequest",
"label": "费用申请单"
},
{
"key": "SAL_SaleOrder",
"label": "销售订单"
},
{
"key": "AP_PAYBILL",
"label": "付款单"
},
{
"key": "AR_receivable",
"label": "应收单"
},
{
"key": "AP_OtherPayable",
"label": "其他应付单"
},
{
"key": "AR_OtherRecAble",
"label": "其他应收单"
},
{
"key": "CRM_Contract",
"label": "销售合同"
},
{
"key": "AR_receivable",
"label": "应收单"
}
]
},
{
"key": "FieldKeys",
"label": "需查询的字段",
"multiples": true,
"help_txt": "默认返回【FDate(日期),FID(单据id),FBillTypeID(单据类型),FCreatorId(创建人)】其他字段可以参考<a href=\"https://openapi.open.kingdee.com/ApiCenterDoc?operateId=588947657558853633\">金蝶云星空开放平台</a>"
},
{
"key": "FilterString",
"label": "过滤条件",
"multiples": true,
"type": "string",
"required": false,
"help_txt": "通过过滤条件筛选出您需要的单据,格式为:FBillNO='QTYSD00000003' 多个条件请使用 and 进行连接,如:FBillNO='QTYSD00000003' and FDATE='2022-07-20'。本动作将按照您配置的过滤条件获取单据,例如,获取当天的字段为某个状态的所有单据"
},
{
"key": "FNumber",
"label": "单据编码",
"help_txt": "请输入单据编码,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "FID",
"label": "单据ID",
"help_txt": "请输入单据FID,注意:过滤条件、单据编码、单据ID三选一填写",
"required": false,
"type": "string"
},
{
"key": "TopRowCount",
"label": "返回总行数",
"required": false,
"help_txt": "分页大小",
"type": "number"
},
{
"key": "StartRow",
"label": "开始行索引",
"required": false,
"help_txt": "起始页码",
"type": "number"
},
{
"key": "Limit",
"label": "最大行数",
"required": false,
"help_txt": "不能超过10000",
"type": "number"
},
{
"key": "self_filter",
"label": "自定义筛选",
"required": false,
"help_txt": "格式:字段名=值;例如输入FName=123将筛选出FName字段值为123的数据",
"type": "string"
}
],
"5": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"6": [
{
"key": "userid",
"label": "用户的userId",
"type": "string",
"required": true,
"help_txt": "示例:manager4220,可通过[查询员工ID]动作获取到用户的id"
},
{
"key": "language",
"label": "通讯录语言",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "zh_CN",
"label": "中文"
},
{
"key": "en_US",
"label": "英文"
}
],
"help_txt": "默认值为中文"
}
],
"7": [],
"8": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "审批流程将按照您在钉钉后台配置的单据审批流程进行,您也可以使用[审批人列表]来覆盖已有的审批流程,来自定义审批人和顺序"
},
{
"key": "originatorUserId",
"label": "发起人",
"type": "string",
"required": true,
"help_txt": "请填写人员手机号码, 示例:13766777889"
},
{
"key": "deptId",
"label": "发起人部门(下拉选择)",
"dropdownTree": true,
"required": false,
"queryParams": [
{
"label": "父节点id",
"key": "node_id",
"is_key": true,
"defaulttext": 1
},
{
"label": "标识",
"key": "flag",
"defaulttext": 1
}
],
"url": "/v1/api/process/dingding/dropdowntree/get_dept",
"choices": []
},
{
"key": "input_dept_id",
"label": "发起人部门(手动输入)",
"type": "string",
"help_txt": "发起人部门(下拉选择)和发起人部门(手动输入)必须输入一个"
},
{
"key": "approvers",
"label": "审批人列表",
"type": "obj",
"items": [
{
"type": "copy",
"help_txt": "在此处指定审批人信息,将会覆盖审批单在钉钉后台配置的审批流程,审批流程将会按照此处的配置进行流转"
},
{
"key": "actionType",
"label": "审批类型",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "AND",
"label": "会签"
},
{
"key": "OR",
"label": "或签"
},
{
"key": "NONE",
"label": "单人审批"
}
],
"help_txt": "会签,所有审批人都通过,则审批通过; 或签,有一个审批人通过,则审批通过; 单人审批,该审批只有一个审批人"
},
{
"key": "userIds",
"label": "审批人",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"help_txt": "请填写人员手机号码,多个请用英文逗号隔开,例如:13766777889,13677766778,注意:如果使用钉钉中已经配置完成的审批流,则此处不需要填写抄送人。如果配置了审批人列表,则此处的抄送人才会生效。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"queryParams": [
{
"label": "第几页",
"key": "cursor",
"type": "number",
"defaulttext": 0
},
{
"label": "每页数量",
"key": "count",
"type": "number",
"defaulttext": 100
}
],
"url": "/v1/api/process/dingding/choice/get_user_templates",
"help_txt": "目前不支持带有钉钉官方审批套件的审批模板,请在钉钉中自定义审批模板,并且避免使用钉钉中的审批套件",
"choices": [],
"dropdownServer": true,
"label": "审批流编码",
"type": "string",
"dynamic": true,
"key": "processCode",
"required": true
}
]
}
false
[]
[
{
"id": 837,
"title": "集简云 x 中益制药 丨解码钉钉与金蝶云星空之间审批流程的自动化方案",
"preview": "中益制药是一家集中草药研发、生产和销售于一体的现代化制药企业,日常企业人员使用金蝶云星空ERP系统创建各种单据,比如销售订单,采购单,付款申请单等,同时还需要同步到钉钉OA系统进行审批,大量业务单据信息需要在两个系统来回流转,人工操作常耗费大量时间及精力,且总是出现偏差。现在通过集简云搭建一个数据流程,即可轻松将两个系统打通,实现数据互联,大大提高效率。",
"content": "<h1><strong>客户背景 • 介绍</strong></h1><p><br>福建中益制药有限公司位于福建省石狮市国家高新区创新创业中心,成立于2016年12月,注册资金7500万元,<strong>拥有多项发明专利技术,是5个国家天然提取物标准品制定者。</strong>公司主营中药提取物、原料药、药用辅料的研发与生产,厂房总面积为5万多平方米,在福建连城建成占地30亩的中药粗提车间,年可处理中药材50万吨。</p><p> </p><p>公司是国家高新技术企业,<strong>连续三年被评为“科技型中小企业”,是福建省“专精特新”培育企业</strong>。公司通过了ISO9001质量管理体系认证,拥有药品生产许可证和食品生产许可证,目前拥有14个中药提取物备案号,是5个国家天然提取物标准品制定者。</p><p> </p><p> </p><h1><strong>客户 • 遇到的问题</strong></h1><p><br>中益制药成立至今已六年有余,公司是集中药提取物、中药饮片、原料药、药用辅料、食品添加剂、香精香料、经典汉方的研发、生产和销售于一体的现代化制药企业。对于中益来说,每一个环节都无比重要,为了覆盖财务,采购,销售等多个核心业务,企业采购<strong>金蝶云星空ERP系统</strong>进行管理业务,为公司各项发展政策提供可靠的依据。同时管理层们通过<strong>钉钉办公OA系统</strong>,可以及时知晓业务流程审批,实现移动办公。</p><p> </p><p>在企业发展壮大的过程中,业务产生大量的各种单据信息需要在不同系统间来回流转,人工成本,管理成本开始不断增高,让中益制药很快认识到了现阶段存在的问题,且这些问题已逐步成为企业发展的瓶颈:</p><p> </p><ul><li><strong>两个系统的数据彼此独立存在,形成信息孤岛,无法实现高效协同</strong></li></ul><p style=\"margin-left:40px;\">金蝶云星空系统,钉钉两个系统的功能都无比强大,但企业人员在金蝶云星空提交的审批数据无法自动同步到钉钉OA系统中,钉钉审批结束的单据也无法再回传到金蝶云星空,两个系统的数据经常不一致,彼此形成信息孤岛,无法实现高效协同。因此,打破孤岛成为难题。</p><p> </p><ul><li><strong>企业人员重复工作多,人工成本高,且人工手动同步数据费时费力,易出错</strong></li></ul><p style=\"margin-left:40px;\">一直以来,无论是销售订单、采购单、付款申请单等多种类型的单据,全靠人工手写编制,准确率低,常导致大量单据信息发生偏差,丢失,还需企业人员重新核对,追溯原始数据,增加巨大的工作量。</p><p style=\"margin-left:40px;\"> </p><ul><li><strong>审批流程不灵活,无法实现自动化运转,阻碍业务进展</strong><br>审批人需在电脑端登录金蝶云星空才可审批单据,经常遇到一个领导在外出差无法及时登录电脑,导致审批流程进展缓慢,阻碍后续工作开展,且金蝶云星空系统存在账号限制,无法实现多人审批,整个审批流程不灵活,无法实现自动化运转。</li></ul><p><br>随着信息化管理系统的不断发展与成熟,中益集团迫切需要借助一款自动化连接工具将企业目前使用的系统数据进行打通,提升单据审批效率,增强市场竞争力。</p><p> </p><p><strong>那么,该如何高效、低成本地解决这个问题?</strong></p><p> </p><p> </p><h1><span style=\"color:hsl(0,0%,0%);\"><strong>集简云 • 解决方案</strong></span></h1><p><br>这种让应用与应用之间的数据实现自动同步,正是集简云所解决的问题,我们只需要在集简云搭建一个数据流程即可让其工作流程实现自动化运转。</p><p><br><strong>“金蝶云星空无需API开发连接钉钉自建”自动化方案如下:</strong></p><p><br>步骤1:触发动作【金蝶云星空-当有单据信息发生变化时,比如采购单,付款单,销售单等】</p><p>步骤2:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤3:执行动作【金蝶云星空-查询基础资料列表】</p><p>步骤4:执行动作【金蝶云星空-查询符合条件的单据列表】</p><p>步骤5:执行动作【钉钉自建-根据员工手机号查询员工ID】</p><p>步骤6:执行动作【钉钉自建-查询用户详情】</p><p>步骤7:执行动作【数据筛选-筛选单据为\"未审核\"状态】</p><p>步骤8:执行动作【钉钉自建-发起实例审批】</p><p> </p><figure class=\"image\"><img src=\"/uploads/image_1dc89472be.gif\"></figure><p style=\"text-align:center;\"><a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">点击</span></a>金蝶云星空有采购申请时到钉钉发起审批<a href=\"https://www.jijyun.cn/apps/processes/1938\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:hsl(210,75%,60%);\">此模板,立即使用</span></a></p><p> </p><p><br>实现效果:通过集简云,实现金蝶云星空与钉钉OA系统的对接,打破了系统之间数据的闭塞现状,使审批信息在两个系统间可以自动同步和更新,减少人员的重复劳动,大大提高效率,提高准确度。</p><p> </p><p><strong>原本需要研发技术人员数十个工作日才能完成的流程对接工作,在集简云零代码集成功能的帮助下,不到1个工作日就完成了搭建,调试与上线使用。</strong></p><p> </p><p> </p><h1><strong>客户 · 反馈</strong></h1><p><br>中益制药集团在不断强化技术领先地位的同时,切身感受到了信息化在企业发展中的力量,其始终认为,高效、先进的自动化办公软件能够事半功倍,毕竟,提升企业的信息化能力、提高竞争实力才是企业长久发展道路上的重中之重。</p><p> </p><ul><li><strong>使用集简云之前:</strong>员工在金蝶云星空提交审批,审批人还需找电脑登录金蝶云星空系统进行审批,且金蝶云星空有账号限制无法实现多人审批,审批流程不灵活;</li><li><strong>使用集简云之后:</strong>领导可以随时随地通过钉钉在手机端操作,审批后的结果也会自动同步到金蝶云星空,大幅提升内部审批流程的效率。</li></ul><p><br>通过集简云搭建这样一个数据流程,有触发有执行,当金蝶云星空系统有数据产生或者变化时,即可根据设置的应用、动作自动往下一步一步执行,过程无需人工再干预,让整个单据的审批流程轻松实现自动化闭环,大大减少人员手动操作的重复劳动,效率大幅提升。</p><p> </p>",
"sort": null,
"usage": "case",
"published_at": "2022-12-09T09:47:44.000Z",
"created_at": "2022-12-09T09:47:39.000Z",
"updated_at": "2023-06-13T03:26:28.000Z",
"help_collection": 6,
"video_url": null,
"field": null,
"weight": 0,
"select": false,
"is_show_jjy": null,
"seo": null,
"thumb": {
"id": 8157,
"name": "画板 – 2.png",
"alternativeText": "",
"caption": "",
"width": 200,
"height": 120,
"formats": null,
"hash": "2_bf15e804d3",
"ext": ".png",
"mime": "image/png",
"size": 45.21,
"url": "/uploads/2_bf15e804d3.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:47:37.000Z",
"updated_at": "2022-12-09T09:47:37.000Z"
},
"media": {
"id": 8156,
"name": "自定义大小 – 38.png",
"alternativeText": "",
"caption": "",
"width": 1027,
"height": 440,
"formats": {
"thumbnail": {
"name": "thumbnail_自定义大小 – 38.png",
"hash": "thumbnail_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 245,
"height": 105,
"size": 65.57,
"path": null,
"url": "/uploads/thumbnail_38_3f43d8f0d2.png"
},
"large": {
"name": "large_自定义大小 – 38.png",
"hash": "large_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 1000,
"height": 428,
"size": 832.44,
"path": null,
"url": "/uploads/large_38_3f43d8f0d2.png"
},
"medium": {
"name": "medium_自定义大小 – 38.png",
"hash": "medium_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 750,
"height": 321,
"size": 498.34,
"path": null,
"url": "/uploads/medium_38_3f43d8f0d2.png"
},
"small": {
"name": "small_自定义大小 – 38.png",
"hash": "small_38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"width": 500,
"height": 214,
"size": 239.89,
"path": null,
"url": "/uploads/small_38_3f43d8f0d2.png"
}
},
"hash": "38_3f43d8f0d2",
"ext": ".png",
"mime": "image/png",
"size": 594.37,
"url": "/uploads/38_3f43d8f0d2.png",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-09T09:46:35.000Z",
"updated_at": "2022-12-09T09:46:35.000Z"
}
}
]
[
{
"id": 305,
"name": "金蝶云星空",
"description": "<p>金蝶云·星空聚焦多组织,多利润中心的大中型企业,以 “开放、标准、社交”三大特性为数字经济时代的企业提供开放的 ERP 云平台。服务涵盖:财务、供应链、智能制造、阿米巴管理、全渠道营销、电商、HR、企业互联网服务。</p>",
"popular": 177,
"published_at": "2022-04-29T10:08:21.000Z",
"created_at": "2022-04-29T10:08:21.000Z",
"updated_at": "2022-10-21T12:22:30.000Z",
"app_id": "267",
"category": "ERP",
"locale": "zh-Hans",
"short_description": "ERP系统",
"available": true,
"appid": null,
"website": "https://www.kingdee.com/products/galaxy.html",
"video": null,
"videos": 65,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 5957,
"name": "_373fd26afc.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "373fd26afc_d6c7b5ea7d",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.28,
"url": "/uploads/373fd26afc_d6c7b5ea7d.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-09-01T07:50:58.000Z",
"updated_at": "2022-09-01T07:50:58.000Z"
}
},
{
"id": 25,
"name": "钉钉(自建应用)",
"description": "<p>钉钉,阿里巴巴出品,专为全球企业组织打造的智能移动办公平台,含PC版,Ipad和手机版。远程视频会议,消息已读未读,DING消息任务管理,让沟通更高效;移动办公考勤,签到,审批,企业邮箱,免费企业OA,企业通讯录,钉钉教育解决方案,让工作学习更简单!</p>",
"popular": 216,
"published_at": "2021-10-25T03:01:37.000Z",
"created_at": "2021-10-25T03:01:35.000Z",
"updated_at": "2023-11-09T07:07:58.000Z",
"app_id": "69",
"category": "Teamwork",
"locale": "zh-Hans",
"short_description": "阿里协同OA系统",
"available": true,
"appid": null,
"website": "https://www.dingtalk.com",
"video": null,
"videos": 109,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 1811,
"name": "Dingding.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "Dingding_ac75c3cf81",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 9.4,
"url": "/uploads/Dingding_ac75c3cf81.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-01-26T02:46:50.000Z",
"updated_at": "2022-01-26T02:46:50.000Z"
}
},
{
"id": 9,
"name": "数据筛选",
"description": "<p>数据筛选是集简云的一个内置应用,用于判断数据流程中数据是否符合筛选条件,如果符合筛选条件则继续后续的流程步骤,如果不符合则不会执行后续的流程步骤。</p>",
"popular": -12,
"published_at": "2021-10-25T02:45:30.000Z",
"created_at": "2021-10-25T02:45:27.000Z",
"updated_at": "2022-04-21T08:47:17.000Z",
"app_id": "7",
"category": "Jijianyun",
"locale": "zh-Hans",
"short_description": "设置筛选条件",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 3475,
"name": "windeal-filter.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "windeal_filter_0ad26bc0ae",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.86,
"url": "/uploads/windeal_filter_0ad26bc0ae.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-04-21T08:47:14.000Z",
"updated_at": "2022-04-21T08:47:14.000Z"
}
}
]
[
{
"id": 5,
"name": "办公协同",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:32.000Z",
"created_at": "2022-05-20T08:12:53.000Z",
"updated_at": "2022-05-30T07:29:32.000Z",
"sort": 8
},
{
"id": 8,
"name": "财务ERP",
"locale": "zh-Hans",
"published_at": "2022-05-30T07:29:44.000Z",
"created_at": "2022-05-20T08:13:35.000Z",
"updated_at": "2022-05-30T07:29:44.000Z",
"sort": 4
}
]
[
{
"id": 22,
"key": null,
"published_at": "2021-11-24T06:19:25.000Z",
"created_at": "2021-11-24T06:19:22.000Z",
"updated_at": "2023-11-06T07:37:49.000Z",
"action_id": "15",
"action_name": "设置筛选条件",
"error": null,
"description": "设置筛选条件,只有筛选条件满足后才会继续后续流程步骤",
"action_type": "action",
"app": null,
"template": null,
"action_key": "15"
},
{
"id": 2001,
"key": null,
"published_at": "2022-06-02T11:30:22.000Z",
"created_at": "2022-06-02T11:30:22.000Z",
"updated_at": "2023-11-06T07:38:20.000Z",
"action_id": "1953",
"action_name": "查询用户详情",
"error": null,
"description": "使用用户id查询用户的详细信息",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1953"
},
{
"id": 2781,
"key": null,
"published_at": "2022-07-28T11:05:24.000Z",
"created_at": "2022-07-28T11:05:24.000Z",
"updated_at": "2023-11-06T07:38:21.000Z",
"action_id": "2169",
"action_name": "发起审批实例1.0.1",
"error": null,
"description": "基于执行动作发起审批实例兼容了表单明细控件的功能",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2169"
},
{
"id": 2725,
"key": null,
"published_at": "2022-07-25T08:33:22.000Z",
"created_at": "2022-07-25T08:33:22.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2487",
"action_name": "当有单据信息发生变化时(自定义查询)",
"error": null,
"description": "当单据中的数据发生变化时触发此动作",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "2487"
},
{
"id": 2853,
"key": null,
"published_at": "2022-08-03T01:30:06.000Z",
"created_at": "2022-08-03T01:30:06.000Z",
"updated_at": "2023-11-06T07:46:48.000Z",
"action_id": "2559",
"action_name": "查询基础资料列表",
"error": null,
"description": "通过对象名称或编号查询符合条件的基础资料",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2559"
},
{
"id": 3489,
"key": null,
"published_at": "2022-09-29T03:36:12.000Z",
"created_at": "2022-09-29T03:36:12.000Z",
"updated_at": "2023-11-06T07:47:00.000Z",
"action_id": "2901",
"action_name": "查询符合条件的单据列表",
"error": null,
"description": "根据筛选条件查询单据列表(返回指定字段)",
"action_type": "action",
"app": null,
"template": null,
"action_key": "2901"
},
{
"id": 364,
"key": null,
"published_at": "2021-11-29T10:03:16.000Z",
"created_at": "2021-11-29T10:03:15.000Z",
"updated_at": "2023-11-06T07:38:11.000Z",
"action_id": "404",
"action_name": " 根据员工手机号查询员工ID",
"error": null,
"description": "钉钉(自建应用)根据员工手机号查询员工ID",
"action_type": "action",
"app": null,
"template": null,
"action_key": "404"
}
]
[]
[]
100+
53
23
23
57