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

Forum Posts

Retrieve URL from user Session for creating user criteria

Hi, I have a requirement to set up a user criteria that will work according to the user's URL, when there is a suffix that is in the URL then the criteria user will be activated, are there options to implement such a requirement through a user criter...

SKCH by Tera Contributor
  • 452 Views
  • 2 replies
  • 0 helpfuls

Background Script

Hi Community,    Using Background script I need to assign the created tag to existing  RITMS  for which dollar amount is equal to 100k dollar & when the dollar amount is less than to 100k I need to remove the Tag from RITM.How can I achieve this?  Th...

Manu143 by Tera Contributor
  • 379 Views
  • 1 replies
  • 0 helpfuls

Show only the users whose manager is logged in user

Below script is not working when called in advanced reference qualifier  var UserList = Class.create();UserList.prototype = {Requested: function() {var managername = '';var loggedInUserManager = '';var a = new GlideRecord('sys_user');a.addQuery('mana...

Vijay485 by Tera Contributor
  • 1016 Views
  • 4 replies
  • 2 helpfuls

Notification has to be sent out exactly before 30 days

Hi Team,I have requirement, that i need to send notification exactly before reassessment date. Could you please help me on this. ?i have tried this in encodedquery 'u_reassessment_dateRELATIVEEE@dayofweek@ahead@30' it is working fine but how can we a...

Mounika M by Tera Contributor
  • 796 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to add Attachment button to Incident form?

Hi,I have a requirement to add Attachment button to Incident form? Currently we have attachment icon on incident form which is not noticeable by many users, So we want to add Attachment button to forms.Current:- Attach IconI want something like this:...

icon.png button.png
Nani6 by Mega Guru
  • 4282 Views
  • 9 replies
  • 2 helpfuls

Resolved! What does current and parent refer to?

Say we have a table 'X' and table 'Y' is a related list for this table.   Then if table 'Y' has a UI action button say 'New', we have two parameters available for it "current" and "parent". What does current and parent refer to?