Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

I have a requirement, In which I need to use catalog item variables inside MRVS.In mrvs, I have one lookup select box, and I want to display values in the lookup select box based on the value of catalog item variable.
I have requirement in which user with admin role is able to see the 'download all' button in attachment popup but other users are not able to see that button.
I  want to change RITM state based on the SCTASK state, and don't want to run any business rules or workflow while doing this ,so I write following script:change_state();function change_state() {var gr = new GlideRecord("sc_task");gr.addEncodedQuery(...