How can I get current form view in Service Portal?
I'm currently trying to get a form's view in Service Portal. In the back-end using getView() works without a hitch, but it isn't accessible from the portal. g_form.getViewName() doesn't give JavaScript errors, but it always returns an empty string. I...