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

Forum Posts

Resolved! Indexof() issue

I'm having a quandary trying to see why this is not working, I'd like to think it is a fairly simple thing and I have been looking at screens too long this week!answer = ifScript();//var location = current.variables.requested_for.location.getDisplayV...

Derek10 by Tera Expert
  • 10694 Views
  • 6 replies
  • 5 helpfuls

Resolved! Outbound REST web Service, How to track in ECC Queue

Hello,How to Track outbound REST   in ECC Queue. Below statement with parameter "true" allows to track in ecc queue. var response = r.execute(true);But its not working. Not sure why its not working.Regards,Hima Pallela.

hima6 by Mega Expert
  • 3537 Views
  • 4 replies
  • 0 helpfuls

Run Powershell Credentials

Hi AllI have a powershell script on MID Server, it does work, it adds AD Group to a user. See Below script.However what I have been trying to do is use credentials and credential_tag in workflow, so we do not have to hold an encrypted password on the...

davem13 by Mega Contributor
  • 3204 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to get check box value in run script

Hi team,I am trying to design a work flow like the below screen shot.and in run script i mentioned script like,answer = ifScript();function ifScript() {   gs.log("@@@@hgst items"+current.variables.u_computer);   if (current.variables.u_computer== "tr...

Capture.PNG
siddharth29 by Mega Contributor
  • 11949 Views
  • 10 replies
  • 1 helpfuls

Resolved! Preserving Whitespace Jelly script

Hi,I'm working on a dynamic content block and im struggling on preserving the white space.I want to maintain the white space between the apostrophes: news   += ('             ')Any suggestions?Script:<?xml version="1.0" encoding="utf-8" ?><j:jelly tr...

adam_webster by Kilo Contributor
  • 4511 Views
  • 9 replies
  • 2 helpfuls

Domain Seperation | Managing the users on Global domain

Hello All,Appreciate your help on this.Currently we are working on Domain separated instance. Where we are facing an issue with the users. Right now, we have a domain structure like this: Global|Global/Company   (where Company we built all the bluepr...

vrnath by Tera Contributor
  • 6232 Views
  • 17 replies
  • 0 helpfuls

Business rule on Database view

Hi All,How does   database view record insertion work, is it same like any other table?When I try to delete the record inn database view, it says like the table view is already empty.I have written an before insert or update business rule on database...

uma17 by Tera Guru
  • 4838 Views
  • 5 replies
  • 8 helpfuls

Resolved! Missing system fields

Hello,Similar to another question on this forum (Missing out-of-the-fox fields), I cannot locate any of the sys fields like sys_created_on, sys_class_name, etc., in the UI.I have a new default developer instance from just 2 days ago and I haven't cha...

Community Alums by Community Alums  
  • 3182 Views
  • 13 replies
  • 2 helpfuls

UI Page from client script

Hi all,I have a requirement which is to display a message upon saving an incident. That sounds easy, only that I would like to have the message in a UI Page. This is what I have:- Save button which has client switched off- A client script which displ...

tillu by Giga Expert
  • 6222 Views
  • 3 replies
  • 0 helpfuls

how to add sysparm_view in iframe url

Hi,I want to add a sysparm_view parameter into iframe URL but when I tried with the following url/req/sysapproval_approver_list.do?sysparm_query=approver=javascript:getMyApprovals()^state=requested^ORDERBYsys_created_on&sysparm_view=essthe query cond...