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!
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