3keymedia
New member
- Joined
- May 13, 2019
- Messages
- 4
- Programming Experience
- 5-10
Using a WSDL and C# I have successfully connected to my salesforce org and can update records, particularly any data type that is "standard" or a "text" string... but when I attempt to update "date" or "integer" the values remain "null"
We have tried various date formats and can not seem to figure out why the values will not successfully update for "date" and "integer" data types.
We have even tried hard coding the values in rather than parsing and still get the same result.
What could I be missing?
We have tried various date formats and can not seem to figure out why the values will not successfully update for "date" and "integer" data types.
We have even tried hard coding the values in rather than parsing and still get the same result.
What could I be missing?