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

Forum Posts

Resolved! How to update state in sc_request table?

Hello, For learning purposes, I'm trying to update state from "Work in Progress" to "Open" state in sc_quest table. Here is the code, but it doesn't seem to be working. It can update to other state, but not Open state.  Any advise would be appreciate...

Radhika11 by Tera Contributor
  • 2949 Views
  • 4 replies
  • 1 helpfuls

Resolved! Field won't update

I have a custom deal table with a bunch of records with fields that will revert back to the original value after trying to update the field. As far as I can tell records created before I created a business rule that creates a customer project and imp...

tgutierrez by Tera Contributor
  • 5602 Views
  • 4 replies
  • 0 helpfuls

How to generate Argument in Link type of URL

I am looking a way to get the argument for the URL in the Link type of the custom module inside an application I am looking in the direction of the UI pages and there connection's in the module I have added an example snap of where I am facing this i...

Resolved! Need help with a query for Flow Designer Action that's not working

I have the following script that I'm using for a Flow Action.  I include the Background Script (with black screen) and the Script for the action, and the Results of the encoded query directly on the sys_journal_field table.  In Scripts background, it...

find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 2139 Views
  • 2 replies
  • 1 helpfuls

How to dot walk Document Id field in Notification?

Hi,   I am having Trigger Id field which is of type documentId which is referencing incident table record. So from notification fields can we achieve this? I tried Dear ${trigger_id.caller_id.getDisplayValue()}, but it is not displaying anything     ...

Gayathri5 by Tera Guru
  • 2647 Views
  • 7 replies
  • 5 helpfuls

Resolved! Rest messages with no response body is causing an error

New to ServiceNow, please go easy on me I have a delete method AirWatch rest message that is being executed as a workflow activity. The API developer documentation for the AirWatch API states: Delete DeviceFunctionality – Deletes the device informat...

Bendezium by Tera Expert
  • 3847 Views
  • 5 replies
  • 1 helpfuls

Resolved! Catalog Item not accessible to end user in the portal

Hi All,         when end user type a catalog item in the service portal ,its displaying the item in the search result but when they clicked the item ,its displaying the error saying that 'You are either not authorized or record is not valid.'It's hap...

Damo Dharan by Giga Contributor
  • 2259 Views
  • 3 replies
  • 2 helpfuls

Resolved! Verify if user is active

Hello together We have a UI Action in the Incident, through which a CI Owner can be informed about the Incident.   Subsequently, a business rule is triggered which sends the incident as a PDF to the stored CI owner. Everything works fine, but now we...

find_real_file.png

Resolved! How to measure the size of one record in a table

Is it possible to measure the approximate size of one record in a table by the following method? <Measurement method> Check the difference between the Primary DB size (MB) of the Application Usage Overview before and after adding the record to the t...

Yuki21 by Tera Expert
  • 2975 Views
  • 6 replies
  • 0 helpfuls

Resolved! g_form in ui macro

Trying to add a UI macro on incident table that will, when you push related button, add an instance to a related list. This works fine but in lists with incidents I get an error where an invisible square is placed above the list making it impossible ...