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

Forum Posts

Need to remove OOTB Request Approved stage on RITM

When i raised request from 'General Request' catalog item, in RITM showing "Request Approved(Approved)" and "Completed(Pending-has not started)" stages. Please find attached screenshot.  I think both stages are OOTB stages came  from Service now(Plea...

Ramakrishna6 by Tera Contributor
  • 1328 Views
  • 5 replies
  • 0 helpfuls

Customization for document viewer

Hello there! I have seen the document viewer attribute that enables preview of documents rather than downloading them but in the docs.servicenow.com it is mentioned :"Document Viewer supports viewing various file types in the platform. The maximum do...

How to identify the approver?

Can we identify the user who approved the request from the group approvals? If yes, Can anyone please suggest me how to check? I found one way, each approval step is recorded in Journal fields but I am not expecting this way to check.

Saikiran4 by Tera Contributor
  • 1878 Views
  • 3 replies
  • 0 helpfuls

Resolved! Service Portal | Cart menu option

Hi guys, I have this requirement that when the cart is empty it is hidden in the header menu and if it has some items it needs to be visible. I've already done this with a query to the sc_cart_item table and added a check variable in the html tag of ...

NunoOliveira_0-1668185556495.png

Transform map scripting date validation

in source table start date type is date/time and in target table start date type is only date now when i load the date with transform map excel sheet in excel if i put 02/03/2022 i target it coming as 01/03/2022 beacuase of time i need to ignore the ...

veenamudaliar_0-1667809994269.png

Resolved! g_user.hasRoles question

Running code below in a client script on form, not on a record producer.  The user has no Department or Division role, but does have a Unit role. alert ("Starting"); var gUser = g_user.userID;var Reviewer = g_user.hasRoles('Department','Division'); v...

Resolved! Dot walk to Glide List field to generate Report

Hi All, In my instance there is a customised table called Applications and it has got fields as Expert, which is glide list and allows more than one user to attached. Now, we are trying to run a report to find out which Expert's user is no more activ...

manish123 by Giga Guru
  • 2015 Views
  • 3 replies
  • 5 helpfuls

Switch condition in workflow

Hi Team,I have variable of type "multiple choice" in that i have three values.Based on the selection of the multiple choice" it should move further.I am using switch condition in work flow,to represent it.The flow got stuck in the switch case.please ...

navyag by Kilo Contributor
  • 3734 Views
  • 5 replies
  • 0 helpfuls

Resolved! Else if condition on Workflow Editor

Hi all,  I am trying to create a customized if activity in the workflow but it keeps returning 'no' instead of the values that I designate in the script.  This is the script I have in the activity: answer = ifScript(); function ifScript() { if(curre...

find_real_file.png find_real_file.png