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

Forum Posts

How to check if a record is existing in a custom table.

Hi All,  We have a custom table where there are 3 reference fields dep, owner and escalation which refer to the user table. Requirement is that whenever logged in user tries to access the catalog item , if user is a part of any of these then certain ...

Indira8 by Kilo Sage
  • 2196 Views
  • 15 replies
  • 2 helpfuls

Resolved! Pulling Variables to Email Notification

Hi All,I have an email script that pulls variables in an organized manner to an approval email notification. However, it only pulls them if in catalogue item I used a variables set rather than individual variables. For example, if my service catalog ...

Sofija by Giga Expert
  • 11086 Views
  • 51 replies
  • 7 helpfuls

How to get output into list in action in flow designer

(function execute(inputs, outputs) { var completed; var user_list=[]; var vaccinated=[]; var not_vaccinated=[]; var team = inputs.team_members; while(team.next()) { user_list.push(team.sys_id.toString()); } if (user_list =...

SSA1 by Giga Expert
  • 1137 Views
  • 1 replies
  • 0 helpfuls

Resolved! Why is delete button missing on a record

Hi I have a scoped app and created a role "dra" and an ACL delete then add dra role to a user but upon impersonating a certain user I'm not  able to see the delete button when i open a record but when in list layout i was able to delete records using...

find_real_file.png find_real_file.png
Eddloupe by Tera Expert
  • 2002 Views
  • 3 replies
  • 0 helpfuls

Resolved! Ignore Workflow Max Activity Count/Reset Activity Count

Is there a way to either remove the limit of max activities run on a Workflow, or a way to hard reset the Workflow's current activity count?I reached a count of 100 activities in 20 minutes and need to be able to run my Workflow for forever essential...

nathan34 by Giga Contributor
  • 3543 Views
  • 7 replies
  • 0 helpfuls

Resolved! Any insights on what Scriptlet Function is?

Hello guys, just came across scriptlet_function table. Anyone seen that already? What it does and how to use it? If GlideScriptEvaluator() is the way to use it - why is this needed ?  Any insights are much appreciated!   Cheers, Joro

Community Alums by Community Alums  
  • 6162 Views
  • 5 replies
  • 17 helpfuls

email.watermark undefined in inbound action

Should you be able to use email.watermark in an inbound action? If so, what would cause it to display 'undefined' when trying to use it?I do see a Ref:MSG## at the bottom of the email but email.watermark is not picking it up.Update: I've used inbound...

e_wilber by Tera Guru
  • 3074 Views
  • 6 replies
  • 1 helpfuls

How to create a pop up when service portal home page loads

Hi, I have a requirement to implement a popup in that pop it includes a image , this has to be load when service portal home page loads, So can anyone please guide me as I searched I got to know this can be achieved through UI page and also there's s...

SSA1 by Giga Expert
  • 4154 Views
  • 3 replies
  • 2 helpfuls