低代碼宜搭費控與金蝶云星空財務集成
低代碼宜搭費控與金蝶云星空財務集成
通過宜搭低代碼平臺快速搭建出來的費用報銷應用需要與金蝶云星空財務系統(tǒng)數(shù)據(jù)實現(xiàn)無縫集成打通。通過接口對接的方式,可視化界面配置實現(xiàn)數(shù)據(jù)源和數(shù)據(jù)目的地的連接,即可開始執(zhí)行數(shù)據(jù)同步工作,支持數(shù)據(jù)實時同步。
整體業(yè)務架構(gòu)設(shè)計
依托宜搭強大的低代碼開發(fā)能力,構(gòu)建了一整套的資金費控系統(tǒng)全生命周期管理。
再通過宜搭開放的接口能力,我們將審批流程與財務系統(tǒng)、支付系統(tǒng)打通?,F(xiàn)在日常報銷、對外付款,資金上交下?lián)艿葮I(yè)務只需手機點一點審批,后續(xù)記賬、付款數(shù)據(jù)自動生成,大幅提升了效率,節(jié)約了人工。借助系統(tǒng)集成的實時數(shù)據(jù)集成API統(tǒng)一管理,可視化的配置工具,實現(xiàn)低代碼集成方案,非入侵式、松耦合集成,不侵入現(xiàn)有業(yè)務系統(tǒng),敏捷交付開箱即用,豐富的場景化集成方案,幫助企業(yè)告別數(shù)據(jù)孤。
主數(shù)據(jù)集成實現(xiàn)
集成流程
集成平臺配置實現(xiàn)
一、新增集成方案配置
設(shè)置集成方案編碼、名稱、優(yōu)先級(默認為0),最大重試次數(shù),集成同步定時策略。
通過系統(tǒng)集成平臺配置數(shù)據(jù)源的【接入系統(tǒng)】,分別選擇
源數(shù)據(jù)平臺=>金蝶云星空;
連接器=>對應金蝶的授權(quán)連接器;
接口=>金蝶云星空供應商查詢接口;
通過系統(tǒng)集成平臺配置【寫入系統(tǒng)】,分別選擇
源數(shù)據(jù)平臺=>阿里宜搭;
連接器=>宜搭連接器;
接口=>新增表單實例接口;
二、配置源平臺取數(shù)規(guī)則
進入集成平臺的詳情頁面,選擇【源平臺配置】頁簽,可以開始可視化的配置金蝶的【查詢供應商接口】取數(shù)規(guī)則。
三、金蝶查詢供應商接口配置集成元數(shù)據(jù)
調(diào)用金蝶列表查詢接口【executeBillQuery】并且傳入【FormId=BD_Supplier】
{ "api": "executeBillQuery", "type": "QUERY", "method": "POST", "number": "FNumber", "id": "FSupplierId", "pagination": { "pageSize": 100 }, "idCheck": true, "request": [ { "field": "FSupplierId", "label": "FSupplierId", "type": "string", "is_required": true, "describe": null, "value": "FSupplierId" }, { "field": "FNumber", "label": "編碼", "type": "string", "is_required": true, "describe": null, "value": "FNumber" }, { "field": "FName", "label": "名稱", "type": "string", "is_required": true, "describe": null, "value": "FName" }, { "field": "FCreateOrgId_FNumber", "label": "創(chuàng)建組織", "type": "string", "is_required": true, "describe": null, "value": "FCreateOrgId.FNumber" } ], "otherRequest": [ { "field": "Limit", "label": "最大行數(shù)", "type": "string", "is_required": true, "describe": "金蝶的查詢分頁參數(shù)", "value": "{{PAGINATION_PAGE_SIZE}}" }, { "field": "StartRow", "label": "開始行索引", "type": "string", "is_required": true, "describe": "金蝶的查詢分頁參數(shù)", "value": "{{PAGINATION_START_ROW}}" }, { "field": "TopRowCount", "label": "返回總行數(shù)", "type": "int", "is_required": false, "describe": "金蝶的查詢分頁參數(shù)", "value": "0" }, { "field": "FilterString", "label": "過濾條件", "type": "string", "is_required": false, "describe": "示例寫法 FSupplierId.FNumber = 'VEN00010' and FApproveDate>=", "value": "FAuditDate > '{{LAST_SYNC_TIME|datetime}}'" }, { "field": "FieldKeys", "label": "需查詢的字段key集合", "type": "array", "is_required": true, "describe": "金蝶分錄主鍵ID格式:FPOOrderEntry_FEntryId,其它格式 FPurchaseOrgId.FNumber", "parser": { "name": "ArrayToString", "params": "," } }, { "field": "FormId", "label": "業(yè)務對象表單Id", "type": "string", "is_required": true, "describe": "必須填寫金蝶的表單ID如:PUR_PurchaseOrder", "value": "BD_Supplier" } ], "response": [ ], "otherResponse": []}
四、配置目標平臺寫入規(guī)則
進入集成平臺的詳情頁面,選擇【目標平臺配置】頁簽,可以開始可視化的配置宜搭的【表單實例新增接口】發(fā)送數(shù)據(jù)。
注意:宜搭的表單寫入接口必須要配置其它請求參數(shù)【應用ID】【應用密鑰】【表單ID】【釘釘用戶userId】
五、宜搭表單寫入接口集成元數(shù)據(jù)
{ "api":"/v1.0/yida/forms/instances", "type":"EXECUTE", "method":"POST", "number":null, "id":null, "idCheck":true, "request":[ { "parent":null, "label":"供應商名稱", "field":"textField_ku6aw61g", "type":"string", "id":"textField_ku6aw61g", "value":"{{FName}}" }, { "parent":null, "label":"供應商編碼", "field":"textField_ku6aw61h", "type":"string", "id":"textField_ku6aw61h", "value":"{{FNumber}}" }, { "parent":null, "label":"類型", "field":"textField_ku6aw61f", "type":"string", "value":"供應商", "id":"textField_ku6aw61f" } ], "otherRequest":[ { "field":"appType", "label":"應用ID", "type":"string", "is_required":false, "value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX" }, { "field":"systemToken", "label":"應用秘鑰", "type":"string", "is_required":false, "describe":"在應用數(shù)據(jù)中獲取。", "value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXX" }, { "field":"language", "label":"語言", "type":"string", "is_required":false, "describe":null, "value":"zh_CN" }, { "field":"formUuid", "label":"表單ID", "type":"string", "is_required":false, "value":"FORM-XXXXXXXXXXXXXXXXXXXXXXX" }, { "field":"userId", "label":"釘釘?shù)膗serId", "type":"string", "is_required":false, "describe":null, "value":"16000443318138909" } ], "response":[ ], "otherResponse":[ ]}
費用報銷業(yè)務集成實現(xiàn)
集成流程
集成平臺配置實現(xiàn)
一、新增集成方案配置
通過系統(tǒng)集成平臺,設(shè)置集成方案編碼、名稱(Ioan_新借款單(費用申請單))、優(yōu)先級(默認為0),最大重試次數(shù),集成同步定時策略。
二、配置源平臺宜搭取數(shù)方式
進入集成平臺方案詳情頁面,選擇【源平臺配置】頁簽??梢蚤_始配置如何調(diào)用宜搭數(shù)據(jù)查詢接口。
三、配置寫入金蝶費用申請單接口
進入【目標平臺配置】開始配置金蝶費用申請單寫入接口。 在頁面左側(cè)可以選擇對應的字段與宜搭字段的對應關(guān)系。
通過系統(tǒng)集成平臺配置完成之后即可實現(xiàn):金蝶云星空與阿里宜搭自建費控應用如何與金蝶云星空對接打通。