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

Forum Posts

Error while transform

team am importing a file to customer project table and all the Rows are ok  but for few rows i get this error : Operation against file 'customer_project' was aborted by Business Rule 'Sync Approved,Plannned & Constrain Dates^<sysid>'. Business Rule S...

Priya123 by Tera Contributor
  • 447 Views
  • 5 replies
  • 0 helpfuls

Resolved! Report to combine user details

Hi Team,I need to create table for user details. Like I want to provide full data of user, they group and respective role information.I have created database view, but exact data is not appearing.Please help me to figure it out or provide some ideas ...

Preethi26 by Tera Contributor
  • 509 Views
  • 3 replies
  • 1 helpfuls

Resolved! Get the last login time as number

Hi Team,I wanted a field in user table where it contains the user last login in days.Example if user has not logged in for past 10 days, the int 10 must be visible in the field as value.Kindly help how to code.

Preethi26 by Tera Contributor
  • 560 Views
  • 6 replies
  • 3 helpfuls

check undefined

Hello experts, Is there any way we can check undefined in servicenow using a gs function? I am new to SNOW Scripting.

deepika46 by Tera Contributor
  • 1754 Views
  • 4 replies
  • 2 helpfuls

Input Text Component UIB

Is it possible to use the component to fill in some value in the registry specified through @context.props.sys_id or payload.sys_id? Example below, using the component to fill the record I am currently. 

Klug_0-1698087351901.png
Klug by Tera Contributor
  • 229 Views
  • 1 replies
  • 0 helpfuls

Scripting in Flow Designer

This code works in Vancouver but not in Utha (Scripting in Flow Designer)// Get the email bodyvar emailBody = fd_data.trigger.inbound_email.body_text;return emailBody;Is there is an alternate for fd_data.trigger.inbound_email.body_text?