As far as I understand it, CMf data can only be queried using a DataAction as not all CMf Data is publically available.
So if I am filtering quite a big amount of business data using an aggregate I don't see a way to add CMf information (e. g. case status) in a performant way avoiding loops that query CMf for each single entry. Did I miss something or is there no satisfying way to do it?
Hi Marius,
I did some tests using the cmf framework and the queriable fields were from the case entity, so at that time the solution was to include in the case entity the necessary fields to be able to filter.
The data was duplicated in the case entity just for this purpose.
Hope that it helps you
Thanks for your reply. I missed that entity in CMf. Working smoothly now !
Hi,
seems you are right, only thing which I can see here is only few filters on CMF's data action and pagination. Otherwise don't able to see any other option. Also want to know more about it if you get any solution of this.
I am happy to share with you in case we find something.