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

Forum Posts

Resolved! UI Action button is not visible on the Agent Workspace

Hi All, I have created the UI action button on the custom table and it's supposed to be displayed in the Agent Workspace but its not visibleI have selected this check box also still its not visible "Workspace Form Button"     

ramesh_r_0-1706179105835.png ramesh_r_0-1706179318755.png
ramesh_r by Giga Sage
  • 3870 Views
  • 4 replies
  • 3 helpfuls

Resolved! Script Include is not trigger for non-itil users

Hello,I have a script includes that query 'alm_asset' table to retrieve asset tag. It's working fine as an admin or ITIL user, but when I impersonate an end user with no roles, no data is returned." Could someone please help?  Here is the script incl...

LisaGoldman_0-1696385338955.png

Set a Field Style in form view based on tags

Hi!I want to add a background color to the cmdb_ci field on the incident form (Classic view) based on tags on the ci. I have figured out that I have to use a Client Script, but I do not know who to fetch tags client side. I therefore decided to set t...

Emilie K by Tera Contributor
  • 1124 Views
  • 3 replies
  • 0 helpfuls

HRSD Approvals in service portal

Hi All,We have implementing HRSD for our client. Currently, We have some approval tasks associated with the HR tasks and those approvals are visible in the Employee center 'My Tasks'.Is there any way to show these approvals in service portal as a wid...

Devika3 by Tera Guru
  • 1006 Views
  • 2 replies
  • 0 helpfuls

Knowledge vs Content

I realize ServiceNow has adopted the KCS methodology and with that alone, I'm thankful!  My question is around the definitions between knowledge vs content.  Discussions are happening as to what information should go into ServiceNow and what should b...

cmspitzer by Tera Contributor
  • 3058 Views
  • 2 replies
  • 0 helpfuls

'Checkout' UI action does not appear for some KB articles.

Hello everyone,I have seen articles and other discussion with the same question, but I haven't found a suitable answer for my question.Most of the answers say to Set the versions to OUTDATED instead of RETIREDhttps://www.servicenow.com/community/deve...

AngelP83 by Giga Guru
  • 1357 Views
  • 2 replies
  • 0 helpfuls

Resolved! 'Undefined' error pop-up when loading INCs in any Workspace

Hi. I am receiving a pop-up that reads, "Undefined", every time I open an Incident in a Workspace.Same issue on Agent Workspace and Service Operations Workspace.This only occurs when opening Incidents.  No other record types are affected. I suspect a...

2024-01-24 13_28_05-Last day of month testing v2 - Cal. 3 - Business Calendar START - Month _ no off.png
JR42 by Giga Guru
  • 1525 Views
  • 2 replies
  • 1 helpfuls

Trying to use setWorkflow(false) and update work_notes this does not seem to allow journal fields to be updated when false string fields seem to work ok. Does anyone know how to update work_notes without causing BR to fire

UpdateTasks();function UpdateTasks() {       if (current.sys_id == '') {               return;       }       gs.log('Current user ID 1');       var tasks = new GlideRecord('sc_task');       tasks.addQuery('parent', current.sys_id);       tasks.query(...

eroth by Kilo Contributor
  • 20887 Views
  • 13 replies
  • 6 helpfuls

Knowledge Base Guidance and Governance

As a Knowledge Product Owner, I'm seeking for guidance on what levers typically are pulled when approving a "new" Knowledge Base.  Why?  If a business unit in an organization wants their "own" knowledge base versus using the can read option - is ther...

cmspitzer by Tera Contributor
  • 2615 Views
  • 2 replies
  • 1 helpfuls

Instance name or base URL

Hi,I need to have base url our instance name, because , as we have 3 instances, we cannot hard code links. (I can't find a way to use ${URI} or ${URI+} in   blocs in templates)Regards,

psiek by Kilo Contributor
  • 33734 Views
  • 8 replies
  • 11 helpfuls

Import data using FTP method

Hi, I have a requirement where i want to import data using FTP method and i want retrieve a single file, in the file path how can i give a file path where i want to retrieve a single file among multiple files .

Sanjana9 by Tera Contributor
  • 1558 Views
  • 1 replies
  • 0 helpfuls

How to send email notification with physical attachment

How to send email notification with physical attachment I have used this below script in email script notification, but its sending the attachment as link but i want to send real  attachment in email please guide me how to do notification var eve = "...

integrating libraries into now experience framework

Hi, I am messing around with the Now CLI and the Now Experience Framework to see what it is capable of. I have managed to download and set up the CLI, create a project and create simple components. I have tried introducing an external library (Chart....