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

Forum Posts

how to get the data from sysevent table to my custom table.

We want get data (insert/update records) from Event(sysevent) table to my custom table. Created BR on table is 'sysevent' and after insert/update BR.  var oldRecord = new GlideRecord("sysevent"); oldRecord.addQuery('nameLIKElogin^ORnameLIKElogout'); ...

Suresh_32 by Tera Expert
  • 2192 Views
  • 11 replies
  • 0 helpfuls

Microsoft Entra ID - create a user

Hi experts,I have a specific requirement to establish a catalog item for requesting access to Microsoft Azure solely through an 'email invitation' method, without utilizing the 'Create user' action from the Microsoft Azure ID. I have successfully ach...

yousraba by Tera Contributor
  • 3160 Views
  • 3 replies
  • 0 helpfuls

Resolved! Apply field styles when a record is updated

Hello,I have a requirement where I need to configure the "Number" field to change style when it's been updated and then change back to normal once the update has been seen by a user. I've configured a field style to make the "numbers" bold and to dis...

find_real_file.png find_real_file.png

Adding additional assigne to Catalog Task

Hello, We have a catalog item where users can request help to set up AV equipment in a teaching room. We have added the "Additional assignee list" field to the catalog task that is part of the workflow (90% of the time these types of requests go to a...

davidsmith by Tera Expert
  • 1824 Views
  • 5 replies
  • 1 helpfuls

Convert Business Service to Application Service

Through some misadventure, earlier CMDB efforts have resulted in our original Business Service (cmdb_ci_service) table containing items that should be Application Services. The "Convert to Application Service" button is available, but in testing usin...

JP-ODU by Tera Guru
  • 2506 Views
  • 4 replies
  • 0 helpfuls

Resolved! Flow Designer Script Check if variable is null

In all transparency, I am not great at scripting.  I am using the scripting function in flow designer and I need help checking if my variables are null.  if they are not null I would like the workflow to go to the next step.  Below is where I started...

jaubert by Tera Guru
  • 3292 Views
  • 3 replies
  • 0 helpfuls

Missing Email Body on compose email

Good day team a specific user is facing this issue, when she wants to send an email via SNOW the email body disappear, we have verified her profile and roles and everything looks fine, also I have run some debugs as Business Rules and Security (ACL) ...

RodrigoC_0-1714672165946.png
RodrigoC by Tera Contributor
  • 1000 Views
  • 2 replies
  • 1 helpfuls

How can I update the Approver, if conditions Change on RITM

We have a simple Request FormBy selecting a Support Group - Approval is sent to the Group Manager. What we would like to do is on the RITM Level, if the Support Group was selected incorrectly, we would like to be able to change it, and have the Appro...

MarkLanning_0-1714667125374.png

ITIL priority matrix

We are just starting to transition to the ITIL best practice priority matrices from an old process were everything were pri 3 and pri 4s. We used Pri 1 and 2 as our MIM.  So we are starting from scratch in creating the definitions around impart and u...

Bruce Hadley by Tera Contributor
  • 31505 Views
  • 5 replies
  • 6 helpfuls

Resolved! How to Hide Buttons in Order Guides

I know we can hide buttons and elements in the cart layout for catalog items in the Service Catalog via the "Maintain Cart Layouts" module. How can you maintain the buttons and elements that are available when inside an order guide??My requirement is...

Community Alums by Community Alums  
  • 5185 Views
  • 8 replies
  • 1 helpfuls

Pulling SLA Due Dates for Email Notifications

Hi,I'm creating some email notifications for Problem tickets, so Problem owners will get an email notification when assigned, and give them the SLA due date. Also another for when the SLA hots 50%, 75% and 100%.In the 'Problem Assigned to' notificati...

Ben28_0-1690414040621.png Ben28_1-1690414402537.png
Ben28 by Tera Contributor
  • 1227 Views
  • 1 replies
  • 0 helpfuls

Debug when a new record gets created

Hello All, Is there a way to apply debug on a record which newly gets created from a record producer? A little bit of context if that helps:I want to find out which business rule or flow is responsible in updated a field on the table in which a recor...