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

Forum Posts

Disable Additional Comments notification if user is @mentioned

We currently have notifications set up for requested items and incidents when additional comments are added. But we also would like to use the @mention notification that comes OOTB.    Is there a way to disable the Additional comments notification if...

Sam Jeon by Tera Contributor
  • 549 Views
  • 2 replies
  • 0 helpfuls

Role(s) to create favorites and create filters

Hi,I have a scenario where I have end users that need read access only to pretty much the task table. I did not want to get them an ITIL license + snc_read_only because I believe that is overkill. So Currently I made a new group and assigned the gro...

Resolved! Update assignment group using flow designer

Hi ,  Hello I have a need:Use a flow designer to update the assignment groups I have a table A (mother) with an assignment group AThis table A mother is linked by related list to a child table I (Invoice) which can contain 1 or more children I My nee...

Pierre Midro by Tera Contributor
  • 1007 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to Restricting fields in list view

Hi, I need to Restrict the On Hold Reason Field in the List View.  In Detail : When the status is on hold then On Hold reason Field will be populate in the Incident form. This is working in Incident Form. But in the List View I am able to update the ...

SD30 by Tera Contributor
  • 1887 Views
  • 2 replies
  • 2 helpfuls

ACL in Domain Separated Env

Hi, We have several level of domain hierarchy and want to implement a very basic requirement.  So on Task table, we have company field which has a write ACL for admin role only and we want to give this write access to one of the domain and its childr...

aks4 by Tera Contributor
  • 619 Views
  • 2 replies
  • 0 helpfuls

Resolved! Based on the logged in user the list view data shows?

Hi guys, please help me with this scenario i have already created the one filter in list view 'my work', so in this i will put some conditions on that, please check if it is enough or give the solution. my question is ' Based on the logged user the m...

find_real_file.png
ANWAR BASHA by Tera Contributor
  • 1068 Views
  • 4 replies
  • 1 helpfuls

Resolved! How to hide a values of the Reference field using Script

i want to hide the certain locations of the Reference field to cnm_location table, Specific to one catalog item. As the variable is in variable set using in multiple catalog items ,reference Qualifier will not work how to achieve this by script?

Sudesh by Tera Contributor
  • 1141 Views
  • 2 replies
  • 2 helpfuls

Resolved! How to get the value of Label of a Table at client side ?

How to get the value of Label of a Table at client side ?The backend name of Label Field is 'label' only. To get table name we have g_form.getTableName(). How to get the table label name as shown in below scrrenshot. Please suggest  

Servicenow12 by Tera Contributor
  • 1709 Views
  • 18 replies
  • 0 helpfuls

Resolved! How to extract a particular string from a given Sentence

Hi All, I need to extract the below words from the given fixed format(Sentence) and store it in a variable LineWalk - RequestedFor(VIDYALAK@abc.com) -  OpenedBy(MANOJBAN@abc.com) Var A should contain LineWalk Var B should contain VIDYALAK@abc.com Var...