• Aakriti Goyal 7
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All,

I am integrating Salesforce with an external system where for a single request, Service will send 2 responses. One response will be sent immediately & after 10 mins another response will be sent. 

Can anyone share some insights to handle both responses in apex?
Hi all,

We are working on some integrations where we need to send some documents with the request. We need to push documents(Retrieved from an API) to the local storage from Salesforce. Later we will be picking those documents & use it in another request.

Is there any way to read local files from the apex to perform some Integration. 

 
I would like to get all the records from a particular list view using SOQL in Apex, I don't like to use standard controller or any sort of cotroller