calling server.get() & server.update() -Server Script from Client controller

Ian Elrick1
Kilo Expert

Hi

I am under the impression that you call server.get() to retrieve data from the server via the server script.

Likewise,  you call server.update() to save\update data to the server via the server script.

 

Can anyone illustrate how you differentiate between both sets of code in a server script when the view form needs to do both save and view?

ie where do you group the server script code for the server . get so an update does not call it and vice versa?

 

Thanks in advance

Regards

 

Ian

5 REPLIES 5

Ian Elrick1
Kilo Expert

Thanks 

This is very helpful and explained like this makes a lot more sense.