-
APL函數(shù)代碼開(kāi)放場(chǎng)景-計(jì)劃任務(wù) 支持創(chuàng)建函數(shù)任務(wù),用于執(zhí)行定期計(jì)劃的函數(shù)任務(wù),可滿足企業(yè)定期批量處理數(shù)據(jù)的需求。實(shí)際應(yīng)用場(chǎng)景:定期批量處理客戶,例如將最近跟進(jìn)時(shí)間早于半年的客戶進(jìn)行定期作廢。使用方法:綁定對(duì)象,并且設(shè)置正確的條件在函數(shù)中的context.objectIds,即為符合條件的對(duì)象id對(duì)符合條件的對(duì)象id進(jìn)行操作即可注意事項(xiàng):一個(gè)計(jì)劃任
-
APL函數(shù)代碼開(kāi)放場(chǎng)景-范圍規(guī)則Java接口說(shuō)明 1. 返回類型為L(zhǎng)istpackage fx.custom.apl.example.scope_rule;import com.fxiaoke.functions.FunctionContext;import com.fxiaoke.functions.Fx;import com.fxiaoke.functions.client.DebugHelper;import com.fxiaoke.functions.model.*;import com.fxiaoke.functions.template.IQueryListAction;import com.fxiaoke.functi
-
APL函數(shù)代碼開(kāi)放場(chǎng)景-UI事件Java接口說(shuō)明 packagefx.custom.apl.example.ui_event;importcom.fxiaoke.functions.FunctionContext;importcom.fxiaoke.functions.Fx;importcom.fxiaoke.functions.client.DebugHelper;importcom.fxiaoke.functions.model.Remind;importcom.fxiaoke.functions.template.IUIEventAction;
-
APL函數(shù)代碼開(kāi)放場(chǎng)景-UI事件Groovy代碼示例 一、數(shù)據(jù)更新事件-函數(shù)編寫模板:(1)在新建/編輯頁(yè),當(dāng)某一字段修改(值改變且失焦)時(shí),觸發(fā)自定義函數(shù)來(lái)更新主對(duì)象或從對(duì)象的數(shù)據(jù)Groovy:// 獲取當(dāng)前頁(yè)面標(biāo)識(shí) Add:新建頁(yè)面,Edit:編輯頁(yè)面context.actionPage//新建UIEvent事件UIEvent event = UIEvent.build(context) { //把字段設(shè)置為只讀、隱藏、必填
-
APL函數(shù)代碼開(kāi)放場(chǎng)景-流程常見(jiàn)問(wèn)題 1.1 context.data / context.detail 里面的數(shù)據(jù)是什么?工作流觸發(fā)函數(shù)時(shí),會(huì)帶上觸發(fā)的數(shù)據(jù)id,函數(shù)默認(rèn)會(huì)用標(biāo)準(zhǔn)能力進(jìn)行一次主/從查詢,將查詢到的數(shù)據(jù)放到 context.data(主數(shù)據(jù)) /context.detail(從數(shù)據(jù))里面。但在工作流觸發(fā)函數(shù)時(shí),如果使用上了計(jì)算字段、引用字段、統(tǒng)計(jì)字段,這些動(dòng)態(tài)字段會(huì)存在還未完全更新的情