March 2017
Beginner
358 pages
9h 51m
English
The following code will write a string like the following to the debug log:
The current incident, INC0001234, with a Short Description "Example Incident", is in a state of Resolved.
gs.debug('The current incident, {0}, with a Short Description "{1}", is in a state of {2}.', current.getValue('number'), current.getValue('short_description'), current.state.getDisplayValue());
Read now
Unlock full access