Questions tagged [sap-concur]

For questions related to the product portfolio "SAP Concur", its SDKs, and other related APIs.

Concur is an enterprise product portfolio and technologies that were originally created by an American company named "Concur Technologies" which SAP SE acquired in late 2014. SAP Concur offers travel and expense management services and tools.

APIs and SDKs from Concur can be found here: https://developer.concur.com/

7 questions
1
vote
1 answer

Is an encrypted custom field a secure way to store limited lifespan OAuth tokens for Apex callouts?

Apex callouts are being used to integrate Salesforce with SAP Concur. Named Credential is incompatible because Concur returns a 403 after token expiry, whereas SF expects a 401 to know when to refresh the token. Custom Metadata cannot be written…
Jordanh214
  • 11
  • 2
0
votes
0 answers

Concur / Cognos Report Studio - Create Report of Travel Destination Countries

this question is very specific to the Concur implementation of the IBM Cognos Report Studio tool since it primarily focuses on the data model used therein. It contains business travel expense information including the travel itineraries, which are…
Torric
  • 15
  • 4
0
votes
1 answer

Concur / Cognos report studio - Show all items in column a if at least one value in culmn b meets condition

i am currently trying to filter a report containing business trips and itineraries so it shows only those that have at least one business stop abroad. In more general terms, i want to show all data for a specific value in column "Itinerary Key" if…
Torric
  • 15
  • 4
0
votes
1 answer

Concur Create User returns 404 Batch element missing

I am trying to create a User in Concur. I referred to this post to get the Xml format. Here is the http POST request (Using POSTMAN), Request POST https://www.concursolutions.com/api/user/v1.0/users HTTP/1.1 Authorization: OAuth…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
1 answer

Concur V3 Api not working for Users

I configured a Concur Sandbox and played around with the api. Since the User api is not supported by the .Net SDK I wrote following code. Issue is that code for Expenses work (returns 200 with valida result), but code for users returns 401…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
1 answer

nlapiRequestURL returning http code 400 Invalid parameter combination

I have a Netsuite scheduled script that connects to Concurs API to revoke all tokens for a user but I am getting a response code of 400 Invalid parameter combination. I have tried many different ways of setting the parameters but, I am having no…
kdub
  • 205
  • 1
  • 6
  • 14
0
votes
0 answers

Add custom fields in Concur Rest API

I am trying to invoke following concur REST service https://www.concursolutions.com/api/v3.0/expense/allocations How can I add custom fields into it. As per the doc, it supports 20 custom fields
vegeta
  • 297
  • 1
  • 14