Question
Capgemini
IN
Last activity: 25 Oct 2024 3:26 EDT
How can i pass value to a different thread in the same case.
I have a requirement in which i can add some value in the case information section. I have to show these value from the left panel which is in review harness and can update these value(ref. value 2 section).
But when i am trying to update the value from the left side panel. the values are not persisting, its taking the older value. this is happening because both the instances are running in two different threads. That's how cosmos UI works.
Then how can i pass the updates values from this thread(thread 2) to the main thread(thread 1) to persist it.
I have tried doing Obj-open and then obj-save and commit for saving the details, Still when i clicking on Save button, its overriding with the earlier value. The above section which has save button is running in different thread(DCSPA_UserPortal_MTSP1/ACPRIMARY_0 ) and the below table value 2 is running in different thread. when i am doing any update using the pencil icon in the value 2 table and then click on save , the value 2 list is showing the old values.
Thanks in advance.