案例文章

推荐的的流程模板
请稍后...
自定义您的业务流程
选择的触发与执行动作,建立自动化的业务流程。
当这个情况发生时触发动作
    做这件事情执行动作
      开始创建吧
      立即创建使用
      相关文章
    • Code 1531 当钉钉(自建应用)发起报销申请到金蝶云星空新增其他应付单 <p>当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。</p> zh-Hans 2022-09-01T07:36:08.000Z 2022-09-01T07:36:08.000Z 2023-11-19T14:44:15.000Z sd7934oa 当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。 anyone UqT8b8jJjhBB official xi0954 passed 张鹏 sd7934oa 张鹏 [ { "desc": "当符合条件的审批流实例结束时", "app_id": 69, "action_type": "1", "sort": "1", "action_id": 2635, "note": null }, { "desc": "根据审批实例ID查询审批实例详情", "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "note": null }, { "desc": "使用用户id查询用户的详细信息", "app_id": 69, "action_type": "2", "sort": "3", "action_id": 1953, "note": null }, { "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "app_id": 89, "action_type": "2", "sort": "4", "action_id": 241, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "5", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "6", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "7", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "8", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "9", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "10", "action_id": 2559, "note": null }, { "desc": "新建其他应付单", "app_id": 267, "action_type": "2", "sort": "11", "action_id": 2481, "note": null }, { "desc": "提交其他应付单", "app_id": 267, "action_type": "2", "sort": "12", "action_id": 2482, "note": null }, { "desc": "审核其他应付单", "app_id": 267, "action_type": "2", "sort": "13", "action_id": 2483, "note": null } ] 11 { "id": 132, "name": "钉钉审批通过后自动在金蝶云星空创建应付单", "url": "https://download.jijyun.cn/teaching-video/10523.mp4", "type": "templates", "published_at": "2023-01-17T10:23:31.000Z", "created_at": "2023-01-17T10:23:30.000Z", "updated_at": "2023-11-09T03:33:06.000Z", "app": null, "template": 1531, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": null, "recommend": null, "cover": { "id": 8749, "name": "song (1).svg", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": null, "hash": "song_1_7c71f0c54b", "ext": ".svg", "mime": "image/svg+xml", "size": 18.92, "url": "/uploads/song_1_7c71f0c54b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-01-17T10:22:34.000Z", "updated_at": "2023-01-17T10:22:34.000Z" } } 3.5 { "1": [ { "key": "process_code", "label": "模板code", "type": "string", "help_txt": "请在旧版钉钉网页端企业管理后台内编辑审批流程,当前页面的URL中process_code后即可获取, 不填将返回所有模板的审批事件" }, { "key": "result", "label": "状态", "type": "string", "dropdown": true, "choices": [ { "key": "agree", "label": "同意" }, { "key": "refuse", "label": "拒绝" } ], "help_txt": "不填将返回所有审批结果的审批事件" } ], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "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": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "5": [ { "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" } ], "6": [ { "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" } ], "7": [ { "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" } ], "8": [ { "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" } ], "9": [ { "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" } ], "10": [ { "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" } ], "11": [ { "key": "IsDeleteEntry", "label": "是否删除已存在的分录", "type": "boolean" }, { "key": "SubSystemId", "label": "表单所在的子系统内码" }, { "key": "IsVerifyBaseDataField", "label": "是否验证所有的基础资料有效性", "type": "boolean" }, { "key": "IsEntryBatchFill", "label": "是否批量填充分录", "type": "boolean" }, { "key": "ValidateFlag", "label": "是否验证标志", "type": "boolean" }, { "key": "NumberSearch", "label": "是否用编码搜索基础资料", "type": "boolean" }, { "key": "FBillTypeID", "label": "单据类型", "type": "obj", "items": [ { "key": "FNUMBER", "required": true, "label": "编码" } ] }, { "key": "FBillNo", "label": "单据编号", "required": false }, { "key": "FDATE", "label": "业务日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FISINIT", "label": "是否期初单据", "type": "boolean" }, { "key": "FCONTACTUNITTYPE", "label": "往来单位类型", "required": true }, { "key": "FCONTACTUNIT", "label": "往来单位", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCURRENCYID", "label": "币别", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "required": true, "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FNOTSETTLEAMOUNTFOR", "label": "未借款金额", "required": false, "type": "number" }, { "key": "FDEPARTMENTID", "label": "申请部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FSETTLEORGID", "label": "结算组织", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FPURCHASEORGID", "label": "采购组织", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPAYORGID", "label": "付款组织", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASEDEPTID", "label": "采购部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASERGROUPID", "label": "采购组", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPURCHASERID", "label": "采购员", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FScanPoint", "label": "扫描点", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FSettleTypeID", "label": "结算方式", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FMAINBOOKSTDCURRID", "label": "本位币", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FEXCHANGETYPE", "label": "汇率类型", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FExchangeRate", "label": "汇率", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNT", "label": "不含税金额本位币", "required": false, "type": "number" }, { "key": "FTAXAMOUNT", "label": "税额本位币", "required": false, "type": "number" }, { "key": "FACCNTTIMEJUDGETIME", "label": "到期日计算日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FCancelStatus", "label": "作废状态", "required": true, "type": "string" }, { "key": "FBUSINESSTYPE", "label": "业务类型", "required": false, "type": "string" }, { "key": "FHisLoanBalanceFor", "label": "历史借款余额原币", "required": false, "type": "number" }, { "key": "FPRESETBASE1", "label": "预设基础资料字段1", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETBASE2", "label": "预设基础资料字段2", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETASSISTANT1", "label": "预设辅助资料字段1", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETASSISTANT2", "label": "预设辅助资料字段2", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETTEXT1", "label": "预设文本字段1", "type": "string", "required": false }, { "key": "FPRESETTEXT2", "label": "预设文本字段2", "type": "string", "required": false }, { "key": "FEntity", "label": "费用项目编码", "type": "group", "required": false, "items": [ { "key": "FCOSTID", "label": "费用项目编码", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCOSTDEPARTMENTID", "label": "费用承担部门", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FINVOICETYPE", "label": "发票类型", "help_txt": "该字段需要填写枚举值(增值税默认枚举值1 普通发票默认枚举值2),请登录云星空BOS开发平台获取,示例:1", "required": true, "type": "string" }, { "key": "FEntryTaxRate", "label": "税率(%)", "help_txt": "", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNTFOR", "label": "不含税金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTAXAMOUNTFOR", "label": "税额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTOTALAMOUNTFOR", "label": "总金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FCOMMENT", "label": "备注", "help_txt": "", "required": false, "type": "string" }, { "key": "FSourceBillNo", "label": "源单编号", "help_txt": "", "required": false, "type": "string" }, { "key": "FCREATEINVOICE", "label": "已生成发票", "help_txt": "", "required": false, "type": "boolean" }, { "key": "FIVAmountFor", "label": "已开票金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FPaySubEntity", "label": "付款单FID", "type": "group", "items": [ { "key": "FDetailID", "label": "编码", "type": "number", "required": true } ] }, { "key": "self_fields", "label": "自定义字段", "type": "group", "items": [ { "key": "self_fields_key", "label": "自定义字段key", "type": "string", "help_txt": "您可以在金蝶云星空后台-基础资料-API中查看,详情可以参考文档" }, { "key": "self_fields_value", "label": "自定义字段值", "type": "string", "help_txt": "" }, { "key": "self_fields_is_code", "label": "是否为编码", "type": "string", "help_txt": "", "dropdown": true, "defaulttext": "false", "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ] }, { "key": "self_fields_code_key", "label": "自定义编码key值", "type": "string", "help_txt": "" } ] } ] } ], "12": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "SelectedPostId", "label": "工作流发起员工岗位内码", "type": "number", "help_txt": "员工身兼多岗时不传参默认取第一个岗位" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ], "13": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ] } false [] [] [ { "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": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 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": 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": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2023-11-06T07:41:35.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null, "action_key": "241" }, { "id": 2695, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2481", "action_name": "新建其他应付单", "error": null, "description": "新建其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2481" }, { "id": 2696, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2482", "action_name": "提交其他应付单", "error": null, "description": "提交其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2482" }, { "id": 2697, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:48.000Z", "action_id": "2483", "action_name": "审核其他应付单", "error": null, "description": "审核其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2483" }, { "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": 2933, "key": null, "published_at": "2022-08-11T04:09:25.000Z", "created_at": "2022-08-11T04:09:25.000Z", "updated_at": "2023-11-06T07:38:27.000Z", "action_id": "2635", "action_name": "当符合条件的审批流实例结束时", "error": null, "description": "当符合条件的审批流实例结束时", "action_type": "trigger", "app": null, "template": null, "action_key": "2635" }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2023-11-06T07:38:11.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null, "action_key": "406" } ] [] [] 100+ 100+ 62 27 57
    • Msg 1531 当钉钉(自建应用)发起报销申请到金蝶云星空新增其他应付单 <p>当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。</p> zh-Hans 2022-09-01T07:36:08.000Z 2022-09-01T07:36:08.000Z 2023-11-19T14:44:15.000Z sd7934oa 当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。 anyone UqT8b8jJjhBB official xi0954 passed 张鹏 sd7934oa 张鹏 [ { "desc": "当符合条件的审批流实例结束时", "app_id": 69, "action_type": "1", "sort": "1", "action_id": 2635, "note": null }, { "desc": "根据审批实例ID查询审批实例详情", "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "note": null }, { "desc": "使用用户id查询用户的详细信息", "app_id": 69, "action_type": "2", "sort": "3", "action_id": 1953, "note": null }, { "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "app_id": 89, "action_type": "2", "sort": "4", "action_id": 241, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "5", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "6", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "7", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "8", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "9", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "10", "action_id": 2559, "note": null }, { "desc": "新建其他应付单", "app_id": 267, "action_type": "2", "sort": "11", "action_id": 2481, "note": null }, { "desc": "提交其他应付单", "app_id": 267, "action_type": "2", "sort": "12", "action_id": 2482, "note": null }, { "desc": "审核其他应付单", "app_id": 267, "action_type": "2", "sort": "13", "action_id": 2483, "note": null } ] 11 { "id": 132, "name": "钉钉审批通过后自动在金蝶云星空创建应付单", "url": "https://download.jijyun.cn/teaching-video/10523.mp4", "type": "templates", "published_at": "2023-01-17T10:23:31.000Z", "created_at": "2023-01-17T10:23:30.000Z", "updated_at": "2023-11-09T03:33:06.000Z", "app": null, "template": 1531, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": null, "recommend": null, "cover": { "id": 8749, "name": "song (1).svg", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": null, "hash": "song_1_7c71f0c54b", "ext": ".svg", "mime": "image/svg+xml", "size": 18.92, "url": "/uploads/song_1_7c71f0c54b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-01-17T10:22:34.000Z", "updated_at": "2023-01-17T10:22:34.000Z" } } 3.5 { "1": [ { "key": "process_code", "label": "模板code", "type": "string", "help_txt": "请在旧版钉钉网页端企业管理后台内编辑审批流程,当前页面的URL中process_code后即可获取, 不填将返回所有模板的审批事件" }, { "key": "result", "label": "状态", "type": "string", "dropdown": true, "choices": [ { "key": "agree", "label": "同意" }, { "key": "refuse", "label": "拒绝" } ], "help_txt": "不填将返回所有审批结果的审批事件" } ], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "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": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "5": [ { "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" } ], "6": [ { "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" } ], "7": [ { "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" } ], "8": [ { "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" } ], "9": [ { "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" } ], "10": [ { "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" } ], "11": [ { "key": "IsDeleteEntry", "label": "是否删除已存在的分录", "type": "boolean" }, { "key": "SubSystemId", "label": "表单所在的子系统内码" }, { "key": "IsVerifyBaseDataField", "label": "是否验证所有的基础资料有效性", "type": "boolean" }, { "key": "IsEntryBatchFill", "label": "是否批量填充分录", "type": "boolean" }, { "key": "ValidateFlag", "label": "是否验证标志", "type": "boolean" }, { "key": "NumberSearch", "label": "是否用编码搜索基础资料", "type": "boolean" }, { "key": "FBillTypeID", "label": "单据类型", "type": "obj", "items": [ { "key": "FNUMBER", "required": true, "label": "编码" } ] }, { "key": "FBillNo", "label": "单据编号", "required": false }, { "key": "FDATE", "label": "业务日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FISINIT", "label": "是否期初单据", "type": "boolean" }, { "key": "FCONTACTUNITTYPE", "label": "往来单位类型", "required": true }, { "key": "FCONTACTUNIT", "label": "往来单位", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCURRENCYID", "label": "币别", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "required": true, "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FNOTSETTLEAMOUNTFOR", "label": "未借款金额", "required": false, "type": "number" }, { "key": "FDEPARTMENTID", "label": "申请部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FSETTLEORGID", "label": "结算组织", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FPURCHASEORGID", "label": "采购组织", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPAYORGID", "label": "付款组织", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASEDEPTID", "label": "采购部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASERGROUPID", "label": "采购组", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPURCHASERID", "label": "采购员", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FScanPoint", "label": "扫描点", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FSettleTypeID", "label": "结算方式", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FMAINBOOKSTDCURRID", "label": "本位币", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FEXCHANGETYPE", "label": "汇率类型", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FExchangeRate", "label": "汇率", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNT", "label": "不含税金额本位币", "required": false, "type": "number" }, { "key": "FTAXAMOUNT", "label": "税额本位币", "required": false, "type": "number" }, { "key": "FACCNTTIMEJUDGETIME", "label": "到期日计算日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FCancelStatus", "label": "作废状态", "required": true, "type": "string" }, { "key": "FBUSINESSTYPE", "label": "业务类型", "required": false, "type": "string" }, { "key": "FHisLoanBalanceFor", "label": "历史借款余额原币", "required": false, "type": "number" }, { "key": "FPRESETBASE1", "label": "预设基础资料字段1", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETBASE2", "label": "预设基础资料字段2", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETASSISTANT1", "label": "预设辅助资料字段1", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETASSISTANT2", "label": "预设辅助资料字段2", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETTEXT1", "label": "预设文本字段1", "type": "string", "required": false }, { "key": "FPRESETTEXT2", "label": "预设文本字段2", "type": "string", "required": false }, { "key": "FEntity", "label": "费用项目编码", "type": "group", "required": false, "items": [ { "key": "FCOSTID", "label": "费用项目编码", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCOSTDEPARTMENTID", "label": "费用承担部门", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FINVOICETYPE", "label": "发票类型", "help_txt": "该字段需要填写枚举值(增值税默认枚举值1 普通发票默认枚举值2),请登录云星空BOS开发平台获取,示例:1", "required": true, "type": "string" }, { "key": "FEntryTaxRate", "label": "税率(%)", "help_txt": "", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNTFOR", "label": "不含税金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTAXAMOUNTFOR", "label": "税额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTOTALAMOUNTFOR", "label": "总金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FCOMMENT", "label": "备注", "help_txt": "", "required": false, "type": "string" }, { "key": "FSourceBillNo", "label": "源单编号", "help_txt": "", "required": false, "type": "string" }, { "key": "FCREATEINVOICE", "label": "已生成发票", "help_txt": "", "required": false, "type": "boolean" }, { "key": "FIVAmountFor", "label": "已开票金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FPaySubEntity", "label": "付款单FID", "type": "group", "items": [ { "key": "FDetailID", "label": "编码", "type": "number", "required": true } ] }, { "key": "self_fields", "label": "自定义字段", "type": "group", "items": [ { "key": "self_fields_key", "label": "自定义字段key", "type": "string", "help_txt": "您可以在金蝶云星空后台-基础资料-API中查看,详情可以参考文档" }, { "key": "self_fields_value", "label": "自定义字段值", "type": "string", "help_txt": "" }, { "key": "self_fields_is_code", "label": "是否为编码", "type": "string", "help_txt": "", "dropdown": true, "defaulttext": "false", "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ] }, { "key": "self_fields_code_key", "label": "自定义编码key值", "type": "string", "help_txt": "" } ] } ] } ], "12": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "SelectedPostId", "label": "工作流发起员工岗位内码", "type": "number", "help_txt": "员工身兼多岗时不传参默认取第一个岗位" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ], "13": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ] } false [] [] [ { "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": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 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": 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": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2023-11-06T07:41:35.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null, "action_key": "241" }, { "id": 2695, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2481", "action_name": "新建其他应付单", "error": null, "description": "新建其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2481" }, { "id": 2696, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2482", "action_name": "提交其他应付单", "error": null, "description": "提交其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2482" }, { "id": 2697, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:48.000Z", "action_id": "2483", "action_name": "审核其他应付单", "error": null, "description": "审核其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2483" }, { "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": 2933, "key": null, "published_at": "2022-08-11T04:09:25.000Z", "created_at": "2022-08-11T04:09:25.000Z", "updated_at": "2023-11-06T07:38:27.000Z", "action_id": "2635", "action_name": "当符合条件的审批流实例结束时", "error": null, "description": "当符合条件的审批流实例结束时", "action_type": "trigger", "app": null, "template": null, "action_key": "2635" }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2023-11-06T07:38:11.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null, "action_key": "406" } ] [] [] 100+ 100+ 62 27 57
    • Data 1531 当钉钉(自建应用)发起报销申请到金蝶云星空新增其他应付单 <p>当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。</p> zh-Hans 2022-09-01T07:36:08.000Z 2022-09-01T07:36:08.000Z 2023-11-19T14:44:15.000Z sd7934oa 当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。 anyone UqT8b8jJjhBB official xi0954 passed 张鹏 sd7934oa 张鹏 [ { "desc": "当符合条件的审批流实例结束时", "app_id": 69, "action_type": "1", "sort": "1", "action_id": 2635, "note": null }, { "desc": "根据审批实例ID查询审批实例详情", "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "note": null }, { "desc": "使用用户id查询用户的详细信息", "app_id": 69, "action_type": "2", "sort": "3", "action_id": 1953, "note": null }, { "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "app_id": 89, "action_type": "2", "sort": "4", "action_id": 241, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "5", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "6", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "7", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "8", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "9", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "10", "action_id": 2559, "note": null }, { "desc": "新建其他应付单", "app_id": 267, "action_type": "2", "sort": "11", "action_id": 2481, "note": null }, { "desc": "提交其他应付单", "app_id": 267, "action_type": "2", "sort": "12", "action_id": 2482, "note": null }, { "desc": "审核其他应付单", "app_id": 267, "action_type": "2", "sort": "13", "action_id": 2483, "note": null } ] 11 { "id": 132, "name": "钉钉审批通过后自动在金蝶云星空创建应付单", "url": "https://download.jijyun.cn/teaching-video/10523.mp4", "type": "templates", "published_at": "2023-01-17T10:23:31.000Z", "created_at": "2023-01-17T10:23:30.000Z", "updated_at": "2023-11-09T03:33:06.000Z", "app": null, "template": 1531, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": null, "recommend": null, "cover": { "id": 8749, "name": "song (1).svg", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": null, "hash": "song_1_7c71f0c54b", "ext": ".svg", "mime": "image/svg+xml", "size": 18.92, "url": "/uploads/song_1_7c71f0c54b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-01-17T10:22:34.000Z", "updated_at": "2023-01-17T10:22:34.000Z" } } 3.5 { "1": [ { "key": "process_code", "label": "模板code", "type": "string", "help_txt": "请在旧版钉钉网页端企业管理后台内编辑审批流程,当前页面的URL中process_code后即可获取, 不填将返回所有模板的审批事件" }, { "key": "result", "label": "状态", "type": "string", "dropdown": true, "choices": [ { "key": "agree", "label": "同意" }, { "key": "refuse", "label": "拒绝" } ], "help_txt": "不填将返回所有审批结果的审批事件" } ], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "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": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "5": [ { "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" } ], "6": [ { "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" } ], "7": [ { "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" } ], "8": [ { "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" } ], "9": [ { "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" } ], "10": [ { "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" } ], "11": [ { "key": "IsDeleteEntry", "label": "是否删除已存在的分录", "type": "boolean" }, { "key": "SubSystemId", "label": "表单所在的子系统内码" }, { "key": "IsVerifyBaseDataField", "label": "是否验证所有的基础资料有效性", "type": "boolean" }, { "key": "IsEntryBatchFill", "label": "是否批量填充分录", "type": "boolean" }, { "key": "ValidateFlag", "label": "是否验证标志", "type": "boolean" }, { "key": "NumberSearch", "label": "是否用编码搜索基础资料", "type": "boolean" }, { "key": "FBillTypeID", "label": "单据类型", "type": "obj", "items": [ { "key": "FNUMBER", "required": true, "label": "编码" } ] }, { "key": "FBillNo", "label": "单据编号", "required": false }, { "key": "FDATE", "label": "业务日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FISINIT", "label": "是否期初单据", "type": "boolean" }, { "key": "FCONTACTUNITTYPE", "label": "往来单位类型", "required": true }, { "key": "FCONTACTUNIT", "label": "往来单位", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCURRENCYID", "label": "币别", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "required": true, "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FNOTSETTLEAMOUNTFOR", "label": "未借款金额", "required": false, "type": "number" }, { "key": "FDEPARTMENTID", "label": "申请部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FSETTLEORGID", "label": "结算组织", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FPURCHASEORGID", "label": "采购组织", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPAYORGID", "label": "付款组织", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASEDEPTID", "label": "采购部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASERGROUPID", "label": "采购组", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPURCHASERID", "label": "采购员", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FScanPoint", "label": "扫描点", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FSettleTypeID", "label": "结算方式", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FMAINBOOKSTDCURRID", "label": "本位币", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FEXCHANGETYPE", "label": "汇率类型", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FExchangeRate", "label": "汇率", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNT", "label": "不含税金额本位币", "required": false, "type": "number" }, { "key": "FTAXAMOUNT", "label": "税额本位币", "required": false, "type": "number" }, { "key": "FACCNTTIMEJUDGETIME", "label": "到期日计算日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FCancelStatus", "label": "作废状态", "required": true, "type": "string" }, { "key": "FBUSINESSTYPE", "label": "业务类型", "required": false, "type": "string" }, { "key": "FHisLoanBalanceFor", "label": "历史借款余额原币", "required": false, "type": "number" }, { "key": "FPRESETBASE1", "label": "预设基础资料字段1", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETBASE2", "label": "预设基础资料字段2", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETASSISTANT1", "label": "预设辅助资料字段1", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETASSISTANT2", "label": "预设辅助资料字段2", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETTEXT1", "label": "预设文本字段1", "type": "string", "required": false }, { "key": "FPRESETTEXT2", "label": "预设文本字段2", "type": "string", "required": false }, { "key": "FEntity", "label": "费用项目编码", "type": "group", "required": false, "items": [ { "key": "FCOSTID", "label": "费用项目编码", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCOSTDEPARTMENTID", "label": "费用承担部门", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FINVOICETYPE", "label": "发票类型", "help_txt": "该字段需要填写枚举值(增值税默认枚举值1 普通发票默认枚举值2),请登录云星空BOS开发平台获取,示例:1", "required": true, "type": "string" }, { "key": "FEntryTaxRate", "label": "税率(%)", "help_txt": "", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNTFOR", "label": "不含税金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTAXAMOUNTFOR", "label": "税额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTOTALAMOUNTFOR", "label": "总金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FCOMMENT", "label": "备注", "help_txt": "", "required": false, "type": "string" }, { "key": "FSourceBillNo", "label": "源单编号", "help_txt": "", "required": false, "type": "string" }, { "key": "FCREATEINVOICE", "label": "已生成发票", "help_txt": "", "required": false, "type": "boolean" }, { "key": "FIVAmountFor", "label": "已开票金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FPaySubEntity", "label": "付款单FID", "type": "group", "items": [ { "key": "FDetailID", "label": "编码", "type": "number", "required": true } ] }, { "key": "self_fields", "label": "自定义字段", "type": "group", "items": [ { "key": "self_fields_key", "label": "自定义字段key", "type": "string", "help_txt": "您可以在金蝶云星空后台-基础资料-API中查看,详情可以参考文档" }, { "key": "self_fields_value", "label": "自定义字段值", "type": "string", "help_txt": "" }, { "key": "self_fields_is_code", "label": "是否为编码", "type": "string", "help_txt": "", "dropdown": true, "defaulttext": "false", "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ] }, { "key": "self_fields_code_key", "label": "自定义编码key值", "type": "string", "help_txt": "" } ] } ] } ], "12": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "SelectedPostId", "label": "工作流发起员工岗位内码", "type": "number", "help_txt": "员工身兼多岗时不传参默认取第一个岗位" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ], "13": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ] } false [] [] [ { "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": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 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": 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": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2023-11-06T07:41:35.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null, "action_key": "241" }, { "id": 2695, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2481", "action_name": "新建其他应付单", "error": null, "description": "新建其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2481" }, { "id": 2696, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2482", "action_name": "提交其他应付单", "error": null, "description": "提交其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2482" }, { "id": 2697, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:48.000Z", "action_id": "2483", "action_name": "审核其他应付单", "error": null, "description": "审核其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2483" }, { "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": 2933, "key": null, "published_at": "2022-08-11T04:09:25.000Z", "created_at": "2022-08-11T04:09:25.000Z", "updated_at": "2023-11-06T07:38:27.000Z", "action_id": "2635", "action_name": "当符合条件的审批流实例结束时", "error": null, "description": "当符合条件的审批流实例结束时", "action_type": "trigger", "app": null, "template": null, "action_key": "2635" }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2023-11-06T07:38:11.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null, "action_key": "406" } ] [] [] 100+ 100+ 62 27 57
    • permission 1531 当钉钉(自建应用)发起报销申请到金蝶云星空新增其他应付单 <p>当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。</p> zh-Hans 2022-09-01T07:36:08.000Z 2022-09-01T07:36:08.000Z 2023-11-19T14:44:15.000Z sd7934oa 当钉钉发起报销申请时自动同步到云星空新增其他应付单,方便财务人员操作,避免重复录入的工作,提高了财务人员的工作效率。 anyone UqT8b8jJjhBB official xi0954 passed 张鹏 sd7934oa 张鹏 [ { "desc": "当符合条件的审批流实例结束时", "app_id": 69, "action_type": "1", "sort": "1", "action_id": 2635, "note": null }, { "desc": "根据审批实例ID查询审批实例详情", "app_id": 69, "action_type": "2", "sort": "2", "action_id": 406, "note": null }, { "desc": "使用用户id查询用户的详细信息", "app_id": 69, "action_type": "2", "sort": "3", "action_id": 1953, "note": null }, { "desc": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "app_id": 89, "action_type": "2", "sort": "4", "action_id": 241, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "5", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "6", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "7", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "8", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "9", "action_id": 2559, "note": null }, { "desc": "通过对象名称或编号查询符合条件的基础资料", "app_id": 267, "action_type": "2", "sort": "10", "action_id": 2559, "note": null }, { "desc": "新建其他应付单", "app_id": 267, "action_type": "2", "sort": "11", "action_id": 2481, "note": null }, { "desc": "提交其他应付单", "app_id": 267, "action_type": "2", "sort": "12", "action_id": 2482, "note": null }, { "desc": "审核其他应付单", "app_id": 267, "action_type": "2", "sort": "13", "action_id": 2483, "note": null } ] 11 { "id": 132, "name": "钉钉审批通过后自动在金蝶云星空创建应付单", "url": "https://download.jijyun.cn/teaching-video/10523.mp4", "type": "templates", "published_at": "2023-01-17T10:23:31.000Z", "created_at": "2023-01-17T10:23:30.000Z", "updated_at": "2023-11-09T03:33:06.000Z", "app": null, "template": 1531, "sort": 99, "Copy": null, "help_collection": null, "video_class": null, "video_collection": null, "time_length": null, "description": null, "recommend": null, "cover": { "id": 8749, "name": "song (1).svg", "alternativeText": "", "caption": "", "width": 1920, "height": 1080, "formats": null, "hash": "song_1_7c71f0c54b", "ext": ".svg", "mime": "image/svg+xml", "size": 18.92, "url": "/uploads/song_1_7c71f0c54b.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2023-01-17T10:22:34.000Z", "updated_at": "2023-01-17T10:22:34.000Z" } } 3.5 { "1": [ { "key": "process_code", "label": "模板code", "type": "string", "help_txt": "请在旧版钉钉网页端企业管理后台内编辑审批流程,当前页面的URL中process_code后即可获取, 不填将返回所有模板的审批事件" }, { "key": "result", "label": "状态", "type": "string", "dropdown": true, "choices": [ { "key": "agree", "label": "同意" }, { "key": "refuse", "label": "拒绝" } ], "help_txt": "不填将返回所有审批结果的审批事件" } ], "2": [ { "key": "process_instance_id", "label": "审批实例ID", "type": "string", "required": true, "help_txt": "可以从触发动作中或者执行动作获取审批实例ID列表中获取" }, { "key": "is_file", "label": "是否获取审批中的附件", "type": "string", "dropdown": true, "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ], "help_txt": "获取审批实例中的附件,并提供附件的下载链接。附件在平台最多保存30天,评论中上传的附件暂时不支持获取下载链接", "defaulttext": "true" } ], "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": [ { "label": "请输入要调整的日期时间", "key": "from_time", "required": true, "multiples": true, "help_txt": "填写一个日期时间或者选择上面步骤中的动态日期时间字段" }, { "label": "请输入当前日期时间格式", "key": "from_time_type", "required": true, "dropdown": true, "dynamic": true, "help_txt": "请选择上面输入的日期时间格式以便正确的进行格式转换", "choices": [ { "value": "auto_format", "label": "自动识别格式" }, { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ], "defaulttext": "auto_format" }, { "label": "请输入要转换到的日期时间格式", "key": "to_time_type", "required": true, "dropdown": true, "dynamic": true, "choices": [ { "value": "%Y年%m月%d日 %H:%M:%S", "label": "YYYY年MM月DD日 HH:mm:ss(2006年01月22日 13:29:54)" }, { "value": "%Y年%m月%d日", "label": "YYYY年MM月DD日(2006年01月22日)" }, { "value": "%B %d %Y %H:%M:%S", "label": "MMMM DD YYYY HH:mm:ss (January 22 2006 23:04:05)" }, { "value": "%Y-%m-%dT%H:%M:%S.%fZ", "label": "YYYY-MM-DDTHH:mm:ss.sssZ (2006-01-22T13:29:53.455Z)" }, { "value": "%Y-%m-%dT%H:%M:%SZ", "label": "YYYY-MM-DDTHH:mm:ssZ (2006-01-22T13:29:53Z)" }, { "value": "%B %d %Y", "label": "MMMM DD YYYY (January 22 2006)" }, { "value": "%b %d %Y", "label": "MMM DD YYYY (Jan 22 2006)" }, { "value": "%m-%d-%Y", "label": "MM-DD-YYYY (01-22-2006)" }, { "value": "%m/%d/%Y", "label": "MM/DD/YYYY (01/22/2006)" }, { "value": "%m/%d/%y", "label": "MM/DD/YY (01/22/06)" }, { "value": "%d-%m-%Y", "label": "DD-MM-YYYY (22-01-2006)" }, { "value": "%d/%m/%Y", "label": "DD/MM/YYYY (22/01/2006)" }, { "value": "%d/%m/%y", "label": "DD/MM/YY (22/01/06)" }, { "value": "%Y%m%d", "label": "YYYYMMDD (20060106)" }, { "value": "timestamp", "label": "时间戳秒 (1597247662)" }, { "value": "timestamp_ms", "label": "时间戳毫秒(1597247662000)" }, { "value": "custom", "label": "自定义格式" } ] }, { "label": "调整时间", "key": "timedelta", "help_txt": "您可以在日期格式转换后进行时间增加或者减少,请输入一个整数例如1,2,-1,-2" }, { "label": "调整的时间单位", "key": "timedelta_type", "dropdown": true, "choices": [ { "value": "minutes", "label": "分钟" }, { "value": "hours", "label": "小时" }, { "value": "days", "label": "天" } ] } ], "5": [ { "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" } ], "6": [ { "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" } ], "7": [ { "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" } ], "8": [ { "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" } ], "9": [ { "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" } ], "10": [ { "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" } ], "11": [ { "key": "IsDeleteEntry", "label": "是否删除已存在的分录", "type": "boolean" }, { "key": "SubSystemId", "label": "表单所在的子系统内码" }, { "key": "IsVerifyBaseDataField", "label": "是否验证所有的基础资料有效性", "type": "boolean" }, { "key": "IsEntryBatchFill", "label": "是否批量填充分录", "type": "boolean" }, { "key": "ValidateFlag", "label": "是否验证标志", "type": "boolean" }, { "key": "NumberSearch", "label": "是否用编码搜索基础资料", "type": "boolean" }, { "key": "FBillTypeID", "label": "单据类型", "type": "obj", "items": [ { "key": "FNUMBER", "required": true, "label": "编码" } ] }, { "key": "FBillNo", "label": "单据编号", "required": false }, { "key": "FDATE", "label": "业务日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FISINIT", "label": "是否期初单据", "type": "boolean" }, { "key": "FCONTACTUNITTYPE", "label": "往来单位类型", "required": true }, { "key": "FCONTACTUNIT", "label": "往来单位", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCURRENCYID", "label": "币别", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "required": true, "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FNOTSETTLEAMOUNTFOR", "label": "未借款金额", "required": false, "type": "number" }, { "key": "FDEPARTMENTID", "label": "申请部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FSETTLEORGID", "label": "结算组织", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FPURCHASEORGID", "label": "采购组织", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPAYORGID", "label": "付款组织", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASEDEPTID", "label": "采购部门", "type": "obj", "required": false, "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FPURCHASERGROUPID", "label": "采购组", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPURCHASERID", "label": "采购员", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FScanPoint", "label": "扫描点", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FSettleTypeID", "label": "结算方式", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FMAINBOOKSTDCURRID", "label": "本位币", "type": "obj", "items": [ { "key": "FNumber", "label": "编码", "dropdown": true, "required": true, "choices": [ { "key": "error", "label": "获取数据失败,请检查授权设置或手动填写" } ] } ] }, { "key": "FEXCHANGETYPE", "label": "汇率类型", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FExchangeRate", "label": "汇率", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNT", "label": "不含税金额本位币", "required": false, "type": "number" }, { "key": "FTAXAMOUNT", "label": "税额本位币", "required": false, "type": "number" }, { "key": "FACCNTTIMEJUDGETIME", "label": "到期日计算日期", "required": true, "type": "string", "help_txt": "示例:1900-01-01" }, { "key": "FCancelStatus", "label": "作废状态", "required": true, "type": "string" }, { "key": "FBUSINESSTYPE", "label": "业务类型", "required": false, "type": "string" }, { "key": "FHisLoanBalanceFor", "label": "历史借款余额原币", "required": false, "type": "number" }, { "key": "FPRESETBASE1", "label": "预设基础资料字段1", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETBASE2", "label": "预设基础资料字段2", "type": "obj", "items": [ { "key": "FNUMBER", "label": "编码" } ] }, { "key": "FPRESETASSISTANT1", "label": "预设辅助资料字段1", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETASSISTANT2", "label": "预设辅助资料字段2", "type": "obj", "items": [ { "key": "FNumber", "label": "编码" } ] }, { "key": "FPRESETTEXT1", "label": "预设文本字段1", "type": "string", "required": false }, { "key": "FPRESETTEXT2", "label": "预设文本字段2", "type": "string", "required": false }, { "key": "FEntity", "label": "费用项目编码", "type": "group", "required": false, "items": [ { "key": "FCOSTID", "label": "费用项目编码", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FCOSTDEPARTMENTID", "label": "费用承担部门", "type": "obj", "items": [ { "key": "FNumber", "required": true, "label": "编码" } ] }, { "key": "FINVOICETYPE", "label": "发票类型", "help_txt": "该字段需要填写枚举值(增值税默认枚举值1 普通发票默认枚举值2),请登录云星空BOS开发平台获取,示例:1", "required": true, "type": "string" }, { "key": "FEntryTaxRate", "label": "税率(%)", "help_txt": "", "required": false, "type": "number" }, { "key": "FNOTAXAMOUNTFOR", "label": "不含税金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTAXAMOUNTFOR", "label": "税额", "help_txt": "", "required": false, "type": "number" }, { "key": "FTOTALAMOUNTFOR", "label": "总金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FCOMMENT", "label": "备注", "help_txt": "", "required": false, "type": "string" }, { "key": "FSourceBillNo", "label": "源单编号", "help_txt": "", "required": false, "type": "string" }, { "key": "FCREATEINVOICE", "label": "已生成发票", "help_txt": "", "required": false, "type": "boolean" }, { "key": "FIVAmountFor", "label": "已开票金额", "help_txt": "", "required": false, "type": "number" }, { "key": "FPaySubEntity", "label": "付款单FID", "type": "group", "items": [ { "key": "FDetailID", "label": "编码", "type": "number", "required": true } ] }, { "key": "self_fields", "label": "自定义字段", "type": "group", "items": [ { "key": "self_fields_key", "label": "自定义字段key", "type": "string", "help_txt": "您可以在金蝶云星空后台-基础资料-API中查看,详情可以参考文档" }, { "key": "self_fields_value", "label": "自定义字段值", "type": "string", "help_txt": "" }, { "key": "self_fields_is_code", "label": "是否为编码", "type": "string", "help_txt": "", "dropdown": true, "defaulttext": "false", "choices": [ { "key": "true", "label": "是" }, { "key": "false", "label": "否" } ] }, { "key": "self_fields_code_key", "label": "自定义编码key值", "type": "string", "help_txt": "" } ] } ] } ], "12": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "SelectedPostId", "label": "工作流发起员工岗位内码", "type": "number", "help_txt": "员工身兼多岗时不传参默认取第一个岗位" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ], "13": [ { "key": "CreateOrgId", "label": "创建者组织内码", "type": "number" }, { "key": "Numbers", "label": "单据编码", "multiples": true, "help_txt": "和单据内码选一个填写" }, { "key": "Ids", "label": "单据内码", "multiples": true, "help_txt": "和单据编码选一个填写" }, { "key": "NetworkCtrl", "label": "是否启用网控", "type": "boolean" } ] } false [] [] [ { "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": 52, "name": "日期时间格式变更", "description": "<p>日期时间格式变更帮助解决不同应用步骤中对日期时间格式的不同要求。比如应用A中的日期格式是“年月日”的格式,应用B中的日期格式是时间戳或者其他时间格式,在这种情况下,我们可以在应用A步骤与应用B步骤之间添加一个日期时间格式变更步骤,将时间格式转换后再进行同步。</p>", "popular": 55, "published_at": "2021-10-25T03:26:32.000Z", "created_at": "2021-10-25T03:26:30.000Z", "updated_at": "2023-02-20T11:20:39.000Z", "app_id": "89", "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": 3479, "name": "datetime.svg", "alternativeText": "", "caption": "", "width": 50, "height": 50, "formats": null, "hash": "datetime_bed27e05e9", "ext": ".svg", "mime": "image/svg+xml", "size": 1.4, "url": "/uploads/datetime_bed27e05e9.svg", "previewUrl": null, "provider": "local", "provider_metadata": null, "created_at": "2022-04-21T08:50:28.000Z", "updated_at": "2022-04-21T08:50:28.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": 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": 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": 54, "key": null, "published_at": "2021-11-24T06:44:05.000Z", "created_at": "2021-11-24T06:44:03.000Z", "updated_at": "2023-11-06T07:41:35.000Z", "action_id": "241", "action_name": "日期时间格式调整", "error": null, "description": "调整其他步骤中日期时间字段格式以便用于后续步骤中与其他系统对接", "action_type": "action", "app": null, "template": null, "action_key": "241" }, { "id": 2695, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2481", "action_name": "新建其他应付单", "error": null, "description": "新建其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2481" }, { "id": 2696, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:47.000Z", "action_id": "2482", "action_name": "提交其他应付单", "error": null, "description": "提交其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2482" }, { "id": 2697, "key": null, "published_at": "2022-07-21T11:30:18.000Z", "created_at": "2022-07-21T11:30:18.000Z", "updated_at": "2023-11-06T07:46:48.000Z", "action_id": "2483", "action_name": "审核其他应付单", "error": null, "description": "审核其他应付单", "action_type": "action", "app": null, "template": null, "action_key": "2483" }, { "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": 2933, "key": null, "published_at": "2022-08-11T04:09:25.000Z", "created_at": "2022-08-11T04:09:25.000Z", "updated_at": "2023-11-06T07:38:27.000Z", "action_id": "2635", "action_name": "当符合条件的审批流实例结束时", "error": null, "description": "当符合条件的审批流实例结束时", "action_type": "trigger", "app": null, "template": null, "action_key": "2635" }, { "id": 366, "key": null, "published_at": "2021-11-29T10:03:55.000Z", "created_at": "2021-11-29T10:03:53.000Z", "updated_at": "2023-11-06T07:38:11.000Z", "action_id": "406", "action_name": "查询审批实例详情", "error": null, "description": "钉钉(自建应用)查询审批实例详情", "action_type": "action", "app": null, "template": null, "action_key": "406" } ] [] [] 100+ 100+ 62 27 57