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 ☺
09-20-2018
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...
09-06-2018
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.
09-04-2018
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.
07-12-2018
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...