I’m attempting to pass session variables into GetByID method call. Problem is that all of the session variables appear to be strings, and I need to convert one of them to an Integer for the method call to work.
Couldn’t get it work passing the context values into method parameters. I was able to get around it by assigning them directly to the KeyFields dataview with “row-update”.