Integration using Salesforce Connect

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • Integration using Salesforce Connect
    0:00 Introduction
    1:19 When to use Salesforce Connect
    02:40 Approaches / Cross Org Adaptor/File Connect/ ODATA Adaptor
    3:20 Building Blocks External Data Source / External Object
    4:25 Cross Org Adaptor - External Data Source
    5:00 Demo to connect two Salesforce org
    19:35 OData Adaptor - What is OData
    27:15 Salesforce Connect Considerations

ความคิดเห็น • 34

  • @vetealaurent3380
    @vetealaurent3380 3 ปีที่แล้ว +1

    insightful thanks ! From what I understand it is best used when you only need to view the data from another system/org trough your salesforce UI. Else for manipulation you would actually need that data to sit in your current salesforce org and therefore create an api

    • @meeranair1539
      @meeranair1539 3 ปีที่แล้ว +1

      Yes, better suitable for read-only approach if you consider the limits mentioned towards the end of the session. But you can still update data in the external system through this approach if we enable writable setting while setting up data source.

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Thanks @Meera for your help

  •  2 ปีที่แล้ว +2

    Excellent presentation. Thank you Meera.

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      Glad you liked it

  • @pavloshchur3684
    @pavloshchur3684 2 ปีที่แล้ว +2

    Very useful session!

    • @apexhours
      @apexhours  2 ปีที่แล้ว +1

      glad you like it

  • @johnlcyborg
    @johnlcyborg 4 หลายเดือนก่อน

    This was very helpful. Thank you!

    • @apexhours
      @apexhours  4 หลายเดือนก่อน

      Glad it was helpful!

  • @rakshitha4316
    @rakshitha4316 3 ปีที่แล้ว

    Is there in limitations on querying external object without where clause?

  • @adityawaghmare9567
    @adityawaghmare9567 ปีที่แล้ว

    can we use lightning connect on sandbox?

  • @rashmedo
    @rashmedo 4 หลายเดือนก่อน

    very good presentation, very well presented! learnt alot

    • @apexhours
      @apexhours  4 หลายเดือนก่อน

      Glad to hear that!

  • @rohitsinghal3413
    @rohitsinghal3413 2 ปีที่แล้ว +1

    too much knowledgeable video.

  • @mohitk4683
    @mohitk4683 2 ปีที่แล้ว

    To use Salesforce Connect is Connected App to be created mandatory?

  • @mohitk4683
    @mohitk4683 2 ปีที่แล้ว

    I am not able to understand when to use SF Connect & Connected App. Can you explain when to these?

  • @karthik3842
    @karthik3842 ปีที่แล้ว +1

    Is it possible to sync 'Opportunity' object by using cross org adaptor?

    • @balzzz4435
      @balzzz4435 5 หลายเดือนก่อน

      of course yes

  • @arohitu
    @arohitu 3 ปีที่แล้ว +1

    Can someone share how I would use apex to insert a record in an external system by insering into External object. I should get the id of the record that got inserted into external object as well.

    • @meeranair1539
      @meeranair1539 3 ปีที่แล้ว

      You can programmatically insert record to external object by using below sample code.
      Account__x acc= new Account__x(name__c='My Test Account');
      Database.SaveResult sr = Database.insertAsync (acc);
      Also, the record id will be available in the ExternalId field on the external object.

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Sample code is provided by meera nair

  • @mythiligaming
    @mythiligaming ปีที่แล้ว

    How can we give password appended with security token?

    • @erwaqar
      @erwaqar ปีที่แล้ว

      you can get the security token click on the top right corner setting and setup in quick find search security token then reset and salesforce will mail you the security token thanks .

  • @saimanojaki1995
    @saimanojaki1995 3 ปีที่แล้ว +1

    In consedrations slide mentioned valdation rules not supported
    But during giving demo valdation rule have been afected
    Kindly please let me know valdation rules and triggers are supported

    • @meeranair1539
      @meeranair1539 3 ปีที่แล้ว +1

      Both are not supported at this moment. In the demo the fired validation rule was from external system directly. You cannot create a validation rule on an external object

  • @ragulhm
    @ragulhm 2 ปีที่แล้ว

    I don't want to fetch millions of records from my external system,
    can i get a single record alone by ID ?

    • @mohitk4683
      @mohitk4683 2 ปีที่แล้ว

      you cant do it through SF Connect. U can achieve by exposing class as REST service in org & fetch using Connected App setup

  • @pankajgoel2691
    @pankajgoel2691 2 ปีที่แล้ว +1

    what is the diiference between integration using salesforce connect and connected app?

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      We will create one blog post or video on same

  • @yamatoanshu
    @yamatoanshu 2 ปีที่แล้ว +1

    Thankyou...! But how we can connect Oracle 11g xe with Salesforce? Please help me...! Or make a Video on that. Would be really helpful.

    • @apexhours
      @apexhours  2 ปีที่แล้ว +1

      we will plan soon

    • @yamatoanshu
      @yamatoanshu 2 ปีที่แล้ว

      @@apexhours Thankyou...! Eagerly Waiting For The Same.