Get sysparm value from URL in a list control
I have a list control for that I want to customize so if a specific sysparm(sysparm_nonew) appears in the url, I want to hide the new button.But I can't find how get get the sysparm_nonew from the url. I tried "gs.action.getGlideURI().getMap().get('s...

