Forum Discussion
TonyToniTone
3 years agoContributor II
A couple of things:
1. Have you reviewed the Import Processing Log to see what Log Code was assigned to the line item not being picked up?
2. As Nidhi mentioned, remove special characters. There is a snippet for this. The StringHelper has other functions that may be useful in your case outside of this below function. Give them a look.
'Removes characters not valid for an XF name property
Return args.Value = StringHelper.RemoveInvalidNameCharacters(args.Value, False)
Related Content
- 3 years ago