IMan 4.1 - Unable to map "Order Comments/Instructions"."Comments/Instructions" (2 replies)
I need a comment to attach a file.
Randy, we can see a potential improvement to handle the potential problem (but not sure how you arrived at the issue).
You can however get around the issue yourself if you edit the Integration Configuration.
Open the configuation, find the transform, and then find the RECORD node for the Comment level.
We believe you should see a 'logkey' attribute with an empty or non-numeric value. Simply remove that attribute.
(See attached screenshot)
When I attempt to map to the "Order Comments/Instructions"."Comments/Instructions" field I get the following error:
Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType)
at Realisable.Utils.Converter.ConvertTo[T](Object value)
at Realisable.JobDefinition.CustomConnectorTransformAdapter.IsValidAttribute(String attribName, Object value)
at Realisable.JobDefinition.CustomConnectorTransformAdapter.c__DisplayClass40_0.b__3(String attribName)
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Enumerable.d__81`1.MoveNext()
at System.Linq.Enumerable.d__92`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Realisable.JobDefinition.CustomConnectorTransformAdapter.SetAttributesOntoField(TransformRecordField fldDef, Dictionary`2 attributesToSet)
at Realisable.JobDefinition.CustomConnectorTransformAdapter.GenerateRevisionList(TransformDefinition transformDefinition, DataTable fieldMap, TransformRecordDefinition recordDefinition)
at Realisable.IManWebUI.SystemConnectorTransform.SaveGridToTransform(FieldMappingGridState state)
at Realisable.IManWebUI.SystemConnectorTransform.FieldMappingGrid_BarButtonItemClicked(Object source, ButtonBarItemClickEventArgs e)
I'm including a screenshot of the FIELD MAPPING screen as an attachment.