When we create a new service, we create a rule that copies values from attributes and properties within the service’s process-oriented object into the corresponding fields in the Summary CASE object. Current Activity, State, and Case Ref properties, which already have matching properties in the Summary CASE object.
What I would like to do, if possible, is copy some service-specific properties into the Summary CASE object so that they can be displayed on a Case List page in Central. This page would only be visible to a specific user group, and for it to be useful, I’d like to include some properties that are unique to this service.
Because these properties are only relevant to this particular service, there are currently no corresponding fields in the Summary CASE object. I understand that the Summary CASE object is used to aggregate information from all cases across all services within the Host application, and that this information is then shared with Central. However, I’m not clear on how the data is transferred from the Summary CASE object in Host to what I assume is the CASE object in Central.
Could someone advise on the correct approach if I want to make properties from my Print Order [DATA] object in the Host, available in Central? Is it simply a case of:
-
Adding the required properties to the Summary CASE object in Host.
-
Populating those properties via a rule.
-
Making corresponding changes in Central
If so, what additional configuration is required in Central to make those properties available and usable on a Case List page?
New Liberty user, hope this question makes sense.