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

User Activity

Hi everyone,someone who has supported this micro certification, can you tell me the questions that came up for the exam and the material consulted to study?Thanks ☺
I would need to derive, starting from the body of a response to a REST call {responseBody = response.getBody ();} the amount of rows, and extract single field arrays in order to populate a table.I saw on the Documentation that the getBody () method r...
Hi, I want to refresh automatically a Related List after a field change, without click on (right click → Refresh List). how can I do? Thanks to all.
Hi, Is it possible to convert a decimal field (representing hours) into the 'hh: ss' format?Example:1.5 h → 1h 30 minutes Thank you.
Hello,I have a Choice field whose list depends on another field (Reference to another table).I retrieve the list via a GlideAjax and a Script Include. I made a double Client Script (one onChange and another onLoad). It seems to work, but from the lis...