csharp 获取BPM中运行BO的当前实例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 获取BPM中运行BO的当前实例相关的知识,希望对你有一定的参考价值。

// It looks like in E10.1 the defaultImpl is set to private and 
// they created a getter called DefaultImpl
this.DefaultImpl 
//This will give you access to the current instance of the BO within BPM. 
//For example on Order Update BPM you need to run a GetByID You woudl do as follows

SalesOrderTableset sots = this.DefaultImpl.GetByID(5555);
//No need to instanciate another Sales Order BO
this.defaultImpl 
//This will give you access to the current instance of the BO within BPM. 
//For example on Order Update BPM you need to run a GetByID You woudl do as follows

SalesOrderTableset sots = this.defaultImpl.GetByID(5555);
//No need to instanciate another Sales Order BO

以上是关于csharp 获取BPM中运行BO的当前实例的主要内容,如果未能解决你的问题,请参考以下文章

csharp Epicor - 示例LINQ BPM w /一些左连接

csharp:workflow and bpm(Business Process Management)

BPM实例方案分享:表单子表自动填入数据

csharp aspnetwithvuebinding\bo\health.cs

csharp 创建Epicor BO Instace WCF

csharp Erp.BO.BomSearchDataSet.PartMtlRow.cs