Automating software entitlement creation from procurement in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Refer this post:
Entitlement Creation in SAM Pro
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.