- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 11:31 PM
When I import data into the work order table, it is truncated because the short description is too long, but I set the max length to 1000 in the dictionary, but it is always truncated at the 73rd character. How do I solve this problem?
The system log contains the following error information:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 11:42 PM
https://www.servicenow.com/community/itam-articles/repair-fields-that-truncate-during-transform/ta-p...
I found the reason because the default value of the field length of the import set table is short. This problem is solved after the max length of the import table field is modified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 11:42 PM
https://www.servicenow.com/community/itam-articles/repair-fields-that-truncate-during-transform/ta-p...
I found the reason because the default value of the field length of the import set table is short. This problem is solved after the max length of the import table field is modified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 11:45 PM
But the error in the system log still appears, which needs to be fixed!!! please help me