Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 02:06 AM
Chetan,
Your solution was really helpful. One more question.
In order to auto populate the some fields data from Incident form to UI page fields ( for example Ticket number, state, priority short description) , i should use autocomplete="on", right? . <input type="text" class="form-control input-lg" id="ticket_number" name="ticket_number" value="" autocomplete="on"> correct me If I am wrong,
or else is there anything else I can use in the script?
For referencing the data, I am using
<td><label for="configuration Item"> Configuration item:</label></td>
<td><g:ui_reference name="ci" table="cmdb_ci" value="${jvar_cmdbi}"