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

Forum Posts

Trying to set a delay in the script

I am trying to set a delay in the script and after 1 sec I want the queries to run, but I am unable to see the logs and the code is not executing at all line 64 log is not visible in the logs

find_real_file.png
Ella1 by Kilo Expert
  • 7967 Views
  • 8 replies
  • 0 helpfuls

ServiceNow implementation /Project plan

Hi, our org is going to implement servicenow as a new ITSM tool. Could anyone please point out if there are generic project /implementation plans I can look for?

Imran Shad by Mega Expert
  • 2548 Views
  • 1 replies
  • 2 helpfuls

Resolved! Add custom role to all users

i am developing a custom application on my PDI and have created a record producer to use on the service catalog. However, each time a user makes the request, i get an error message 'Requested record not found' . Adding the custom role to the user see...

find_real_file.png

Resolved! Does Not starts with condition in addQuery

Hi Community, I need help in filtering the records , which does not starts with in addQuery() method. How can we achieve this? Any help would  be greatly appreciated. Thanks, Pihu

Pihu1 by Tera Contributor
  • 2707 Views
  • 6 replies
  • 3 helpfuls

Resolved! SubQuery usage in Encoded Queries.

Hi All, I just noticed the below code in one of the Relationships. Can you please explain "SubQuery" ?  current.addEncodedQuery("SUBQUERYsys_id,document_id,interaction_related_record^interaction=" + parent.sys_id + "^ENDSUBQUERY");   Applies to Table...

Community Alums by Community Alums  
  • 4468 Views
  • 2 replies
  • 10 helpfuls

Resolved! Combine XML Export for Data Import

I know this is possible, but I can't figure out how to make it work. What tags can I manipulate to combine multiple XML exports so I only have to import one file. For example, if create a role and a group, then assign the role to the group, then assi...

Show and make a field mandatory based on group membership

Hey all,I have a requirement to have a field on the incident form and have it mandatory only when the logged in user is part of a specific group. I have tried a client script, business rules and UI Policy's using both g_form and gs.isMemberOf but i c...

scottjus82 by Kilo Guru
  • 4473 Views
  • 5 replies
  • 6 helpfuls

Resolved! Script Include: Returning Null Value

Hi All, I have written an onLoad() Catalog Client Script where I used GlideAjax which is calling a script include. Script Include has the simple glide record query where it fetches a date time field value based on the query result. When I execute the...

kutvaram by Tera Expert
  • 3103 Views
  • 18 replies
  • 0 helpfuls

Custom Interactive Filter for a String field

Hi All, As described in the example on servicenow docs I have created a UI macro for a custom interactive filter for a string field as below : In the example after this it says to create a custom dashboard object where we will pass the name of this U...

find_real_file.png

Resolved! Lookup Select Box reference qualifier help

I have two OOB tables: cmdb_ci_service and cmdb_rel_ciI have two variables on the catalog item form:1) App ( lookup select box ) variable with cmdb_ci_service table reference. 2) server ( lookup select box ) variable with cmdb_rel_ci table reference ...

Choice fields on Child Table should not reflect on Parent table

Hello, I have a child Table named Child-1 which extends to table "parent-1" The "parent-1" table extends to "Parent-2". I have a field "stage"(type: choice) on parent-2 table which will eventually inherited to child-1 table. Now I have to add choice ...

Kumar72 by Kilo Explorer
  • 1528 Views
  • 1 replies
  • 0 helpfuls