Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

V2 and V3 update in logistic information system....

Former Member
0 Kudos

Hello Gurus,

I would like to know the difference between V2 and V3 update. I know that V1 update is immediate. Incase of Logistic information if we choose V1, then the statistical update is made as soon as document update is done.

But when does the update occurs if we choose V2 or V3 update ?

Plase help.

1 REPLY 1

Former Member
0 Kudos

Hi,

V2 update:

It is also called as "ASYNCHRONOUS" update.

Whenever the data is posted into your application table it'll be updated to your datatarget with some time delay. so it's called as asynchronous update.

V3 update:

It is also called as "COLLECTIVE" update.

Whenever the data is posted into your application table it'll be updated to your datatarget packet by packet.

Regards,

Chithra