Application Development and Automation 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: 
Read only

LDB

Former Member
0 Likes
540

Hi everyone,

If we use Logical datbase in our program, which event will get triggered first. PUT or GET?

thanks in advance,

Stanley

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

HI,

put will trigger as it collect data from nodes

3 REPLIES 3
Read only

Former Member
0 Likes
512

HI,

put will trigger as it collect data from nodes

Read only

Former Member
0 Likes
511

Hi Stanley,

I think it is PUT which get called first and then it call GET node at runtime.

Check for others reply also.

Regards,

Atish

Read only

p291102
Active Contributor
0 Likes
511

Hi,

GET event is for reading the data

PUT event is for writing the data.

Thanks,

Sankar M