35
Views
4
Comments
Solved
[Case Management framework] How to query Business Data combined with CMf Data in a performant way
case-management-framework
Service icon
Forge asset by OutSystems
Service Studio Version
11.14.16 (Build 60354)

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?

UserImage.jpg
Alexandre Yip
Solution

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 

2022-06-10 10-40-46
Marius Neumann

Thanks for your reply. I missed that entity in CMf. Working smoothly now !

UserImage.jpg
vikas sharma
Champion

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.

2022-06-10 10-40-46
Marius Neumann

I am happy to share with you in case we find something. 

UserImage.jpg
Alexandre Yip
Solution

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 

2022-06-10 10-40-46
Marius Neumann

Thanks for your reply. I missed that entity in CMf. Working smoothly now !

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.