is data policy work when transferring data using rest api in service now

Shilpi Sharma2
Tera Contributor

is data policy work when transferring data using rest api in servicenow

means i want  to apply composite unique key  using data policy and i am transferring data from another application using jitterbit integration using rest api of the table. Please help

4 REPLIES 4

Kalaiarasan Pus
Giga Sage

It depends. There are couple of checkboxes on data policy that controls whether it is applied for data import and soap transaction. Check how it is setup for your table.

Kalaiarasan Pus
Giga Sage

find_real_file.png

i am transferring data from my oracle database to servicenow table which checkbox to be used.

Ashish Pinjarka
Tera Expert

Hi Shilpi,

 

By default, data policies are applied to all GlideRecord operations including those used in Scripted REST APIs, and the REST Table API. You can opt out of applying the data policy to:
  • Target records of web services
  • Import sets
  • Client-side UI policies

The admin role is required to edit data policies.

 

For more information, you can refer below links,

https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/field-administrat...

 

Kindly mark as Answered or Helpful, if applicable.

 

Regards,

Ashish Pinjarkar