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

Forum Posts

Resolved! Use existing field in Story table to Defect table

Hi All,I am trying to use an existing field [Business Analyst] in the 'Story' [rm_story] table to the Defect [rm_defect] table. But within the 'rm_defect' table form layout 'business analyst' field is not available in the form layout. I have check th...

Ramel by Mega Guru
  • 2425 Views
  • 6 replies
  • 2 helpfuls

Resolved! sysparm_query

Hello,How can I check for two values of one property of incident with sysparm_queryexample: filter all Incidents by incident_state=1 or incident_state=2

mstancheva by Tera Contributor
  • 3543 Views
  • 5 replies
  • 2 helpfuls

Service Portal, Git integration - Best practices

Interested in what's the best practices when using version control and having multiple developers, but only one/two instances:Is working out of a personal development environment frowned upon?If we can only work out of one instance or two instances, ...

josephdt12 by Giga Contributor
  • 4893 Views
  • 5 replies
  • 4 helpfuls

How to call a UI action from a script?

I have a script which requires to trigger specific UI action. How can I do this?I see on the wiki page which say action name "Defines a name to use when referencing the UI action in scripts".

Resolved! Call URL from ui macro

Folks,I am trying to generate a simple URL in UI macro and call. its failing sysparam needs a demiliter.code:<?xml version="1.0" encoding="utf-8" ?><j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">     <j:set...

eashwar by Tera Contributor
  • 5959 Views
  • 22 replies
  • 0 helpfuls

Resolved! custom workflow activity not visible in custom activity list

Hi,I have created custom powershell activity in Istanbul version of servicenow developer instance.Used the activity in a workflow. The activity designer has been captured in update set and after moving the update set i can see the entries of new cust...

SHA3 by Giga Expert
  • 2655 Views
  • 3 replies
  • 1 helpfuls

Stub for integration testing?

Hello all,We have a scripted web service and our QA team wants to test it but the consumer application isn't ready yet.The web service accepts inputs and creates a request item based on that.We want a very easy to use front end which the QA can use t...

Resolved! Parse JSON Object from Properties.

Hi all,This might be straight forward but I'm not an expert in dealing with JSON objects, so bear with me!!There's a UI action on a table, which when clicked, should make certain fields mandatory. This is supposed to be working on multiple tables wit...

Resolved! Reverting to an older version of an orchestration activity

We accidentally wrecked some custom activities when we rolled out a change recently. The documentation show that you can "View and revert to previous versions of an activity.", but I'm not sure how to revert.   I can view the old version, but does an...

troy_dowd by Giga Contributor
  • 3202 Views
  • 2 replies
  • 2 helpfuls

variable with country drop down in catalog item

Hello experts,I have a requirement to add country field as drop down in catalog item and I have 2 more variables, Business phone and mobile number. Business phone and mobile numbers should allow only 10 digits.once the request is completed, mobile nu...