79
Views
1
Comments
[Case Management framework] Initializing CaseDefinitions in CMF
case-management-framework
Service icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.53.0 (Build 60495)

Hey all,

I'm looking at testing out CMF for our use case and I noticed that the CMF StarterApp still uses the deprecated SetupCaseManagementApplication action. I'm attempting to instead use CaseDefinition_CreateOrUpdate from the CaseConfigurations_API module but I'm struggling to understand what the 'EntityId' field is used for? Or what I would put there?


Edit: It looks like the system module defines the Entity table for me, but I'm still at loss as to the best way to grab the specific Entity's ID without hardcoding the name into the Aggregate.

Thanks!

UserImage.jpg
Deepak Kumar Yogi

Hi Ryan, 

Instead of using the server action you can use the Service Action of SetupCaseManagementApplication.
I think this will resolve your issue.

And About the Entity Id once you have the Application setup ready you can use CaseDefinition_GetEntityId Action to get the output as entity Id


Many Thanks

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