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

Forum Posts

Resolved! PDI is not available and showing under maintenance

Hi, My PDI shows in offline state and i am getting message that "Developer Instance is undergoing unscheduled maintenance"  Does anyone facing same? Is there timeline for this maintenance activity?  

sthokal_0-1708060699054.png
sthokal by Tera Contributor
  • 2403 Views
  • 9 replies
  • 2 helpfuls

How to call system property in client script

Hi All,  I have a requirement like Currently we have On change client script on one catalog item. In that CS we are using widget sys_id for making functionality. Customer wants to call to sys_id from system property // var dialogClass = window.Gl...

praveen47 by Tera Contributor
  • 812 Views
  • 2 replies
  • 0 helpfuls

Resolved! Onbefore script transfrom map

Hello Experts,I'm currently delving into the sources.row method within a transform map script. I have an Excel sheet containing ten records, and I'm looking to import only two specific records: those corresponding to rows 1 and 5. However, despite wr...

abhijee by Tera Contributor
  • 4057 Views
  • 4 replies
  • 0 helpfuls

Outage creation

Hello all,My requirement was Outage is automatically created when a   P1 is declared and Accepted, the Begin time of Outage is the Opened time of the incident'. Now when another incident is being created whose configuration item is having outage it w...

Need help to make the code work dynamically

Hello Experts,Need help with the below code to make it pick the table dynamically depending if it is a request item table or change request table or any other task table .its showing the correct Ticket number but in the current behaviour it is only s...

Survey URL Issue getting error on page.

Hi All,I have created one low feedback survey notification, when user gives low feedback then this notification should be Triger and go to the survey manager, it is working fine but in that notification i have added one link button to show survey res...

v_26_0-1711001657315.png v_26_1-1711001678107.png
v_26 by Tera Contributor
  • 535 Views
  • 2 replies
  • 0 helpfuls

KB Recall from Published to draft state

when a Knowledge Article is moved from Draft to Review state and when I click on Recall UI Action, the form is again moved to draft state and a new field is being populated. (New Field should populate when Article workflow is changed from Published t...

BORAV by Tera Contributor
  • 1385 Views
  • 5 replies
  • 0 helpfuls

Question on survey response link button

Hi All,I have created one low feedback survey notification, when user gives low feedback then this notification should be Triger and go to the survey manager, it is working fine but in that notification i have added one link button to show survey res...

Mani60_0-1710999606158.png Mani60_1-1710999606201.png
Mani60 by Tera Contributor
  • 353 Views
  • 1 replies
  • 0 helpfuls

I have retired a catalog item.

The  catalog item is being retired. As such, we need to identify and remove any references to the item within other item Descriptions, variables, etc.So i need a script which which help me in identifying all references to the  catalog item, either by...

Taaha M by Tera Contributor
  • 1160 Views
  • 3 replies
  • 0 helpfuls

Regex Expression

Hi I have a requirement where the string entered in the multiline text Only allow for letters, numbers, hyphens (-) and commas (,). Do not allow for spaces at the beginning or at the end and even between the character .., I m not able to write the ex...