Resolved! in the 'On Load' i am trying to solve this issue
When the Page is Loaded,Display the state value on the alert box and short description as (Incident number + category +channel) function onLoad() {alert('The state is' + g_form.getValue('state'));g_form.setValue('short_description','number');}alert('...
