- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 05:19 AM
I created a transform map to create new incidents in our system. We use data policies to enforce mandatory fields. One of these mandatory fields is Call Back Number. Call back number is a string field. When importing a number into this field, the transform mapping finishes with no errors. Records are created and filled in properly.
When importing with text in this field, such as NA, I am receiving this error: Data Policy Exception: The following fields are mandatory: Call back number. When I disable the data policy, the values do not get imported and instead we are getting a blank field.
This is an excel import to the incident table. I've tried changing the column types in excel to see if that does anything but it is no help. I've verified call back number is listed as a string field.
Any thoughts on what I can do to troubleshoot this better?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 08:55 AM
check field data type (dictionary) on the staging table. That's where I would start (change it there), They are several ways to address during conversion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 05:29 AM
Do you have anything set on the dictionary for that field, any attributes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 06:18 AM
No attributes. Only one ACL which is set to make sure that you can edit the field when the state is not closed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 05:42 AM
Hi,
Try with another text and check still it is giving same error or not.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 06:22 AM
Unfortunately, any text kicks out an error while integers works fine.