Hello:
I'm using a script for a field's mapping in Integration Manager. When you do this, the mapping does not allow for you to truncate the size of the data for the field. Argh!
That's why I'm getting the following error: "...resulted in a value that was larger than that fields defined size".
The following is the script that I'm using for the Distribution Reference field:
CurrentField = SourceFields("GL Detail.Report Key") & SourceFields("GL Detail.Report Entry Vendor Description")
Obviously, I need to modify the script to truncate the second source field. How do I do that?
Thank you! Much appreciated!
John
*This post is locked for comments