Translate dropdown option which is refer to the location table
Is there any way we can translate reference table. For example we want to translate the locations dropdown option which is attached to the location table.
Is there any way we can translate reference table. For example we want to translate the locations dropdown option which is attached to the location table.
When we raise a case ticket , based on service assignment group should populate. For this i have written a script. var val = '';var itSuppGrp = new GlideRecord('sys_user_group');itSuppGrp.addQuery('name','IT Support');itSuppGrp.query();if(itSuppGrp.n...
Hi, I want to capture ServiceNow logged-in user id on my Openframe html page. My html page and JS are deployed on separate application server on-premise(tomcat). Can you please let me know how to get this? ThanksUmesh
Hello.It appears that a record is created in sysapproval_aprover when a record is created in sn_customerservice_registration.What function is used to create the sysapproval_approver record?Business rules? Or another script? ?
Hi Team, Can anyone help me how to the get 3rd additional comment from request?
Hello everyone,My ServiceNow is integrated with NICE Cxone, a telephony system. I would like to create a UI Action on the Workspace where, upon pressing a button, the NICE Cxone will make an outgoing call to a specified number (e.g., 911). While the ...
Hi,I have disabled - Qualification is required for new requests.As per servicenow document(please refer below link), it says if above is disabled than work orders automatically be qualified and moved directly to the next state that is configured for ...
I’m working on adding Agent Assist for a custom case type that extends the base case table in ServiceNow. I followed a below article that suggested adding a condition to the Agent Assist screen (parent.table = my table name). https://www.servicenow.c...
The code is not working. I have to list collector type variable. want to show records based on other. var ASDAgetSupplierAccount = Class.create(); ASDAgetSupplierAccount.prototype = Object.extendsObject(global.AbstractAjaxProcessor, { /*** ...
Hi All,I have a multi-row variable set in my catalog item used for creating record for each row in the mrvs. But it is creating extra records by picking up data from a previous request raised using the catalog item.When the request is submitted it sh...
As an end user each user how many times he opened a portal per day i want to calculate.I left with no clue can any one provide help to go further? how i need to track or get info from portal page to ServiceNow table each time they accessed the portal...
How can we go back to previous option in guided tour after clicking on next button and can we attach screen shots in guided tour??
Hi experts,I have an issue with CSM workspace with emails in activity log.When I click on compose an email action, the currently logged in user is displayed as 'from'. Which is incorrect.But when I checked the incident in the classic view, the sender...
Hi everyone! I've set up a crew with one member who has access to two pieces of equipment. When I assign a task to this crew, both pieces of equipment are being used. However, I only want one of them to be used. How can I make this adjustment? Thanks...
Hello all. I am trying to understand if the following optimisation opportunities would be feasible in the Virtual Agent space? 1. Remove / switch off the natural language bar from Virtual Agent. 2. Add a back button in Virtual Agent which would allo...