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

Forum Posts

Scripting in widget

Hi Team,  I want help to restrict languages based up on the country, currently all languages are visible to all countries.Please help in what approach we can achieve it. CountryLanguageAustraliaEnglishAustriaEnglish, GermanBelgiumEnglish, FrenchBermu...

AshokDoddam1_0-1721982354127.png

Error on changing the language

When I change the language of my instance, the table stops displaying the data and the following message appears:Syntax Error or Access Rule Violation detected by database ((conn=1646411) Unknown column 'sys_translated2.text' in 'field list') 

Victorevi__0-1721918388762.png
Victorevi_ by Tera Contributor
  • 692 Views
  • 4 replies
  • 0 helpfuls

Two level manager approval flow

Looking best practice from expertise.We have a standard approval workflow for all catalog items.Workflow First approval requestor direct manager -> If Manager is not approved in 10day > First level approval will cancel and new approval task will crea...

surajsukuma by Tera Contributor
  • 808 Views
  • 2 replies
  • 1 helpfuls

Updating records on the cmdb_ci_appl table

Hoping there is an easy answer for this. We have have records on the cmdb_ci_appl table and we want to change the standardized approach we have taken thus far with inserting records onto this table. As it stands now, the Application name is a combina...

nick135_2-1721766458477.png nick135_3-1721766468477.png
nick135 by Tera Expert
  • 1940 Views
  • 2 replies
  • 1 helpfuls

Background script doesn´t trigger business rules

Hello people.I am quite new on SN, only a year but previously when I change some data from Background scripts, it always run all the business rules with the match condition. But this time I see a new message that shows me the opposite. Some insight a...

3cd74cbf-5fd1-4bc1-adc6-d56c4db6ce46.jpg
MarcosBR by Tera Contributor
  • 1628 Views
  • 3 replies
  • 1 helpfuls

Resolved! Close Catalog Task without filling mandatory fields

I have a requirement to close catalog task without filling in mandatory fields like assigned to/work notes which are set mandatory using data policy. I want this closure to happen in the workflow run script that is server side. Is there any way to ac...

Resolved! Clickable link in Notification

Hello, I am trying to put a clickable link in a Continual Improvement notification. I can get the CIM task to be clickable by using ${URI_REF} But I can get the Improvement Initiative Number to hyperlink.  I tried  ${sn_cim_register.URI_REF} and  ${s...

DarleneYork_0-1721927526364.png
Darlene York by Tera Contributor
  • 1585 Views
  • 7 replies
  • 1 helpfuls

updating incident by change

We have a ui action  which automatically adjusts the status of a related incident when a problem is opened. The status of the incident then changes to “on hold” > “awaiting problem”Now we would like to have the same for the change request. If a chang...

thoemu_s by Tera Expert
  • 2094 Views
  • 3 replies
  • 3 helpfuls

Resolved! Case to get date (GlideDateTime/GlideDate)

Hi.I am planning to get the current date and compare it to the value of a date field. (If you want to compare dates without including time)Are there any cases where using GlideDateTime is recommended over GlideDate?If so,what is the reason? Could any...

YurikaY by Tera Contributor
  • 4201 Views
  • 2 replies
  • 1 helpfuls

Scheduled job

How do i run a scheduled job quarterly on 1st,20th,30th of each till now i worked on this code this seems not be working : (function() {var today = new GlideDateTime();var day = today.getDayOfMonth(); var month = today.getMonthUTC(); if ((day == 1 ||...

rahul122 by Tera Contributor
  • 848 Views
  • 5 replies
  • 0 helpfuls