- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 10:34 PM
I'm trying to bulk import the standard change template in servicenow. I'm referring to the solution provided in this link - https://www.servicenow.com/community/service-management-forum/does-bulk-load-import-of-standard-chan...
But only Short Description and description are getting mapped. Implementation plan , Backout plan etc. are empty.
Using below as Change Request Values
short_description=Imported short description^description=Imported Description^implementation_plan=Imported Implementation Plan^backout_plan=Imported backout plan^test_plan=Imported Test Plan^assignment_group=a715cd759f2002002920bde8132e7018^justification=Imported Justification^risk_impact_analysis=Imported Risk Analysys^EQ
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 11:59 PM
Check the length of the 'Change Request Value'-field in your import table. Default it is probably too small to get everything. It needs to be big enough to store everything.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 11:59 PM
Check the length of the 'Change Request Value'-field in your import table. Default it is probably too small to get everything. It needs to be big enough to store everything.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 12:06 AM
Perfect!! Its working. Thanks.