Import Standard change template Issue

Amey8
Tera Guru

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

 

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

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

View solution in original post

2 REPLIES 2

Mark Manders
Mega Patron

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

Perfect!! Its working. Thanks.