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

Forum Posts

Update user details in AD through service catalog

Hi All, we have one catalog (user termination/extend contract request) , we have date variable after complete request we need to update extend date in AD (active directory) user account . How can we achieve this requirement? can we achieve this throu...

Nitya2 by Kilo Guru
  • 858 Views
  • 2 replies
  • 0 helpfuls

Resolved! Performance Analytics

Hi gurus,I have an indicator against the incident table that should return quite a few records to a scorescreen however it returns nothing.  I'm new to performance analytics, not sure where to start troubleshooting.  Any help will be appreciated.than...

drslry2 by Tera Contributor
  • 2521 Views
  • 25 replies
  • 5 helpfuls

Resolved! past date validation using BR

Hi All, I am trying to restrict the past Date using the BR but i am not able to do it and getting the error .Can any one help me on this . Let me know if any modifications  has to be done in the Code  Note : I can restrict by using Client scripts but...

sushma9 by Tera Contributor
  • 1324 Views
  • 5 replies
  • 0 helpfuls

Resolved! Catalog client script and script include

Hi all,I have a requirement in catalog item.Script Include: var autoPopulateDetails = Class.create(); autoPopulateDetails.prototype = Object.extendsObject(AbstractAjaxProcessor, { getDetails: function() { var value; var sysid = t...

Convert Array String to Comma Separated String

Hi, I have created a Flow action to do a sort on a JSON array from an multi-variable set (MRV).  I got it to work, but one of the other stipulations is that I need to turn the values from the sort into a comma separate string. So my JSON array looks ...

Dazler by Mega Sage
  • 1975 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to change color for Navigator

I want change color for Navigator for my project I tried by way access Basic Configuration UI16 and change color at item Header background color. Below image attachement.I tried Refresh Page. But it not working.So How to change color for Navigator? 

LeSon_0-1688611075510.png
Le Son by Tera Contributor
  • 1153 Views
  • 4 replies
  • 1 helpfuls

Resolved! Custom auto-number generator based on other field

Hi Experts, I have requirement where I have two fields in a table "PO number" and "Vendor PO number"When ever the records inserted or updated with the PO number detail, Vendor PO number field has to update automatically.If the PO number of the firs r...

CHAITHANYA13_0-1687877720196.png
Community Alums by Community Alums  
  • 1378 Views
  • 22 replies
  • 3 helpfuls

Script for List Control (hide 'New' button)

Hi there!, I'm looking for a solution to accomplish some requirements customer has asked me for. They want to block demand items edition according next conditions:Admin, PPS_Admin, Members of assigned group (in the demand, not in the item) and assign...

LeonelSandroni_0-1688562832928.png LeonelSandroni_1-1688563604207.png LeonelSandroni_3-1688564208540.png

Primary Ticket field on Universal Request

Hello,I am working on universal request application and want to know few things. When the primary ticket(incident) is been transferred to different department the primary ticket field on Universal request will get cleared and few work notes are been ...

Community Alums by Community Alums  
  • 1113 Views
  • 3 replies
  • 0 helpfuls

Populate the image in incident form.

Use the business rule to populate the caller picture in incident form.In incident form, fill the caller's picture based on the caller.I have created a new field in the incident form, and the field type is image.I tried with the client script, but it'...