How does Server's data synch back to client?

M

Michelle

I have a backend process that updates data directly to my Enterprise Server.
How do I get the Server to synch back to the client?

Thanks!
Michelle
 
B

Bart

Manually click on Update in the "Updates" tab of PWA

You can also code something directly to the MSP_ASSIGNMENTS_TIMEPHASED
tables and setting the falg to dirty (=ext edited) but that is quite an art
to get it 100% correct. Via the "normal" interfaces (client object model,
PDS, user interface) there is no easy, automatic way to do this.

Bart
 
Top