Contents
How to integrate Salesforce with Google Drive?
Steps to Integrate Salesforce with Google Drive:
- Create App in Google Console. a. Go to the URL https://console.developers.google.com/project.
- Configure Auth. Provider for Salesforce Google Drive Integration. a.
- Create Named Credentials in Salesforce. a.
- Create a Remote Site Setting in Salesforce. a.
- Make Callouts!
How do you do file upload using Visualforce?
Uploading a Document into Salesforce using Visualforce Page
- Step1: Click on the document Tab.
- Step2: Select the file from your local system to upload & also choose the folder in which you want to save it.
- Step3: Keep its reference as a record to use it ,if tou want to access it directly form record.
How do I upload content to Salesforce?
In Lightning Experience, drag files directly onto the Files related list or click Upload Files. To add Salesforce Files, click Add Files in the related list’s menu. In Salesforce Classic, click Upload File in the Files related list.
How to upload an image from documents to a Visualforce?
A sample Visual Force page along with the custom controller. For this example, I have stored an image in the Document object with name”sample pic”. You can add this VF page to layout of the page. Thank you, Parth.
How to upload files from Google Drive to Salesforce?
1. Open Google Drive console. Here is the link for console: 2. Select a project. If you don’t have any project then create one. 3. Click on Drive API: 4. Click on Create Credentials: 5. Generate API key and Client Secret. 6. Use key and client secret in your apex class to get access token.
How to add images in Visualforce page-Salesforce developer community?
This was the default VF page that comes with the out-of-the-box deployment of the old flavor of the customer portal, it;s very simple, just a plain background, and a box containing a username & password fields. Is there any additional code I need to put “around” it?