You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/11/23 08:46:59 UTC

[jira] [Resolved] (CAMEL-10472) Update Salesforce component to support recent items REST API

     [ https://issues.apache.org/jira/browse/CAMEL-10472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-10472.
---------------------------------
    Resolution: Fixed
      Assignee: Zoran Regvart

Thanks for the PR

> Update Salesforce component to support recent items REST API
> ------------------------------------------------------------
>
>                 Key: CAMEL-10472
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10472
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-salesforce
>    Affects Versions: 2.18.1
>         Environment: Any
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>             Fix For: 2.19.0
>
>
> Part of CAMEL-8396 to add support for the [Recently Viewed Items|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm].
> Add operation `recent` that can be used like:
> {code:java}
> ...to("salesforce:recent")
>     .split().body()
>       .log("${body.name} at ${body.attributes.url}");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)