dhirajsb/camel-salesforce

LastActivityDate should be DateTime, not String

Opened this issue · 0 comments

Why is LastActivityDate defined as String in AbstractSObjectBase, but in Salesforce cloud the SOAP type is xsd:date? When generating DTOs from camel-salesforce maven plugin, the database type for this fields results in N/VARCHAR(). Unless I'm missing something, shouldn't this field be DateTime too, consistent with other base class date fields?