Answered
Get collection items in a prior case
I would like to get a list of the collection items in a case other than the current.
I am able to use CHelper.getEntityAttribute for most data points (bool, str, int, etc)
This throws an error for collections.
Additionally - CHelper.GetValueAsCollection does not have a filter to pull the desired information from the single case.
Is there a manner to retrieve collection items from collections not related to the current process?
Data model is as follows
MasterEntity ---->*CollectionEntity---->ParameterEntity
Thank you
Dear Mike,
You requiere to follow this article to resolve it: http://help.bizagi.com/bpm-suite/en/index.html?access_entities_not_related_to.htm
The function is used quite similar for your data model:
Regards
Comments have been locked on this page!