"Do Not Lock" Option in subcase locking configuration
We can set parent case locking in the subcase locking configuration (subcase is instantiated as part of a parent case). The default option is to lock the parent case when the subcase is being worked on. This is the recommended approach for most use cases. However, there is a "Do not lock" option available in the locking configuration of the subcase that removes the locking of the parent case when a subcase is being worked on. This provides the benefit of simultaneously processing the parent case and sub case. The downside to this is that the changes to properties in the subcase is not reflected in the parent case.
If we have an arbitrary use case that requires:
- Simultaneous processing of both parent case and sub case
- Synchronization of referenced properties between sub case and parent case
How would we configure the locking options or provide alternative PRPC configurations to support both requirements?
Thank you in advance.