Does anybody work with Azure Data Factory V2 and with Salesforce? I need some protips with data migration between two orgs in Salesforce. Thank you for help! :)
You could follow the Data Factory document: Copy data from and to Salesforce by using Azure Data Factory.
This article outlines how to use Copy Activity in Azure Data Factory to copy data from and to Salesforce. It builds on the Copy Activity overview article that presents a general overview of the copy activity.
Hope this helps.
Related
I need some reference to pull the data from Service Now API End Point to Snowflake Cloud Datawarehouse!
All that I am looking for a step by step guide to Extract data from Servicenow API end point (Based on authorized API ID and Password) into Snowflake Database tables.
I am new into this and Please Help
I am looking to use the built in features of Snowflake (like connectors or pipe or something else) with which I can achieve this.
Thanks in advance
I have requirement to implement a solution for extracting files from share point to adls gen2 or blob storage.
I know we can do by using logic apps.
But looking for other some other possiblities.
The docs have a small mention about how you can use the Copy Activity with HTTP Connector for SharePoint Online that you could explore.
If this doesn't work out for you, Logic Apps are indeed a great to implement this. You could also trigger the Logic App from your Data Factory pipeline when needed.
You could use the Web Activity or Webhook Activity to trigger your Logic App.
We are thinking of creating a site in Angular that would get the information from SharePoint Online site using a Web API. The site and the Web API will be on Azure. The problem that I have is weather or not it is feaseable to query SharePoint Online using on single generic user that would authenticate for each request, or maybe using some sort of additional unique identifier for identifiyng each request, but same user overall. Do you believe it is possible? I have little experience on Azure and SharePoint Online, so any suggestion is welcomed. Thank you in advance.
BR,
Anisia
Yes, it is possible. At Web API level you can call sharepoint (use client-side object model (CSOM) for this) using single user for authentication.
I'm currently looking for an overview of the objects (like Accounts, Campaigns, Cases, Contact, Contract, Lead, Opportunity, ...) in the Service Cloud in comarison to the Sales Cloud. I know there are function overviews but there is not list of objects related to those versions yet. I need a clear separation with all objects of both. Maybe someone can help me out?
Please take a look to these schemes:
Salesforce Data Model
Sales objects - Sales Cloud
Support objects - Service Cloud
hope it would be helpful
You can look into Schema Builder, from Object Manager to know more about Object relationships.
Important things for Service Cloud are -
Case object.
Email-to-Case
Omni Channel
Entitlements and Milestones
Email Threading.
You can search on Trailhead as well for Service Cloud trails. Will help for sure.
Thanks.
I am new to salesforce. I need to know how to design a WSDL for salesforce REST API inorder to connect salesforce service?
I have a doubt, is it possible to do a GET request(sales force has REST access) on sales force resources and create xsd based on the response xml received for each request?
But I cant able to find particular schema available for salesforce.
or
Is there any other way to design a WSDL for REST API?
Thank you for your answer in advance
For the REST API, you don't need to use the WSDL. You can explore the API by going to
https://{instance}.salesforce.com/services/data/v24.0
For an interactive explorer, check out apigee's salesforce console:
https://apigee.com/console/salesforce
You can also use Workbench to make REST calls to Salesforce:
http://wiki.developerforce.com/page/Workbench