Copy data from service case to interaction in Customer Service
Is there any easy/OOTB way to copy data from service case to interaction?
For example, when we complete a service case and go back to the interaction driver, we want to show an update in a composite tab immediately.
We copied it to D_Interaction, but it did not automatically copied to pyWorkPage (Interaction WO).

@Will Cho The D_Interaction page (while marked as Editable) is still essentially a read only page for cross thread (Interaction and service cases) data presentation. It's not meant to be updated by a service case thread to show on the composite tab immediately.
In the address change case, the activity CAAddressChange used to something like you're asking. We would remove the D_Interaction.Account property and then set the .CompositeRefreshDateTime property that would trigger the composite refresh. Some of the the included sections in the CPMCompositeTabs section are configured to refresh on that property change.
Amit