UI Page Iframe Help

tejumes
Kilo Guru

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?

1 ACCEPTED SOLUTION

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


View solution in original post

13 REPLIES 13

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");


Can you check my instance. dev14783


userid : admin13


pwd : admin


UI Page :- baselineTest-edited-direct


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}?


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