Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Business rule abort action

Hello All, I have a before update business rule on incident table which checks if assignment group is 'XYZ' and Knowledge Record is not empty and status changes to Resolved .So if condition matches it will abort the submission using action and show e...

Nisha B by Tera Expert
  • 7739 Views
  • 3 replies
  • 4 helpfuls

Resolved! Flow is not triggering on TASK table

Hi All,I have created a flow on task table and conditions are task type is incident or change requestWhen I test the flow its working as expected but after activating flow is not executing. Any thoughts on this? Thanks in advance! Regards,Ganesh

Not able to get previous value in business rule

Hi All,I want to fetch the previous value of assignment group in after Insert/update BR, but I am not getting the previous value.gs.log("ag"+previous.assignment_group.getDisplayValue()); When I am updating the work notes and I have not updated the as...

Saranya2 by Tera Contributor
  • 844 Views
  • 1 replies
  • 1 helpfuls

Flow Designer stage issue with catalog item

A recent request came in for a catalog item and I decided to give Flow Designer a go rather than using Workflow Editor. I am seeing different behavior with Flow Designer so I created 2 very simple tests to illustrate the issue.  Workflow EditorSuper ...

ChrisDoernbrac_0-1688151382036.png ChrisDoernbrac_1-1688151489556.png ChrisDoernbrac_2-1688151527884.png ChrisDoernbrac_3-1688151686102.png
Community Alums by Community Alums  
  • 1981 Views
  • 2 replies
  • 0 helpfuls

Transform map to set multiple values in a list field

Hi,I'm trying to set multiple values in a list field via a transform map. The field is referencing the sys_user table.function setApproverV2() { var input_array = source.u_approver.split(','); for (var i = 0; i < input_array; i++) { var getUser ...

MS team icon in the incident form

Hi, I created MS Teams incon next to the the caller in the incident form. Using the below script. It works great, but during the testing what i found was Sub category in the incident form remains "none" when I deactivate the UI macro for MS team icon...

Resolved! How to get the parent fields value into the fix script?

Hi Community,I have created one field 'Display name' on  'cmdb_ci_business_capabilty' table which shows level and name of capability together. I am writing a fix script to change the display of all capabilities, 'Display Name' of a capability where p...

Resolved! CREATE CUSTOM REPORT LIST OF USERS WITH MORE THAN 10 INCIDENTS

I need to create the custom report in service now with users having more that 10 records and how can I populate those users using report in service now.   As  I tired but I couldn't find the field that need to populate the user criteria . any suggest...

Sandeep74 by Tera Expert
  • 1898 Views
  • 4 replies
  • 1 helpfuls

How to fetch email from user sys_id

I have a updated by field on intake form which is of type string,which is holding userid's. I have to fetch the email of that user'id. How can i do that? Does anyone have idea? Tried below script but not working. var usr = new GlideRecord('sys_user')...

Hareesha by Tera Contributor
  • 1250 Views
  • 3 replies
  • 0 helpfuls

UI Page not rendering when passing parameters from UI action

Hi I have a UI action (client with Onclick) on Incident, in which I am trying to pass the SysId and CI to a UI page. However, the dialog window does not render unless I remove the "dialog.addParam" lines function updateAsset(){ var sys_id = g_form.ge...

ray evans by Tera Guru
  • 2537 Views
  • 22 replies
  • 0 helpfuls