Question
IKOR
AU
Last activity: 13 Aug 2021 4:13 EDT
Work Object Creation - On launch of Portal
Requirement:-
As, soon as the Portal is launched (New Portal) à after user login, a case / work object should be created and displayed in the UI. So, the case creation should be done automatically. There should not be any manual intervention.
- The Case is initially a temporary case, it is persisted later as user works on the case.
Solution Tried:-
- Update the PreDiaplayHarness to call an activity (Create Top Level Case) to create the work object. The WO is getting created, but not getting saved to DB – because of temporary case. So this approach is not working.
- Updated the PreDisplayHarness to Publish an Event( Notification Channel) ; and later from the screen subscribe it , and create the work object. This is working, but have some issues.
Please let me know, if there are some other approach.