Hi
Can someone tell me how to insert an integer value into the contact Entity. It's the value of a picklist item.
I have the value but a simple int insert doesn't seem to work.
For example
Dim iCode As Int32 = 167410008
contact("statuscode") = iCode
etc
*This post is locked for comments