Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Filter records on the basis of time

Hi All,I have created a table where I have one date field and two time fields having type string i.e. Start Time & End Time,I wanted to display only future records to the user and I am able to filter records on the basis of future dates but not time....

now_dev by Mega Expert
  • 3042 Views
  • 1 replies
  • 0 helpfuls

current.setAbortAction(true); in After Business Rule

I have written an After Business Rule in a scoped application.I am evaluating certain conditions in it after which i am deciding if the record should get inserted or not.Even when i use current.setAbortAction(true); the record still gets inserted in ...

Resolved! Staging Table

Hello Everyone, I have created and moved the data source to my another service now instance. Issue - In target Instance, I couldn't able to see the staging table created part of my data source under 'Load Data' module while selecting existing table.I...

narendrand by Giga Contributor
  • 3070 Views
  • 9 replies
  • 0 helpfuls

Resolved! Hiding Approve/Reject based on approval state "Requested"

Hi All,We need to hide/remove the approve/reject when the state is not requested in approval record.I have tried by giving current.state != 'requested' in OOB two list context menu UI action defined for sysapproval_approver table. But this is not hel...

Screen Shot 2016-06-08 at 10.50.02 AM.png
anto by Kilo Expert
  • 4212 Views
  • 10 replies
  • 1 helpfuls

Resolved! How to Know the Application Name of currently opened form?

Hi,I have two applications ,in that application i have two modules with same name and corresponding to same table.here when i click the module i want to know from which application menu i have clicked.i have hrcase and itdesk applications,in that i h...

Community Alums by Community Alums  
  • 3179 Views
  • 6 replies
  • 2 helpfuls

Resolved! Update record as other user

Is it possible?Or may be there is an other workaround for my case.What i am trying to do:some of   my RITMs could only be created automaticly. Let me call them child RITM.I have a busines rule with logic: after a child RITM is created it find a paren...

Resolved! Get Total of Two Duration Fields

I have 3 fields on a Demand form (see screen shot below). Need to get the total of the Capital and Operational Resource Duration fields to display in the "Total Estimated Project Duration" field. I am using the BR shown below (Total Estimated Project...

find_real_file.png
michaelcory by Giga Expert
  • 6621 Views
  • 25 replies
  • 2 helpfuls

delete column on custom table?

I discovered a "feature" of ServiceNow where I am unable to delete a column ON A CUSTOM TABLE that is not prefixed with 'u_'. For example, there is no button to delete a table named 'user_global_snat'.I need to delete it rather than simply marking as...

Screen Shot 2016-03-01 at 3.26.06 PM.png
patk1000 by Giga Contributor
  • 4833 Views
  • 17 replies
  • 0 helpfuls

Resolved! Table Roles Queries

I have created a new role and havent assigned anyone to that role. In the ACL of my table, i added the newly created role in the "Create Access" part. I removed the default role which has been created as well..Q1:In this case when i go to my actual t...

Creating Change Request via Service Request

Hello Everybody,We would like to create a Change Request using a SR, is there a way to set change request fields using scripts. this is what I am doing.1. Creating a Task in workflow item.2. Setting up the fields using below scripts, there are fields...

Resolved! Menu condition in Service Portal

I am trying to have a menu item show up only for people in certain groups, which we identify by a parent group field. In the menu condition field, I can put javascript:(gs.getUser().isMemberOf('groupname')); if I want to only narrow it down to one gr...

cbester by Tera Contributor
  • 4483 Views
  • 3 replies
  • 4 helpfuls

Resolved! How to show UI Action button only after problem creation

Hello,Is there a way to put a condition for UI action to make the UI action button visible only after the problem is submitted. I have tried to use the state but state is still set to "Open" even if the problem is not yet submitted.ThanksVamsee

vamseeinala by Kilo Contributor
  • 2797 Views
  • 3 replies
  • 9 helpfuls