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

Forum Posts

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
  • 2288 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
  • 10992 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
  • 3625 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
  • 4866 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
  • 3980 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...

bwb by Kilo Contributor
  • 2039 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
  • 5624 Views
  • 3 replies
  • 0 helpfuls

Resolved! GlideDate converstion

Good morning everyone,I cannot for the life of me figure out how to convert a string date of dd-MMM-yy(01-Jan-16) to a GlideDate standard format of yyyy-mm-dd 2016-01-16.   For whatever reason, having the month in the simpledate string throws the con...

erniec by Giga Expert
  • 3865 Views
  • 4 replies
  • 1 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...