- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 11:33 AM
do reference qualifiers run on the server or client side?
I was willing to bet the house that reference qualifiers ran on the server because I can call current from it,
but that cant be true because when I change assignment_group that changes the users shown in assigned to.
is it running on the server, if yes how does the server know what the form values contain if the form has not been saved
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 11:55 AM
But the client makes a call to the server to get the list of records to display and there is no reason that the system cannot also include all of the changed values from the record you are looking at.
So I would say its a little bit client side and all the important bits server side.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 11:55 AM
But the client makes a call to the server to get the list of records to display and there is no reason that the system cannot also include all of the changed values from the record you are looking at.
So I would say its a little bit client side and all the important bits server side.