start

This is an old revision of the document!


Welcome to S N O


JavaScript Snippets

//
gs.info('Hello, world!');
//
var gr = new GlideRecord('task');
gr.addActiveQuery();
gr.query();

while (gr.next()) {
    gs.info(gr.getValue('number'));
}
//
function onLoad() {

  alert('Current state value is: ' + g_form.getValue('state'));

}









































































  • start.1708366554.txt.gz
  • Last modified: 2024/02/19 10:15
  • by johnsonjohn