Talk:Other Rules
From Business Process Management, BPM and Workflow Automation Wiki | BizAgi BPMS
Comments on Other Rules
James.lukan said ...
Bizagi Xpress Support said ...
Thank you very much for your comment. We have updated the article.
--Bizagi Xpress Support 17:26, 15 February 2011 (COT)
Wajid.khilji said ...
I think its important to be able to get entity attributes by SurrogateKeyValue
--Wajid.khilji 05:35, 22 October 2013 (MDT)
For those of us without scripting experience, it is worth explaining that a String attribute value requires single quotes when using GetEntityList for several conditions. Example:
CEntityManager.GetEntity("Client").GetEntityList("","","ClientName = '"+<OtherAttributeRelatedPV>+"' AND OtherAttributeName Operator Value ", "");
--James.lukan 13:11, 15 February 2011 (COT)