Servicenow Certification hierarchy
For Developer what is hierarchy for Servicenow Certifications?Is first pre requiste for any role Servicenow Admin Certified? What are next certifications levels
For Developer what is hierarchy for Servicenow Certifications?Is first pre requiste for any role Servicenow Admin Certified? What are next certifications levels
I have requirement to have a list of choices to appear when certain "business services" are selected on incident records. To accomplish this we have configured a set of choice that are dependent on the business services. Currently the only way to...
I've seen some very good content on using events to communicate between widgets (for example this post). However, I don't see how to identify the widget that is emitting or broadcasting the event.Here is the scenario. I want to be able to dynamically...
Hi all,I am trying to check a user's group membership using a client script but I am not having any luck... below is a screen shot of what I have written but it is not working. Could some one please point me in the right direction to achieve this.onC...
please post if any one has the script for it .
Hi, what would be the best practice to cleanup an enitre CMDB? I've tried to do it via a script but unfortunately it didn't work out as the platform couldn't seem to process the deletion/removal for too much records at once. Thank you in advance, ...
I tried many things but here is my latest attempt that creates the above mess:var assigned=org.name.toString().trim();mainTasker.u_glide_list_3=mainTasker.u_glide_list_3.concat(assigned+', ');
Hi SN...Could you please tell me where I can see on what time schedule job ran?I mean can i see 3 days prior on what time job has run.Thanks
On a particular software license,If a user entitlement is deleted/modified, could anyone suggest the best practice to keep track of users who had been entitled to use it ?I could only think of having a table with entries being inserted on delete or m...
i don't understand how sequence field works in service-now ? why do we provide sequence number ?
Hi All,I have an order guide which has 4 catalog items associated with it. I have few On Submit catalog client scripts on these catalog items. They don't seem to work when I click checkout.Please help.Thanks,Kannan
In the portal for the User profile widget, we are using below OOB code for adding displaying the Department and Location. Now as per the requirement, need to have a feasibilty to show the country and need to update it back to the user profile. Iam ab...
I have added a new field called Comments, type is Journal Input:i have selected the following,the only things left available are:I even added a new list field dependent on the comments field, similar to the comments & work notes in task, to no avail:
Hello All,As I looked through the widgets in the Service Portal, I could not find one that I could use to embed static content from the CMS. This seems like something that should have been one of the first widgets developed. Am I missing something? H...
Could you please let me know the how often and the best practice to clone from 'Prod' to 'Dev'?