Hi Rama, Im trying to figurate something out, you said “If you are going to call a server function cross class you have to first go server side on the class you are currently in!” and “Class A local (non server) calls Class A server function to then call Server function in Class B”. This is fine is you want to call just some server side function and thats all.
But, what happen if you dont want to execute server function of other class directly and first you want to execute a client function that returns some parameter to finaly pass it to the server function?. I mean, Class A local (non server) calls Class A server function, then call client function of Class B that returns some parameter to pass it finally to a server side function also in class B. Im not sure if im explaining well. This question is also extended to all calls that can be done after the final server function.
Thanksss for all!