calling server.get() & server.update() -Server Script from Client controller
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 09:26 AM
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
Labels:
- 51,718 Views
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 06:42 AM
Thanks
This is very helpful and explained like this makes a lot more sense.