案例文章
推荐的的流程模板
请稍后...
Code
1326
当红圈CRM报价单有业务新增时到钉钉发起审批实例
<p>如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。</p>
zh-Hans
2022-07-21T05:55:39.000Z
2022-07-21T05:55:39.000Z
2023-01-28T09:04:28.000Z
sd7934oa
如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。
anyone
CxvJqC4DqQDn
official
mk2691
passed
张鹏
sd7934oa
张鹏
[
{
"app_id": 229,
"action_type": "1",
"sort": "1",
"action_id": 1718,
"desc": "当有新增的业务数据时获取数据并触发流程",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 404,
"desc": " 根据员工手机号查询员工ID",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "3",
"action_id": 1953,
"desc": "使用用户id查询用户的详细信息",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "4",
"action_id": 1952,
"desc": "在钉钉中发起一个审批实例",
"note": null
}
]
0
{
"id": 58,
"name": "红圈有新报价单自动在钉钉发起审批",
"url": "https://download.jijyun.cn/teaching-video/20221016.mp4",
"type": "templates",
"published_at": "2022-10-17T07:25:03.000Z",
"created_at": "2022-10-17T07:24:42.000Z",
"updated_at": "2023-01-28T09:04:28.000Z",
"app": null,
"template": 1326,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 6829,
"name": "详情页封面1.svg",
"alternativeText": "",
"caption": "",
"width": 270,
"height": 152,
"formats": null,
"hash": "1_30ced11988",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 119.19,
"url": "/uploads/1_30ced11988.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-10-17T07:27:45.000Z",
"updated_at": "2022-10-17T07:27:45.000Z"
}
}
1.5
{
"1": [
{
"key": "apiName",
"label": "业务名称",
"required": true,
"help_txt": "通过获取业务对象列表获取业务名称",
"dropdown": true,
"choices": [
{
"key": "CustomObject52__c",
"label": "出章审批测试"
},
{
"key": "jjy123__c",
"label": "集简云测试业务对象"
},
{
"key": "CustomObject9__c",
"label": "客户信息"
},
{
"key": "payback",
"label": "回款记录"
},
{
"key": "deliveryOrderItem",
"label": "交付单明细"
},
{
"key": "planPayback",
"label": "回款计划"
},
{
"key": "quotationItem",
"label": "报价单明细"
},
{
"key": "orderItem",
"label": "订单明细"
},
{
"key": "order",
"label": "订单"
},
{
"key": "opportunityContacts",
"label": "机会联系人"
},
{
"key": "quotation",
"label": "报价单"
},
{
"key": "opportunityItem",
"label": "机会明细"
},
{
"key": "contract",
"label": "合同"
},
{
"key": "opportunity",
"label": "销售机会"
},
{
"key": "deliveryOrder",
"label": "交付单"
},
{
"key": "contact",
"label": "联系人"
},
{
"key": "clue",
"label": "线索"
},
{
"key": "customer",
"label": "客户"
},
{
"key": "activity",
"label": "活动"
},
{
"key": "cost",
"label": "费用"
},
{
"key": "product",
"label": "产品"
}
]
}
],
"2": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"3": [
{
"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": "默认值为中文"
}
],
"4": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "本动作目前只支持固定节点审批流的发起,无法支持带有自选节点的审批流发起。请注意。"
},
{
"key": "originatorUserId",
"label": "发起人id",
"type": "string",
"required": true,
"help_txt": "审批发起人的userId。可通过[查询员工ID]动作获取。"
},
{
"key": "deptId",
"label": "发起人部门id",
"type": "number",
"required": true,
"help_txt": "审批发起人所在的部门ID。可通过[查询用户详情]动作获取。"
},
{
"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": "单人审批"
}
]
},
{
"key": "userIds",
"label": "审批人ids",
"type": "string",
"multiples": true,
"help_txt": "审批人userIds。可通过[查询员工ID]动作获取。"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"multiples": true,
"help_txt": "抄送人userIds。可通过[查询员工ID]动作获取。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"key": "processCode",
"label": "审批流编码",
"type": "string",
"required": true,
"dynamic": true,
"help_txt": "在钉钉管理后台-审批模板编辑页面的URL中获取。示例:processCode=PROC-5591D5A5-2F47-40EC-A731-473C0CC6857A"
}
]
}
[]
[]
[
{
"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": 226,
"name": "红圈CRM+",
"description": "<p>红圈 CRM+ 是一款基于红圈 PaaS 平台构建的企业级创新型移动销售管理云服务系统,以先进的移动互联网、云计算、大数据为基础,以客户为中心,通过系统化、精细化的客户关系管理与销售过程管理,帮助企业实现了规范、有序,且可预测的销售管理与服务管理的业务闭环。</p>",
"popular": 160,
"published_at": "2022-03-03T11:49:20.000Z",
"created_at": "2022-03-03T11:49:20.000Z",
"updated_at": "2023-11-09T02:47:45.000Z",
"app_id": "229",
"category": "CRM",
"locale": "zh-Hans",
"short_description": "CRM",
"available": true,
"appid": null,
"website": "https://crm.hecom.cn/",
"video": null,
"videos": 50,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9522,
"name": "红圈CRM+.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "CRM_b7f7b37702",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.1,
"url": "/uploads/CRM_b7f7b37702.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-02T08:16:27.000Z",
"updated_at": "2023-03-02T08:16:27.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": 1599,
"key": null,
"published_at": "2022-04-28T11:08:46.000Z",
"created_at": "2022-04-28T11:08:46.000Z",
"updated_at": "2023-11-06T07:46:05.000Z",
"action_id": "1718",
"action_name": "当有新增的业务数据时",
"error": null,
"description": "当有新增的业务数据时获取数据并触发流程",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "1718"
},
{
"id": 2000,
"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": "1952",
"action_name": "发起审批实例",
"error": null,
"description": "在钉钉中发起一个审批实例",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1952"
},
{
"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": 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+
100+
100+
100+
57
Msg
1326
当红圈CRM报价单有业务新增时到钉钉发起审批实例
<p>如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。</p>
zh-Hans
2022-07-21T05:55:39.000Z
2022-07-21T05:55:39.000Z
2023-01-28T09:04:28.000Z
sd7934oa
如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。
anyone
CxvJqC4DqQDn
official
mk2691
passed
张鹏
sd7934oa
张鹏
[
{
"app_id": 229,
"action_type": "1",
"sort": "1",
"action_id": 1718,
"desc": "当有新增的业务数据时获取数据并触发流程",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 404,
"desc": " 根据员工手机号查询员工ID",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "3",
"action_id": 1953,
"desc": "使用用户id查询用户的详细信息",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "4",
"action_id": 1952,
"desc": "在钉钉中发起一个审批实例",
"note": null
}
]
0
{
"id": 58,
"name": "红圈有新报价单自动在钉钉发起审批",
"url": "https://download.jijyun.cn/teaching-video/20221016.mp4",
"type": "templates",
"published_at": "2022-10-17T07:25:03.000Z",
"created_at": "2022-10-17T07:24:42.000Z",
"updated_at": "2023-01-28T09:04:28.000Z",
"app": null,
"template": 1326,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 6829,
"name": "详情页封面1.svg",
"alternativeText": "",
"caption": "",
"width": 270,
"height": 152,
"formats": null,
"hash": "1_30ced11988",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 119.19,
"url": "/uploads/1_30ced11988.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-10-17T07:27:45.000Z",
"updated_at": "2022-10-17T07:27:45.000Z"
}
}
1.5
{
"1": [
{
"key": "apiName",
"label": "业务名称",
"required": true,
"help_txt": "通过获取业务对象列表获取业务名称",
"dropdown": true,
"choices": [
{
"key": "CustomObject52__c",
"label": "出章审批测试"
},
{
"key": "jjy123__c",
"label": "集简云测试业务对象"
},
{
"key": "CustomObject9__c",
"label": "客户信息"
},
{
"key": "payback",
"label": "回款记录"
},
{
"key": "deliveryOrderItem",
"label": "交付单明细"
},
{
"key": "planPayback",
"label": "回款计划"
},
{
"key": "quotationItem",
"label": "报价单明细"
},
{
"key": "orderItem",
"label": "订单明细"
},
{
"key": "order",
"label": "订单"
},
{
"key": "opportunityContacts",
"label": "机会联系人"
},
{
"key": "quotation",
"label": "报价单"
},
{
"key": "opportunityItem",
"label": "机会明细"
},
{
"key": "contract",
"label": "合同"
},
{
"key": "opportunity",
"label": "销售机会"
},
{
"key": "deliveryOrder",
"label": "交付单"
},
{
"key": "contact",
"label": "联系人"
},
{
"key": "clue",
"label": "线索"
},
{
"key": "customer",
"label": "客户"
},
{
"key": "activity",
"label": "活动"
},
{
"key": "cost",
"label": "费用"
},
{
"key": "product",
"label": "产品"
}
]
}
],
"2": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"3": [
{
"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": "默认值为中文"
}
],
"4": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "本动作目前只支持固定节点审批流的发起,无法支持带有自选节点的审批流发起。请注意。"
},
{
"key": "originatorUserId",
"label": "发起人id",
"type": "string",
"required": true,
"help_txt": "审批发起人的userId。可通过[查询员工ID]动作获取。"
},
{
"key": "deptId",
"label": "发起人部门id",
"type": "number",
"required": true,
"help_txt": "审批发起人所在的部门ID。可通过[查询用户详情]动作获取。"
},
{
"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": "单人审批"
}
]
},
{
"key": "userIds",
"label": "审批人ids",
"type": "string",
"multiples": true,
"help_txt": "审批人userIds。可通过[查询员工ID]动作获取。"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"multiples": true,
"help_txt": "抄送人userIds。可通过[查询员工ID]动作获取。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"key": "processCode",
"label": "审批流编码",
"type": "string",
"required": true,
"dynamic": true,
"help_txt": "在钉钉管理后台-审批模板编辑页面的URL中获取。示例:processCode=PROC-5591D5A5-2F47-40EC-A731-473C0CC6857A"
}
]
}
[]
[]
[
{
"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": 226,
"name": "红圈CRM+",
"description": "<p>红圈 CRM+ 是一款基于红圈 PaaS 平台构建的企业级创新型移动销售管理云服务系统,以先进的移动互联网、云计算、大数据为基础,以客户为中心,通过系统化、精细化的客户关系管理与销售过程管理,帮助企业实现了规范、有序,且可预测的销售管理与服务管理的业务闭环。</p>",
"popular": 160,
"published_at": "2022-03-03T11:49:20.000Z",
"created_at": "2022-03-03T11:49:20.000Z",
"updated_at": "2023-11-09T02:47:45.000Z",
"app_id": "229",
"category": "CRM",
"locale": "zh-Hans",
"short_description": "CRM",
"available": true,
"appid": null,
"website": "https://crm.hecom.cn/",
"video": null,
"videos": 50,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9522,
"name": "红圈CRM+.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "CRM_b7f7b37702",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.1,
"url": "/uploads/CRM_b7f7b37702.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-02T08:16:27.000Z",
"updated_at": "2023-03-02T08:16:27.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": 1599,
"key": null,
"published_at": "2022-04-28T11:08:46.000Z",
"created_at": "2022-04-28T11:08:46.000Z",
"updated_at": "2023-11-06T07:46:05.000Z",
"action_id": "1718",
"action_name": "当有新增的业务数据时",
"error": null,
"description": "当有新增的业务数据时获取数据并触发流程",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "1718"
},
{
"id": 2000,
"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": "1952",
"action_name": "发起审批实例",
"error": null,
"description": "在钉钉中发起一个审批实例",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1952"
},
{
"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": 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+
100+
100+
100+
57
Data
1326
当红圈CRM报价单有业务新增时到钉钉发起审批实例
<p>如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。</p>
zh-Hans
2022-07-21T05:55:39.000Z
2022-07-21T05:55:39.000Z
2023-01-28T09:04:28.000Z
sd7934oa
如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。
anyone
CxvJqC4DqQDn
official
mk2691
passed
张鹏
sd7934oa
张鹏
[
{
"app_id": 229,
"action_type": "1",
"sort": "1",
"action_id": 1718,
"desc": "当有新增的业务数据时获取数据并触发流程",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 404,
"desc": " 根据员工手机号查询员工ID",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "3",
"action_id": 1953,
"desc": "使用用户id查询用户的详细信息",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "4",
"action_id": 1952,
"desc": "在钉钉中发起一个审批实例",
"note": null
}
]
0
{
"id": 58,
"name": "红圈有新报价单自动在钉钉发起审批",
"url": "https://download.jijyun.cn/teaching-video/20221016.mp4",
"type": "templates",
"published_at": "2022-10-17T07:25:03.000Z",
"created_at": "2022-10-17T07:24:42.000Z",
"updated_at": "2023-01-28T09:04:28.000Z",
"app": null,
"template": 1326,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 6829,
"name": "详情页封面1.svg",
"alternativeText": "",
"caption": "",
"width": 270,
"height": 152,
"formats": null,
"hash": "1_30ced11988",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 119.19,
"url": "/uploads/1_30ced11988.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-10-17T07:27:45.000Z",
"updated_at": "2022-10-17T07:27:45.000Z"
}
}
1.5
{
"1": [
{
"key": "apiName",
"label": "业务名称",
"required": true,
"help_txt": "通过获取业务对象列表获取业务名称",
"dropdown": true,
"choices": [
{
"key": "CustomObject52__c",
"label": "出章审批测试"
},
{
"key": "jjy123__c",
"label": "集简云测试业务对象"
},
{
"key": "CustomObject9__c",
"label": "客户信息"
},
{
"key": "payback",
"label": "回款记录"
},
{
"key": "deliveryOrderItem",
"label": "交付单明细"
},
{
"key": "planPayback",
"label": "回款计划"
},
{
"key": "quotationItem",
"label": "报价单明细"
},
{
"key": "orderItem",
"label": "订单明细"
},
{
"key": "order",
"label": "订单"
},
{
"key": "opportunityContacts",
"label": "机会联系人"
},
{
"key": "quotation",
"label": "报价单"
},
{
"key": "opportunityItem",
"label": "机会明细"
},
{
"key": "contract",
"label": "合同"
},
{
"key": "opportunity",
"label": "销售机会"
},
{
"key": "deliveryOrder",
"label": "交付单"
},
{
"key": "contact",
"label": "联系人"
},
{
"key": "clue",
"label": "线索"
},
{
"key": "customer",
"label": "客户"
},
{
"key": "activity",
"label": "活动"
},
{
"key": "cost",
"label": "费用"
},
{
"key": "product",
"label": "产品"
}
]
}
],
"2": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"3": [
{
"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": "默认值为中文"
}
],
"4": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "本动作目前只支持固定节点审批流的发起,无法支持带有自选节点的审批流发起。请注意。"
},
{
"key": "originatorUserId",
"label": "发起人id",
"type": "string",
"required": true,
"help_txt": "审批发起人的userId。可通过[查询员工ID]动作获取。"
},
{
"key": "deptId",
"label": "发起人部门id",
"type": "number",
"required": true,
"help_txt": "审批发起人所在的部门ID。可通过[查询用户详情]动作获取。"
},
{
"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": "单人审批"
}
]
},
{
"key": "userIds",
"label": "审批人ids",
"type": "string",
"multiples": true,
"help_txt": "审批人userIds。可通过[查询员工ID]动作获取。"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"multiples": true,
"help_txt": "抄送人userIds。可通过[查询员工ID]动作获取。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"key": "processCode",
"label": "审批流编码",
"type": "string",
"required": true,
"dynamic": true,
"help_txt": "在钉钉管理后台-审批模板编辑页面的URL中获取。示例:processCode=PROC-5591D5A5-2F47-40EC-A731-473C0CC6857A"
}
]
}
[]
[]
[
{
"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": 226,
"name": "红圈CRM+",
"description": "<p>红圈 CRM+ 是一款基于红圈 PaaS 平台构建的企业级创新型移动销售管理云服务系统,以先进的移动互联网、云计算、大数据为基础,以客户为中心,通过系统化、精细化的客户关系管理与销售过程管理,帮助企业实现了规范、有序,且可预测的销售管理与服务管理的业务闭环。</p>",
"popular": 160,
"published_at": "2022-03-03T11:49:20.000Z",
"created_at": "2022-03-03T11:49:20.000Z",
"updated_at": "2023-11-09T02:47:45.000Z",
"app_id": "229",
"category": "CRM",
"locale": "zh-Hans",
"short_description": "CRM",
"available": true,
"appid": null,
"website": "https://crm.hecom.cn/",
"video": null,
"videos": 50,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9522,
"name": "红圈CRM+.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "CRM_b7f7b37702",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.1,
"url": "/uploads/CRM_b7f7b37702.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-02T08:16:27.000Z",
"updated_at": "2023-03-02T08:16:27.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": 1599,
"key": null,
"published_at": "2022-04-28T11:08:46.000Z",
"created_at": "2022-04-28T11:08:46.000Z",
"updated_at": "2023-11-06T07:46:05.000Z",
"action_id": "1718",
"action_name": "当有新增的业务数据时",
"error": null,
"description": "当有新增的业务数据时获取数据并触发流程",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "1718"
},
{
"id": 2000,
"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": "1952",
"action_name": "发起审批实例",
"error": null,
"description": "在钉钉中发起一个审批实例",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1952"
},
{
"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": 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+
100+
100+
100+
57
permission
1326
当红圈CRM报价单有业务新增时到钉钉发起审批实例
<p>如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。</p>
zh-Hans
2022-07-21T05:55:39.000Z
2022-07-21T05:55:39.000Z
2023-01-28T09:04:28.000Z
sd7934oa
如果业务场景需要红圈的报价单审批,业务人员在红圈新增报价单后,可以直接提交到钉钉审批,审批后直接在钉钉通知业务人员,方便审批人员操作,优化工作流程,提高工作效率。
anyone
CxvJqC4DqQDn
official
mk2691
passed
张鹏
sd7934oa
张鹏
[
{
"app_id": 229,
"action_type": "1",
"sort": "1",
"action_id": 1718,
"desc": "当有新增的业务数据时获取数据并触发流程",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "2",
"action_id": 404,
"desc": " 根据员工手机号查询员工ID",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "3",
"action_id": 1953,
"desc": "使用用户id查询用户的详细信息",
"note": null
},
{
"app_id": 69,
"action_type": "2",
"sort": "4",
"action_id": 1952,
"desc": "在钉钉中发起一个审批实例",
"note": null
}
]
0
{
"id": 58,
"name": "红圈有新报价单自动在钉钉发起审批",
"url": "https://download.jijyun.cn/teaching-video/20221016.mp4",
"type": "templates",
"published_at": "2022-10-17T07:25:03.000Z",
"created_at": "2022-10-17T07:24:42.000Z",
"updated_at": "2023-01-28T09:04:28.000Z",
"app": null,
"template": 1326,
"sort": 99,
"Copy": null,
"help_collection": null,
"video_class": null,
"video_collection": null,
"time_length": null,
"description": null,
"recommend": null,
"cover": {
"id": 6829,
"name": "详情页封面1.svg",
"alternativeText": "",
"caption": "",
"width": 270,
"height": 152,
"formats": null,
"hash": "1_30ced11988",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 119.19,
"url": "/uploads/1_30ced11988.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-10-17T07:27:45.000Z",
"updated_at": "2022-10-17T07:27:45.000Z"
}
}
1.5
{
"1": [
{
"key": "apiName",
"label": "业务名称",
"required": true,
"help_txt": "通过获取业务对象列表获取业务名称",
"dropdown": true,
"choices": [
{
"key": "CustomObject52__c",
"label": "出章审批测试"
},
{
"key": "jjy123__c",
"label": "集简云测试业务对象"
},
{
"key": "CustomObject9__c",
"label": "客户信息"
},
{
"key": "payback",
"label": "回款记录"
},
{
"key": "deliveryOrderItem",
"label": "交付单明细"
},
{
"key": "planPayback",
"label": "回款计划"
},
{
"key": "quotationItem",
"label": "报价单明细"
},
{
"key": "orderItem",
"label": "订单明细"
},
{
"key": "order",
"label": "订单"
},
{
"key": "opportunityContacts",
"label": "机会联系人"
},
{
"key": "quotation",
"label": "报价单"
},
{
"key": "opportunityItem",
"label": "机会明细"
},
{
"key": "contract",
"label": "合同"
},
{
"key": "opportunity",
"label": "销售机会"
},
{
"key": "deliveryOrder",
"label": "交付单"
},
{
"key": "contact",
"label": "联系人"
},
{
"key": "clue",
"label": "线索"
},
{
"key": "customer",
"label": "客户"
},
{
"key": "activity",
"label": "活动"
},
{
"key": "cost",
"label": "费用"
},
{
"key": "product",
"label": "产品"
}
]
}
],
"2": [
{
"key": "mobile",
"label": "员工手机号",
"type": "string",
"required": true,
"help_txt": "请输入员工手机号"
}
],
"3": [
{
"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": "默认值为中文"
}
],
"4": [
{
"key": "copy_id",
"type": "copy",
"help_txt": "本动作目前只支持固定节点审批流的发起,无法支持带有自选节点的审批流发起。请注意。"
},
{
"key": "originatorUserId",
"label": "发起人id",
"type": "string",
"required": true,
"help_txt": "审批发起人的userId。可通过[查询员工ID]动作获取。"
},
{
"key": "deptId",
"label": "发起人部门id",
"type": "number",
"required": true,
"help_txt": "审批发起人所在的部门ID。可通过[查询用户详情]动作获取。"
},
{
"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": "单人审批"
}
]
},
{
"key": "userIds",
"label": "审批人ids",
"type": "string",
"multiples": true,
"help_txt": "审批人userIds。可通过[查询员工ID]动作获取。"
}
]
},
{
"key": "ccList",
"label": "抄送人ids",
"type": "string",
"multiples": true,
"help_txt": "抄送人userIds。可通过[查询员工ID]动作获取。"
},
{
"key": "ccPosition",
"label": "抄送时间点",
"type": "string",
"dropdown": true,
"choices": [
{
"key": "START",
"label": "开始时抄送"
},
{
"key": "FINISH",
"label": "结束时抄送"
},
{
"key": "START_FINISH",
"label": "开始和结束时都抄送"
}
]
},
{
"key": "processCode",
"label": "审批流编码",
"type": "string",
"required": true,
"dynamic": true,
"help_txt": "在钉钉管理后台-审批模板编辑页面的URL中获取。示例:processCode=PROC-5591D5A5-2F47-40EC-A731-473C0CC6857A"
}
]
}
[]
[]
[
{
"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": 226,
"name": "红圈CRM+",
"description": "<p>红圈 CRM+ 是一款基于红圈 PaaS 平台构建的企业级创新型移动销售管理云服务系统,以先进的移动互联网、云计算、大数据为基础,以客户为中心,通过系统化、精细化的客户关系管理与销售过程管理,帮助企业实现了规范、有序,且可预测的销售管理与服务管理的业务闭环。</p>",
"popular": 160,
"published_at": "2022-03-03T11:49:20.000Z",
"created_at": "2022-03-03T11:49:20.000Z",
"updated_at": "2023-11-09T02:47:45.000Z",
"app_id": "229",
"category": "CRM",
"locale": "zh-Hans",
"short_description": "CRM",
"available": true,
"appid": null,
"website": "https://crm.hecom.cn/",
"video": null,
"videos": 50,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9522,
"name": "红圈CRM+.svg",
"alternativeText": "",
"caption": "",
"width": 150,
"height": 150,
"formats": null,
"hash": "CRM_b7f7b37702",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 5.1,
"url": "/uploads/CRM_b7f7b37702.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-02T08:16:27.000Z",
"updated_at": "2023-03-02T08:16:27.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": 1599,
"key": null,
"published_at": "2022-04-28T11:08:46.000Z",
"created_at": "2022-04-28T11:08:46.000Z",
"updated_at": "2023-11-06T07:46:05.000Z",
"action_id": "1718",
"action_name": "当有新增的业务数据时",
"error": null,
"description": "当有新增的业务数据时获取数据并触发流程",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "1718"
},
{
"id": 2000,
"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": "1952",
"action_name": "发起审批实例",
"error": null,
"description": "在钉钉中发起一个审批实例",
"action_type": "action",
"app": null,
"template": null,
"action_key": "1952"
},
{
"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": 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+
100+
100+
100+
57