Don't know of an easy solution sorry.
Can you not split the ContactName into unique properties in your Contact Class or even extend (via inheritance) the Contact Class to expose FirstName and LastName fields?
Jamie.
Jamie,
If there isn’t other solution, I’ll create properties.
Thank you