Table view service - get customSubstVars inside SaveTableView function
Hi,
I need to use inside my Table View service some parameters that are bound to combo boxes in order to write a query, and execute it when the "SaveTableView" function is called.
Unlike the "GetTableView" function,

SaveTableView's signature doesn't provide a parameter that contains all substitution variables (Dictionary<string, string> customSubstVars for GetTableView)

I also tried setting the customSubstVars dictionary into the BRGlobals from the GetTableView function, but once you try getting the dictionary from the globals, it returns null.
Is there no way of getting this customSubstVars dictionary to use it inside SaveTableView?
