The following are limitations or notes for the ServiceNow connector:
As per SaaS documentation
, sys_created_on
,sys_updated_on
, andsys_mod_count
are system generated fields. The connector relies on SaaS APIs to provide these fields in the response body.If SaaS doesn't generate these fields for any entity, filter based partitioning cannot be supported.
If SaaS APIs don't return
sys_created_on
andsys_updated_on
fields in the response,DML_STATUS
cannot be calculated.