Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Reports in Service Portal

Hi, I created Database view merging two tables in ServiceNow and created report in table view in ServiceNow.  I want to add report in Service portal, when i try to add the report in out of the box. Its showing as mentioned in below screenshot. But, i...

VikramM1_0-1714653292242.png
VikramM1 by Tera Contributor
  • 408 Views
  • 1 replies
  • 0 helpfuls

Work notes should be editable for all users

Hello everyone. We have a requirement where the form should be readable except the work notes section, i.e. the work notes should be editable for everyone even though they do not have any role. I have created one ACL which I have attached in the scre...

Aamir1Khan by Tera Contributor
  • 1371 Views
  • 6 replies
  • 0 helpfuls

Resolved! Compare end date with start date

Hello Everyone, I have 2 fields Start and End. Whenever i select any furfure date in start date field , my end date should not be more than 21 days from start date. below is the script i tried with but didn't work: function onChange(control, oldValue...

Task are not getting created through Business rule.

Hello team,Here I have developed a catalog item and when it is filled and submitted would create a Request under it, Along with this, I want a Catalog Task to be automatically created through BR. Here BR is getting triggered through flow but tasks ar...

Munna1 by Tera Contributor
  • 1195 Views
  • 9 replies
  • 0 helpfuls

Email Notification |want to add 3rd parameter.

Hi Team, I am working one of the emails notifications, triggering the event corresponding to email via BR.My req is I have to pass three parameters in gs.eventQueue('pg.cmdb.hrprofileLOA',gr,records,gr.u_p_owned.getDisplayValue(),gr.owned.getDisplayV...

Ankita NA by Tera Contributor
  • 542 Views
  • 2 replies
  • 1 helpfuls

Comparison of excel with CMDB table

Hello Team, I have an use case to compare the excel with CMDB_CI table. I have to compare the name/ system name/ serial number from excel with respective fields in CMDB table. I don't want to insert/ update any CI in the table. Here, I need to count ...

MMDivya by Tera Contributor
  • 877 Views
  • 4 replies
  • 0 helpfuls

Catalog Item on UI Page

Hello,I have a UI page that is called within a GlideDialog. Now, I've also got a CatalogItem to add. How can I display this Catalog Item on my UI page?<div class="border-box-content" id="catalog_item_container"> //here the form of the Catalog Ite...