- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2016 08:20 PM
I have a iframe in the UI Page to bring the Incident list. How can i hide the nav header and breadcrumb in my iframe target list?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2016 07:19 AM
Teju,
I believe it should be jvar_ci_name instead of ci_name. Other than that everything looks good.
Thanks,
Abhinay
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2016 10:51 PM
Hi Abhi,
I didn't get the CI Name it is empty, I don't think sysparm_id is capturing the RP.getParameterValue("baseline_name");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2016 10:56 PM
Can you check my instance. dev14783
userid : admin13
pwd : admin
UI Page :- baselineTest-edited-direct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2016 01:11 AM
Hi Abhi,
After some troubleshooting i changed the code and now i can see the ci name in the log but if i cannot see it in CI Name field on update page. anything wrong in the syntax?
<j:while test="${sysGr.next()}">
<tr>
<g:evaluate var="ci_name">
gs.log("documentkey3==>"+"${sysGr.documentkey}");
var conf= new GlideRecord('cmdb_ci');
conf.get("${sysGr.documentkey}");
conf.name;
gs.log("conf_name==>"+conf.name); // i can see the value correctly in the log.
</g:evaluate>
<td>${ci_name}</td> // ci name is not populating in the UI , it is empty.
<td>${sysGr.tablename}</td>
Anything wrong in the syntax ${ci_name}?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2016 07:19 AM
Teju,
I believe it should be jvar_ci_name instead of ci_name. Other than that everything looks good.
Thanks,
Abhinay
PS: Hit like, Helpful or Correct depending on the impact of the response