[
https://issues.apache.org/jira/browse/CAMEL-13186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Przemyslaw Lenik updated CAMEL-13186:
-------------------------------------
Description:
camel-salesforce-maven-plugin is missing following customizations:
1. Picklist/Multipicklist fields in Salesforce can be converted either to enum
or String in java using only one mechanism - setting variable
useStringsForPicklists = true. This however affects all fields during plugin
run. It would be great, if only specific fields could be converted to
String/Enum.
-2. Date/Datetime fields in Salesforce are converted to
java.time.ZonedDateTime. It would be great if they could be converted to
java.time.LocalDate, java.time.OffsetTime or String (not sure if the last one
is ok). Also targetting specific fields per Object would be great.- - indeed,
this feature would break functionality.
was:
camel-salesforce-maven-plugin is missing following customizations:
1. Picklist/Multipicklist fields in Salesforce can be converted either to enum
or String in java using only one mechanism - setting variable
useStringsForPicklists = true. This however affects all fields during plugin
run. It would be great, if only specific fields could be converted to
String/Enum.
2. Date/Datetime fields in Salesforce are converted to
java.time.ZonedDateTime. It would be great if they could be converted to
java.time.LocalDate, java.time.OffsetTime or String (not sure if the last one
is ok). Also targetting specific fields per Object would be great.
> camel-salesforce-maven-plugin additional customizations missing
> ---------------------------------------------------------------
>
> Key: CAMEL-13186
> URL: https://issues.apache.org/jira/browse/CAMEL-13186
> Project: Camel
> Issue Type: Improvement
> Components: camel-salesforce
> Affects Versions: 2.21.4
> Reporter: Przemyslaw Lenik
> Priority: Minor
>
> camel-salesforce-maven-plugin is missing following customizations:
> 1. Picklist/Multipicklist fields in Salesforce can be converted either to
> enum or String in java using only one mechanism - setting variable
> useStringsForPicklists = true. This however affects all fields during plugin
> run. It would be great, if only specific fields could be converted to
> String/Enum.
> -2. Date/Datetime fields in Salesforce are converted to
> java.time.ZonedDateTime. It would be great if they could be converted to
> java.time.LocalDate, java.time.OffsetTime or String (not sure if the last one
> is ok). Also targetting specific fields per Object would be great.- - indeed,
> this feature would break functionality.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)