Include dynamically selected value by user at run time in the case id prefix in Constellation
Scenario: In Theme Cosmos:
- Case Type is temporary and on create case, user will be shown drop down to select.
- The selected value is used as part of pyId prefix. Ex: pyWorkIDPrefix=Static value + {User selected value}
- Persist Case is called and able to see case id is formed as expected.
In Constellation: To make the above scenario work. we tried below option.
- Created landing page with template as list page with table of contents having dynamic value to be used as work id prefix.
- Configure Create Case as Action in the data type and pass the selected data instance as input to case.
- Configure set up of pyWorkIDPrefix in the flow of create stage (As data passed is copied post pydefault data transform run).
- Call persist case, able to see case id is formed as expected.
But as temporary case is deprecated feature in constellation. Can any please suggest other solutions.