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

Forum Posts

Reset password

Hello, I just wanted to know that if a user with admin role can reset the password of a user having security_admin role or not?

gauravagarw by Tera Expert
  • 1703 Views
  • 13 replies
  • 3 helpfuls

Resolved! Sending Attachment using Rest API

Hi   I want to send attachment using rest api for that i have created BR on the incident table and written the below script but its not working can anyone please correct this script   var target = new GlideRecord('sys_attachment'); target.addQuery('t...

ramesh_r by Giga Sage
  • 41357 Views
  • 14 replies
  • 11 helpfuls

Database view is not showing up data

Hi Team, Requirement: Display the state changes of Control records in a report, including both the old and new values for each change. I created a database view with the following configuration. While the data displays in my Personal Developer Instan...

MajjiKoteswar1_1-1744102478588.png

Resolved! How to Create Function Field on Date Field to extract the Year

I have a table that contains a date field.  I'd like to create a function field on that table that extracts the year from the date field.  I need this for reporting.  How can I accomplish this?  Is it possible? I'd like to perform the same steps to a...

Renee-17 by Tera Guru
  • 1323 Views
  • 3 replies
  • 0 helpfuls

Custom 'Created date' field capturing incorrect values.

Hi All,I have a requirement to capture the 'Created' i.e sys_created_on values on a new field that captures only the created date and not the time stamp for reporting purpose, same with the updated and closed fieldsSo i have created a new Date field ...

sanvi_0-1744092477030.png
sanvi by Tera Expert
  • 1459 Views
  • 11 replies
  • 0 helpfuls

Resolved! Emails are not getting triggered from event queue

Hi Team, I have requirement to send emails to all the managers for the records in pending approval. I have written a script to get all the managers email ID and using gs.eventQueue sending emails, here few emails are getting triggered and few are not...

PrudhviRaj4_1-1715856834629.png

Resolved! Change should not be canceled after implement state

I have a requirement Change should not be canceled after implement state. I  do not want to touch OOB state flow  i have written BR - Before Insert and Update Condition - State changes to canceled  (function executeRule(current, previous /*null when ...