Vancouver |
Table 17. Changed scoped classes
| Class |
Methods |
| GlideAggregate - Scoped |
The orderBy() method now accepts arguments that are glidefunctions. |
Table 18. Changed global classes
| Class |
Methods |
| GlideAggregate - Global |
The orderBy() method now accepts arguments that are glidefunctions. |
|
Washington DC |
Table 23. Changed scoped classes available in the ServiceNow Store
| Application |
Version |
Class |
Methods |
| Customer Service Management |
2.0.0 |
LeadtoCashCore - Scoped |
- The LeadtoCashCore - getPrimitivesEPService(String sourceToTargetConfigID, Object context) method provides an new object parameter, context, which supports two options for displaying attribute values and for enabling the ability
to invoke more than one instance at a time.
- The LeadtoCashCore - createInstance(String headerSysIDs, String lineSysIDs, Boolean isTarget, Object additionalParams) method supports the ability to create one or more entities using multiple header or line IDs in the API script.
- The LeadtoCashCore - delta(Object sourceJSON, Object dirtyJSON, Object additionalParams) method now supports multi-select use cases and retrieves action details in the source JSON.
- The LeadtoCashCore - effect(Object sourceJSON, Object targetJSON, Object additionalParams) method now supports the ability to invoke effect() with empty arrays of various related items to mark them as 'no change' between source and target JSONs.
|
| Automated Test Framework |
2.3.8 |
Cloud Runner TestGenerationApi – Scoped, Global |
TestGenerationApi – startJob(String tableEncodedQuery, String userEncodedQuery, String catalogEncodedQuery, Number maxTestCount, Number maxTestCountPerTable, Number maxTestCountPerItem, String email, Boolean separateUpdateSetPerScope, String scopeForGeneratingTests) - endpoint supports two new parameters, separateUpdatePerScope and scopeForGeneratingTests, which designate whether
generated tests are separated into same or separate scopes. |
Table 24. Changed global classes available in the ServiceNow Store
| Application |
Version |
Class |
Methods |
| Automated Test Framework |
2.3.8 |
Cloud Runner TestGenerationApi – Scoped, Global |
The TestGenerationApi – startJob(String tableEncodedQuery, String userEncodedQuery, String catalogEncodedQuery, Number maxTestCount, Number maxTestCountPerTable, Number maxTestCountPerItem, String email, Boolean separateUpdateSetPerScope, String scopeForGeneratingTests) method supports the new separateUpdatePerScope parameter, which designates whether generated tests are separated into same or separate
scopes. |
Table 25. Changed REST APIs available in the ServiceNow Store
| Application |
Version |
API |
Endpoints |
| Automated Test Framework |
2.3.8 |
Cloud Runner Test Generation REST API |
The Cloud Runner Test Generation - POST /now/sn_atf_tg/test_generation endpoint supports two new parameters, separateUpdatePerScope and scopeForGeneratingTests, which designate whether
generated tests are separated into same or separate scopes. |
| Order Management for Telecommunications, Media, and Technology |
8.0.1 |
Product Order Open API |
A new system property, sn_ind_tmt_orm.allowSpecVersionUpdateInChangeOrder, impacts how change orders are processed for the PATCH /sn_ind_tmt_orm/order/productOrder/{id} and POST /sn_ind_tmt_orm/order/productOrder endpoints. When the property is set to true (default), if the product inventory is a different version than
indicated in the order, the product inventory is automatically upgraded to the version in the order by changing the referenced product specification. This allows the order to be successfully processed. |
| Order Management for Telecommunications, Media, and Technology |
8.0.1 |
Service Order Open API |
A new system property, sn_ind_tmt_orm.allowSpecVersionUpdateInChangeOrder, impacts how change orders are processed for the PATCH /sn_ind_tmt_orm/order/serviceorder/{id} and POST /sn_ind_tmt_orm/serviceorder endpoints. When the property is set to true (default), if the service is a different version than indicated in the order, the
service is automatically upgraded to the version in the order by changing the referenced service specification. This allows the order to be successfully processed. |
|
Xanadu |
Table 26. Changed scoped classes in Xanadu
| Class |
Methods |
| HistoryWalker - Scoped, Global |
Added parameter for specifying the type of history walker implementation to use. HistoryWalker() |
Table 27. Changed global classes in Xanadu
| Class |
Methods |
| GlideAggregate - Global |
Added support for dynamic schema.
- addAggregate()
- addHaving()
- getValue()
- groupBy()
- orderBy()
- orderByAggregate()
|
| GlideRecord - Global |
Added support for dynamic schema.
- addQuery()
- getDisplayValue()
- getValue()
- orderBy()
- orderByDesc()
- setDisplayValue()
- setValue()
|
| HistoryWalker - Scoped, Global |
Added parameter for specifying the type of history walker implementation to use. HistoryWalker() |
Table 29. Changed scoped classes in the ServiceNow store
| Application |
App version |
Class |
Methods |
| Lead to Cash Core |
V1.3.1 |
LeadtoCashCore - Scoped |
The LeadtoCashCore script include is enhanced to support reconfiguration use cases:
- createInstance() - Returns _state identifying whether the entity record is in an active or inactive state.
- delta() - additionalParams now supports the ability to ignore attributes to compare in source and dirtyJSONs.
- effect() - additionalParams now supports the ability to provide context variable keys instead of dictionary field names. Additionally, effect() returns the _state parameter
identifying whether the entity record is in an active or inactive state.
|
| Lead to Cash Core |
V2.0.0 |
LeadtoCashCore - Scoped |
commitInstance() now returns the dataObject object which displays the status of an asynchronous transaction for users to review and submit the transaction for further fulfillment. |
Table 30. Changed client APIs in the ServiceNow store
|
|
Class |
Methods |
| CSM Openframe |
V1.0 |
openFrameAPI - Client |
Added workitem_rejected and workitem_accepted response payloads. subscribe() |
| CSM Openframe |
V1.1 |
openFrameAPI - Client |
Added isAutoAccepted flag in response payloads. subscribe() |
Table 31. Changed REST APIs in the ServiceNow store
| Application |
App version |
Class |
Methods |
| Customer Contracts and Entitlements |
V4.0 |
Service Contract API |
Product specification information and automatically generated identification number were added to the following endpoints:
- GET /sn_pss_core/servicecontract/{id}
- GET /sn_pss_core/servicecontract/contractline/{id}
- POST /sn_pss_core/servicecontract
- POST /sn_pss_core/servicecontract/contractline
|
| Entitlements Verification |
V2.0 |
Verify Entitlements API |
Product specification information and automatically generated identification number were added to the following endpoints:
- GET /sn_ent_verify/verifyentitlements
- GET /sn_ent_verify/verifyentitlements/getEntitlementCharacteristic/{id}
|
| Telecommunication Open APIs |
V2.1.0 |
Service Order Open API |
- For all endpoints, the namespace and endpoint paths changed from sn_ind_tmt_ord to sn_tmf_api.
- The following methods return two new parameters, href and orderDate.
- GET /sn_tmf_api/order/serviceOrder
- POST /sn_tmf_api/order/serviceOrder/cancelserviceorder
- Service Order Open API – POST /sn_tmf_api/order/serviceOrder
- POST /sn_tmf_api/order/serviceOrder/outboundresponse
|
| Telecommunication Open APIs |
V2.1.0 |
Product Catalog Open API |
- For all endpoints, the namespace and endpoint paths changed from sn_ind_tmt_ord to sn_tmf_api.
- productOffering methods return two new optional parameters, href and lifecycleStatus:
- GET /sn_tmf_api/catalogmanagement/productOffering
- GET /sn_tmf_api/catalogmanagement/productOffering/{id}
- PATCH /sn_tmf_api/catalogmanagement/productOffering/{id}
- POST /sn_tmf_api/catalogmanagement/productOffering
- productSpecification methods return three new optional parameters, isBundle, href, and lifecycleStatus:
- GET /sn_tmf_api/catalogmanagement/productSpecification
- GET /sn_tmf_api/catalogmanagement/productSpecification/{id}
- PATCH /sn_tmf_api/catalogmanagement/productSpecification/{id}
- POST /sn_tmf_api/catalogmanagement/productSpecification
|
| Threat Intelligence Security Center for Security Operations |
V3.5.0 |
TISC API |
The sort_by and sort_direction request body parameters are no longer supported. Observables returned in the response are sorted by sys_id in ascending
order. POST /sn_sec_tisc/threat_intel_data/observables |
| Workplace Reservation Management |
|
WSD Extra Service Request API |
Added new request body parameter, reservationDateTimeChanged. GET /sn_wsd_rsv/reservable/list_reservables/{sys_ids} |
| Workplace Reservation Management |
V2.11.0 |
WSD Reservable API |
Added new query parameter, reservation_start_time. GET /sn_wsd_rsv/reservable/list_reservables/{sys_ids} |
| Workplace Reservation Management |
V2.11.0 |
WSD Reservable V2 API |
Added new query parameter, reservation_start_time. POST /sn_wsd_rsv/v2/reservable/list_reservables |
|
Yokohama |
Table 32. Changed scoped classes in Yokohama
| Class |
Methods |
| PDFGenerationAPI - Scoped, Global |
- convertToPDF()
- convertToPDFWithHeaderFooter()
New properties, glide.pdf.url.whitelisting.enabled and com.snc.pdf.whitelisted_urls, have been added to ensure whether external URLs provided should be rendered in the PDF output.
A new property, accessibilityEnabled, has been added for PDF accessibility support.
|
Table 33. Changed global classes in Yokohama
| Class |
Methods |
| PDFGenerationAPI - Scoped, Global |
- convertToPDF()
- convertToPDFWithHeaderFooter()
New properties, glide.pdf.url.whitelisting.enabled and com.snc.pdf.whitelisted_urls, have been added to ensure whether external URLs provided should be rendered in the PDF output.
A new property, accessibilityEnabled, has been added for PDF accessibility support.
|
Table 34. Changed REST APIs in Yokohama
| API |
Endpoints |
| Attachment API |
POST /now/attachment/file: A new parameter, creation_time, can be used to capture attachment creation times when the Now Mobile app is offline and the attachment is uploaded to a record at a later time. |
Table 35. Changed scoped classes in the ServiceNow Store
| Application |
App Version |
Class |
Methods |
| Lead to Cash Core |
V1.4 |
LeadtoCashCore - Scoped |
Enhanced the performance of the Commit Instance API to improve number generation for the number field:
- effect(): The _records_count return object is added to provide details about newly inserted records for a particular table, such as the table name and number of inserted records.
- commitInstance(): A new additional parameter, useNumberGenerator, is added to optionally generate and apply sys_ids to new table records in bulk.
|
| ATF Test Generator and Cloud Runner |
2.7.2 |
TestGenerationApi – startJob(String tableEncodedQuery, String userEncodedQuery, String catalogEncodedQuery, Number maxTestCount, Number maxTestCountPerTable, Number maxTestCountPerItem, String email, Boolean separateUpdateSetPerScope, String scopeForGeneratingTests, String suiteName) |
Added the testSuite parameter allowing you to set the name of the new test suite that is created during test generation. |
Table 38. Changed REST APIs in the ServiceNow Store
| Application |
App Version |
API |
Endpoints |
| Accounts Payable Operations |
v2.0.0 |
AP Invoice API |
Add properties supporting bill-to address information.
- POST /sn_spend_intg/ap_invoice/cxml
- POST /sn_spend_intg/ap_invoice/json
|
| ATF Test Generator and Cloud Runner |
2.7.2 |
Cloud Runner Test Generation - POST /now/sn_atf_tg/test_generation |
Added the testSuite parameter allowing you to set the name of the new test suite that is created during test generation. |
| Order Management |
v11.3.0 |
Product Order Open API |
The productSpecification request parameter has changed from required to optional.
- PATCH /sn_ind_tmt_orm/order/productOrder/{id}
- PATCH /sn_ind_tmt_orm/productorder/{id}
- POST /sn_ind_tmt_orm/order/productOrder
- POST /sn_ind_tmt_orm/productorder
|
| Order Management
|
v12.5.0 |
Product Inventory Open API |
The productSpecification request parameter has changed from required to optional. These endpoints now retrieve all product inventory records. In prior releases, product inventory records without a
specified product specification weren't returned.
- POST /api/sn_prd_invt_/product
- GET /api/sn_prd_invt_/product
- GET /api/sn_prd_invt_/product/{id}
|
| Product Catalog |
v14.1.0 |
Product Catalog Open API |
The ability to specify product bundles has been added to the following endpoints:
- GET /sn_tmf_api/ catalogmanagement/catalog
- GET /sn_tmf_api/ catalogmanagement/catalog/{id}
- GET /sn_tmf_api/ catalogmanagement/productOffering
- GET /sn_tmf_api/ catalogmanagement/productOffering/{id}
- PATCH /sn_tmf_api/ catalogmanagement/productOffering/{id}
- POST /sn_tmf_api/ catalogmanagement/productOffering
- GET /sn_tmf_api/ catalogmanagement/productSpecification
- GET/sn_tmf_api/ catalogmanagement/productSpecification/{id}
- PATCH /sn_tmf_api/ catalogmanagement/productSpecification/{id}
- POST /sn_tmf_api/ catalogmanagement/productSpecification
|
|