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

Forum Posts

Resolved! List attributes beyond name for user reference fields

Looking for a way to display additional information about a user record in a lookup beyond the name of the user.  I have many users that have the same name but other distinguishing characteristics that would help users make the correct selection.

Resolved! Resolve button to be visible only Assignment group Member

Hello Everyone, How do I go about making the resolve UI Action buttons only visible to those who are in the assignment group member? I am using this condition gs.getUser().isMemeberOf(current.assignment_group). can i need to check client check box.  ...

GlideSysAttachment not working for xlsx

When I run this code, and when the generated excel file that is downloaded and opened gives the following error: The code works for content type xls and csv's. var attachment = new GlideSysAttachment(); var rec = new GlideRecord('incident'); rec.ge...

find_real_file.png
SD35 by Tera Expert
  • 1612 Views
  • 4 replies
  • 0 helpfuls

Resolved! Script to fetch all fields from a table which is not inherited

HI All, I have a table which is extended from CMDB CI. There are also many custom fields created in the child table. Does anyone have a way to fetch the list all the custom fields from the child table via script?. it should only give results of non e...

ShAn21 by Tera Guru
  • 2526 Views
  • 10 replies
  • 1 helpfuls

Flow designer email body

Hello Experts,I am trying to bring variables value to email body using flow designer. Below is the thing that I have designed. Email is getting triggered but the variables value are not getting populated on the email body.   How to achieve this? Reg...

find_real_file.png find_real_file.png

Run Business Rule checkbox in Transform Map

Under health scan, I need to uncheck the "Run Business Rule" checkbox in Transform Map, only for those maps where it's not needed. So, how can I check if there is any Business Rule running after the transform map.

Trying to use an encoded query with REST API request

Hello all, I am trying to pass two parameters to a REST API that I have created.  The parameters are: queryParam.opened_at_start_date and queryParam.opened_at_end_date.  The values are formatted and passed as: opened_at_start_date=01-01-2022&opened_a...

lonesoac01 by Giga Guru
  • 1193 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to change the Post Incident Report on incident

On the incident form for Major Incident, we have the Post Incident Report tab, when incident is resolved. I would like to replace the table under Findings for all news major incidents, but where, do I do that ? 

find_real_file.png
Lykke by Tera Contributor
  • 1245 Views
  • 1 replies
  • 0 helpfuls

Approval workflow Nudge

Hello,  I was curious if anyone has ever run into an issue with a stalled approval workflow. We have a workflow currently that has two approvals one after another. One Approval-User stage, and if Approved moves on to a Approval-Group stage, if that i...

find_real_file.png find_real_file.png
Cobee by Tera Expert
  • 1184 Views
  • 3 replies
  • 1 helpfuls

Resolved! Calculate months difference between two date fields

Hello, I have a task to calculate the number of months between two date fields. (Price validity end date – Change date) I tried to solve it with the code below, but I don't think that's the best approach. var changeDate = new GlideDateTime(current.u...

find_real_file.png