Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Need to click on Button in Service catalog in SP

I have a requirement where i need to click on Button in a catalog item in SP via ATF. I have tried to use Custom UI steps to detect the Button but it is not supported. Can any you please assist? Thanks in advance

mrafisyed by Tera Contributor
  • 1779 Views
  • 8 replies
  • 0 helpfuls

gs.flushMessages() does not work on Scoped application

Hi, I need to avoid multiple messages popping up in the list view when we do a mass update , for this we used Flushmessages() , but it doesnt work  on Scoped application. Is there any way we can avoid multiple info messages from the list? 

sushmuttalli by Kilo Contributor
  • 4230 Views
  • 4 replies
  • 8 helpfuls

User Group in Checklist formatter

I want to ensure that only Group type= Active groups are seen in "user group" dropddown of checklist formatter.Which dictionary entry I should edit?Which table I should edit?If I select Group type= Active groups in dictionary for assignment group, wi...

ChiragK by Tera Contributor
  • 678 Views
  • 2 replies
  • 0 helpfuls

Resolved! Catalog Translation to French

Hi Team, I have a requirement to translate catalog as well as catalog variable along with the choice in FRENCH language .How do I achieve this. The only restriction is we can use catalog translation UI action on the top header of catalog page

Resolved! Approval Workflow Configuration

I want to configure 2 level approval workflow on the control life cycle After the review stateOnce the control is moved to review, state after the attestation, I want to configure a two level approval. So first approval should go to the control. Owne...

Service portal

I need to add additional fields to the Service portal Open tickets menu for My Request widget. Custom fields for current Approvers and Stage.

karthik65 by Tera Guru
  • 1638 Views
  • 8 replies
  • 0 helpfuls

Resolved! Help with error handling in Script Include

Hi Everyone, I have created a custom Scripted REST API (POST Method), I am sending JSON data from scripted rest API to script include and updating work notes in incident. But I am facing in error handling. Scripted REST API: (function process( /*REST...