Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! On change Catalog client script: Code is not working

Hello All, I'm attempting to make a field visible and mandatory, but it doesn't seem to be working.  The variables are becoming mandatory, but they're not getting hidden. Could you please help me troubleshoot this?" Here is the code : on change of ch...

Bindhu1 by Tera Contributor
  • 833 Views
  • 3 replies
  • 1 helpfuls

Resolved! KB Issue - multiple published versions

In our current workflow, if a user makes multiple changes to a KB in a row, it can result in multiple published versions because of how the approvals come through. For example, KBXXXXXX was modified by an user on 4/9 and submitted for approval. Then ...

Make fields mandatory for catalog item variable

I have a question here , Please refer the img. When the checkbox is checked, the following two variables are visible and mandatory by the catalog UI policy.Now, I've received a new requirement: If the first mandatory variable is filled out, the other...

Bindhu1_0-1712764156010.png
Bindhu1 by Tera Contributor
  • 438 Views
  • 1 replies
  • 0 helpfuls

Resolved! Partner instance, PDI

Hi, I have a question. What's the difference between a partner instance and a PDI? I get that a PDI is a personal instance however, I saw somewhere we can have partner instances. Does it mean we can have a partner instance (obvisouly not a production...

Floriane by Tera Contributor
  • 2356 Views
  • 2 replies
  • 4 helpfuls

Postman Attachment API Example

Create a new HTTP requestSet type to "Post"Set URL to https://[INSTANCE_NAME].service-now.com/api/now/attachment/uploadAdd these headers:Accept = */*Content-type = application/jsonSwitch to body tab, set to "form-data"Add these to body:table_name = [...

Body.png Body-SetToFile.png Headers.png