Integrating Concur with Salesforce

Thinking about it some more, after knowing what I know about the Concur API now, you can do this with apex. No need for even a third party tool. Create a named credential and then use Apex to invoke a HTTP callout. For an expert apex coder, it is probably a couple of days of work.

I know people dislike custom coding and prefer integration tools so you can drag and drop. But typically the Concur data model doesn’t change that much. It is an expense system so typically adding new fields is like moving mountains based on governance processes. For other non-ERP systems where fields can change any time, then an code based approach isn’t great.

/r/salesforce Thread