Skip to content

Commit

Permalink
Tillat nullverdier for 'ActivityCreatedDate__c'
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Klem <[email protected]>
  • Loading branch information
nimajimale and klechr committed Feb 25, 2025
1 parent 48c732b commit 8649034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable
@Serializable
data class SalesforceAktivitet(
val Id__c: String, // -- Id til aktivitet i SF
val ActivityCreatedDate__c: String, // -- Når aktiviteten ble opprettet i SF
val ActivityCreatedDate__c: String?, // -- Når aktiviteten ble opprettet i SF
val EventObject__c: String, // -- Objekttype i SF (Task ; Event)
val TaskEvent__c: String, // -- Hva slags aktivitet (Møte ; Oppgave)
val EventType__c: String, // -- Type hendelse (Created ; Updated ; Deleted ; Undeleted)
Expand Down

0 comments on commit 8649034

Please sign in to comment.