The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

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
  • 243 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
  • 1430 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