The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

SLA is not triggering

when i create an incident (priority 1) then the respective SLA is not triggering but SLA's are active in conttract_sla table so can any one tell me how to troubleshoot that issue?

Hemasundar by Tera Contributor
  • 416 Views
  • 2 replies
  • 0 helpfuls

Resolved! End date should not be more than 6 months from start date

I am working on functionality as below  I have two fields on catalog item includes – start date and end date. We do not want users to select end date not more than 6 months from start date. For example: start date = 07/22/2020  If End date =  1/22/20...

Lakshman12 by Tera Expert
  • 8178 Views
  • 31 replies
  • 5 helpfuls

Resolved! type of message

Hi all; I use the showFieldMsg() function for On change function and I would like to know the types of message to put in my function (like error, etc.. ).ex:g_form.showFieldMsg('u_environment_label',getMessage('change.rp.environment_reminder'),'error...

Resolved! Adding New Option in Task for Approval

Hi All,I need some help and guidance. I was wondering that if there is any way to add more task approval options These are the default options that are available, in my case I need to add another task approval option that says Approve and Forward, wh...

GhazanfarAnsar_0-1689585557960.png

Restrict change closure if there are open tasks

Hi, I have coded as per below in an before update BR. var task=new GlideRecord('Change_Task');   task.addJoinQuery('change', current.number,'change_task.number');   task.query();   while (task.hasnext())   {   if (task.state != 'Closed Complete')   g...

ramkrish by Kilo Contributor
  • 1752 Views
  • 10 replies
  • 6 helpfuls

REST api is returning different data then UI

Hi guys, I'm using Change Request API to retrieve data about specific Change Requests.I'm new to SN REST API. I get the data, but it's different than what I see in the UI. For example, In the UI there is a Change Request in state Closed.When i pull i...

babasali by Tera Contributor
  • 750 Views
  • 4 replies
  • 0 helpfuls

Resolved! Demand Approval by Stakeholders

I'm starting to get to grips with Fuji Demand Management but wonder if am missing something?I can attach Stakeholders based on the Portfolio - good.These people can be marked as "Assessment Recipient" and they are sent questionnaires during the "Scre...

mike_bush by Kilo Guru
  • 5090 Views
  • 9 replies
  • 7 helpfuls