-
APL函數(shù)代碼開放場景-導入Groovy代碼示例 導入前驗證APL代碼-函數(shù)編寫模板//校驗邏輯log.info(context.data)def data = context.data as Map// 獲取 任務id 和數(shù)據(jù)所屬的行號def taskId = data._TaskId as Stringdef rowNo = data._RowNo as Stringlog.info(taskId)log.info(rowNo)// 從緩存中獲取預處理函數(shù)保存的信息Cache cache = Fx.cache.defaultCachedef key開發(fā)者手冊 295
-
APL函數(shù)代碼開放場景-數(shù)據(jù)集成Java接口說明 packagefx.custom.apl.example.erpdss;importcom.fxiaoke.functions.FunctionContext;importcom.fxiaoke.functions.client.DebugHelper;importcom.fxiaoke.functions.http.HttpResult;importcom.fxiaoke.functions.model.APIResult;importcom.fxiaoke.functions.templat開發(fā)者手冊 465