do reference qualifiers run on the server or client side?

juan9
Giga Guru

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,

Screenshot 2024-10-24 at 1.30.26 PM.png

 

 

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

1 ACCEPTED SOLUTION

DrewW
Mega Sage
Mega Sage

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.

 

View solution in original post

1 REPLY 1

DrewW
Mega Sage
Mega Sage

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.