Automating software entitlement creation from procurement in ServiceNow

amit_kishore
Tera Contributor

Hi All,

 

We have a requirement to automate entitlement creation  in service-now when the procurement (It happens in ERP system) is completed.

 

Can someone please help to know about the technical steps or any reference documents for the same,

 

Regards,

Amit Kishore

 

2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @amit_kishore 

 

Refer this post:

Entitlement Creation in SAM Pro 

 

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

pr8172510
Tera Guru

Hi @amit_kishore,

Yes, this can be automated. The recommended approach is to integrate your ERP procurement system with ServiceNow and automatically create/update Software Entitlements when a software purchase is completed.

 flow:

ERP Procurement Completed
        ↓
Integration (REST API / Import Set / IntegrationHub)
        ↓
Create or Update Software Entitlement
        ↓
Associate Software Model
        ↓
Run Reconciliation

 

ServiceNow provides support for:

  • Software Entitlements
  • Procurement integrations
  • Import Sets and Transform Maps
  • IntegrationHub/REST APIs for automated data ingestion

The exact implementation depends on the ERP system (SAP, Oracle, etc.),
but the standard pattern is to send purchase details from the ERP system to ServiceNow and create entitlement records automatically.