规则定义设置了适用条件,获取不到编码,如何处理
使用适用条件,需要二次开发,调用带有适用属性参数的方法,如下所示:
/**output actionSave_actionPerformed*/ public void actionSave_actionPerformed(ActionEvent e) throws Exception { if (editData.getNumber() == null) { /**获取单据编码*/ String number = getAutoCode(null, editData,"isPay"); /**给控件设置编码*/ txtNumber.setText(number); } super.actionSave_actionPerformed(e); }
/** 获取编码规则(有适用条件)*/ public static String getAutoCode(Context ctx, IObjectValue objValue,String bindingproperty) throws EASBizException, BOSException { ICodingRuleManager codeRuleMgr = null; String companyId = null; if (ctx == null) { companyId = SysContext.getSysContext().getCurrentOrgUnit().getId().toString(); codeRuleMgr = CodingRuleManagerFactory.getRemoteInstance(); } else { companyId = com.kingdee.eas.base.permission.ContextUtils .getCurrentCompanyOrg(ctx); codeRuleMgr = CodingRuleManagerFactory.getLocalInstance(ctx); } CodingRuleInfo ruleInfo = codeRuleMgr.getCodingRule(objValue,companyId, bindingproperty); return codeRuleMgr.getNumber(objValue, ruleInfo); }
规则定义设置了适用条件,获取不到编码,如何处理
使用适用条件,需要二次开发,调用带有适用属性参数的方法,如下所示:/**output actionSave_actionPerformed*/public void actionSave_act...
点击下载文档
本文2024-09-16 22:52:52发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-50981.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷EAI整合規範文件V3.1.07 (集團).pdf
- 鼎捷OpenAPI應用場景說明_基礎資料.pdf
- 鼎捷OpenAPI應用場景說明_財務管理.pdf
- 鼎捷T100 API設計器使用手冊T100 APIDesigner(V1.0).docx
- 鼎新e-GoB2雲端ERP B2 線上課程E6-2應付票據整批郵寄 領取.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A4使用者建立權限設定.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程C3會計開帳與會計傳票.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程E6-1應付票據.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A5-1進銷存參數設定(初階篇).pdf
- 鼎新e-GoB2雲端ERP B2 線上課程D2帳款開帳與票據開帳.pdf
热门文章