Salesforce Integrations with Scenarios that Every Developer Must Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

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

  • @HG-tq5fo
    @HG-tq5fo 13 ชั่วโมงที่ผ่านมา

    In case schema added in description is not working for you( there are some indentation errors ), below can be referred :
    openapi: 3.0.0
    info:
    version: '1.0.0'
    title: Employee Search API
    description: API to search employees in the system.
    paths:
    /employee:
    get:
    tags:
    - EmployeeAPI
    summary: API to search employees
    operationId: searchEmployee
    description: |
    Use this endpoint to search for an employee in the system by their Employee Number.
    parameters:
    - in: query
    name: employeeNo
    description: Employee Number to search in the system.
    required: true
    schema:
    type: string
    responses:
    '200':
    description: Search results matching the criteria.
    content:
    application/json:
    schema:
    type: array
    items:
    $ref: '#/components/schemas/Employee'
    '400':
    description: Bad input parameter.
    content:
    application/json:
    schema:
    type: object
    properties:
    error:
    type: string
    example: "Invalid Employee Number format."
    components:
    schemas:
    Employee:
    type: object
    required:
    - empNo
    - employeeName
    - employeeAge
    - employeeJoiningDate
    properties:
    empNo:
    type: string
    format: uuid
    example: emp-01
    employeeName:
    type: string
    example: Test Name
    employeeAge:
    type: integer
    format: int32
    example: 19
    employeeJoiningDate:
    type: string
    format: date
    example: '2015-01-01'
    servers:
    - url: virtserver.swaggerhub.com/YOUR_USERNAME_HERE/Employee/v1

  • @shanuanand2050
    @shanuanand2050 หลายเดือนก่อน +33

    Please do not leave us after now. Welcome back.

    • @SalesforceExclusive
      @SalesforceExclusive  หลายเดือนก่อน +2

      @@shanuanand2050 Thank you so much for your words

  • @memesv3.093
    @memesv3.093 หลายเดือนก่อน +18

    Legend has arrived, Hats off Sreekanth
    Waiting for more videos

  • @shubhammathurkar4816
    @shubhammathurkar4816 หลายเดือนก่อน +15

    Hi Srikanth, So happy that you are back. Make a video in Apex basic to advance so developer learn fast😚

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

    You don't know how excited I am when I saw thumbnail of this video. Literally my feeling is "Hammayya" . Please continue Salesforce videos🙏 like LWC, Clouds like Sales, Service, CPQ etc. Thank you for the wonderful content.

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

    Hi Srikanth, good to see you again. Thank you for all the hardwork you put in for the community.

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

    5 hours video entra vegi. Enni rojulu teesukunav prepare cheyadaniki. Great dedication machaa 👏👏

  • @javalearner-q4j
    @javalearner-q4j หลายเดือนก่อน +5

    Hello Sreekanth thank you for all the salesforce related videos, all the videos were very helpful and welcome back ❤

  • @hameedshaik-ko2ij
    @hameedshaik-ko2ij หลายเดือนก่อน +5

    Have been looking for a new video from you, glad that you are back

  • @samarthhegde5435
    @samarthhegde5435 หลายเดือนก่อน +3

    Hi Srikanth, So happy that you are back, Hoping to get more videos from you in the future.

  • @SowjanyaB-td1rg
    @SowjanyaB-td1rg หลายเดือนก่อน +6

    Your videos are very crystal clear.

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

    Thank you Thank you Thank you so much for the com back Please do not leave us after now. Welcome back KING OF SALESFORCE AND EINSTEIN - SRIKANTH

  • @swarnalide2413
    @swarnalide2413 4 วันที่ผ่านมา

    Thank you soooo much. Most awaited session. First time I am learning integration without feeling bored

  • @RareFreaksWorld
    @RareFreaksWorld หลายเดือนก่อน +3

    Thank you for coming back. We missed you. 🎉

  • @shubhampatil9431
    @shubhampatil9431 15 วันที่ผ่านมา

    Before i dont understand how to do the integration..i saw so much videos on youtube but i didnt understand anything..but when i saw your integration videos i learn so much about integration..now i know the integration how it work...thank you for this video..

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

    Thankyou so much for coming back..we need your videos

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

    Most awaited topic from you sir 👏👏👏👏💐

  • @shwetagajbhiye7711
    @shwetagajbhiye7711 หลายเดือนก่อน +3

    Omg.....thank you for coming back. I am so happy 😊

  • @DeveshWarhade-s5m
    @DeveshWarhade-s5m 25 วันที่ผ่านมา

    Your teaching style and abundance of knowledge, varieties, visuals, explanation, logic, queries by Q boy and solutions are mesmerizing. It is valueableee than any course available in Udemy or on any other platform. Some taught 2, some other 3, some other 1 about integration. it only put me in more and more doubt by other instructors in Udemy. JUSTTT THANKS A LOT AND PLEASE KEEP COMING WITH SUCH AMAZING, EXCLUSIVE CONTENT. We miss your videos.

  • @sreyashi3085
    @sreyashi3085 18 วันที่ผ่านมา

    Thank you so much for posting such important topic in such a clear and interesting way. Have been a fan of your videos for a long time and we all have been patiently waiting for your comeback! Looking forward to seeing more videos from you!

  • @puneetkumbi
    @puneetkumbi 8 วันที่ผ่านมา

    Love your content !! Simple & Scenario based explanations. Thanks for all that you do ! Please continue covering different topics

  • @pavannandan498
    @pavannandan498 หลายเดือนก่อน +1

    After the long time, the video quality and content creation was very good

  • @PANKAJKUMAR-uo5ub
    @PANKAJKUMAR-uo5ub หลายเดือนก่อน +1

    Good to see sir, you have start creating content again. I love your explanation. I learnt many concept from your videos and got job as salesforce developer. please share your linkedIn profile link. love to be the part of your network

  • @sankalpjustdial
    @sankalpjustdial หลายเดือนก่อน +2

    Sreekanth, so cool.. man your channel should be awarded ... Your videos are the best for any beginners. Kind of you to take time and post this.
    Any plans of LWC .. pls consider LEC next that is another tiger that needs to be converted to a cat 😊

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

    Omg, you are back, Thanku for the video sir, please keep posting videos like this. We really really need you 🙏🙏🙏

  • @Kshirsagar.abhishek
    @Kshirsagar.abhishek หลายเดือนก่อน +3

    Welcome back sir ji 🤩🥳

  • @panditaniket
    @panditaniket 15 วันที่ผ่านมา

    Welcome back Shrikant sir❤ Thankyou for covering this topic and explaining everything so nicely. Please make series on LWC also, its an humble request.

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

    Learn so much from your videos, welcome back and share your knowledge with us. 😊😊

  • @ajitnaykinde-h2u
    @ajitnaykinde-h2u 16 วันที่ผ่านมา

    heard from friend today for integration video....great to see you back in ground

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

    Thank you, for posting videos and Welcome back Srikanth. Expecting more videos

  • @mihirdhore
    @mihirdhore 7 วันที่ผ่านมา

    Welcome Back Legend, Waiting since long time!

  • @firushanov
    @firushanov หลายเดือนก่อน +2

    Yehooow, happy to see you back!

  • @shaswatsood4595
    @shaswatsood4595 หลายเดือนก่อน +3

    King is back!

  • @zulfiyahanim694
    @zulfiyahanim694 หลายเดือนก่อน +1

    So happy to see you are back

  • @RahulKumar-ii9wi
    @RahulKumar-ii9wi หลายเดือนก่อน +1

    Waited so long for your videos.❤

  • @Ammu1123-o3c
    @Ammu1123-o3c หลายเดือนก่อน +1

    Thanks a lot for coming back i have searched for u on linkdin as well to tell make videos ,u r just awsome to explain anthing please make more videos , if possible try to make a video on carrer switch to salesforce

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

    Happy to see you again thanks for coming back

  • @RavindraVepuri
    @RavindraVepuri หลายเดือนก่อน +1

    Usually I wont add any comments in TH-cam but now I just wana say onething after seeing this video from sreekanth ahnna.. Once upon a time there lived a Ghost and he is Not a Myth anymore

  • @sudheerkumarchitluri1947
    @sudheerkumarchitluri1947 16 วันที่ผ่านมา

    Evandra Sanjay Guptha....The king is Back...🤗

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

    Your video are really helpful for every Salesforce developer

  • @ambatiambati-t5v
    @ambatiambati-t5v หลายเดือนก่อน +1

    Thanks for your time to make learning fun bro

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

    Amazing lecture, sir! So happy you're back 😊. Just a small suggestion: At 2:16:14, I think the checkbox was shown under the standard SOAP API by mistake. Since we had just covered Apex REST API, it got a bit confusing, but I figured it out after cross-checking. Thanks again for the great content!

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

      Thanks for pointing out, its editing mistake. I placed it wrongly for 2 scenarios, due to limitation with youtube i cannot swap them, i may need to trim them out for avoiding any confusion. Thanks Devansh

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

    "Keep those awesome videos coming! Can't wait for your next drop on LWC and more cool content!"

  • @SanjayR-r1z
    @SanjayR-r1z 13 วันที่ผ่านมา

    Really awesome contents. Thanks a lot ❤. We really expect more videos from you like this 😅. Please teach us LWC and Aura like this🙏

  • @SahilKhan-mx1rp
    @SahilKhan-mx1rp หลายเดือนก่อน +1

    Welcome back Srikanth.

  • @Sachin65640
    @Sachin65640 หลายเดือนก่อน +2

    Thank you for the detailed video.
    Can you please make video on files and attachments integration.
    Thank you in advance.

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

    We are really waiting for long time your video's are awesome

  • @chetanvaishnav
    @chetanvaishnav 14 วันที่ผ่านมา +1

    Hello Srikanth,
    During the integration of two Salesforce orgs, I encountered an error with status code 404 while using the 'Salesforce API' profile. (You used 'System Admin' profile that's why you did't encountered this error).
    To resolve this, I created a permission set with Create, Read, Edit, and Delete (CRED) access on the Account object and assigned it to the Salesforce API user. This resolved the issue successfully.
    Thank you

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

    wow !integration can be so easy to understand in salesforce.

  • @nitintiwari2776
    @nitintiwari2776 หลายเดือนก่อน +1

    OMG 😮 welcome back🙌

  • @Ram-vs6dh
    @Ram-vs6dh 28 วันที่ผ่านมา

    Hi Srikanth, Hope you are doing well , Your way of explanation is excellent , Thanks looking for videos

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

    Your Videos are very helpful. expecting more videos on integration and salesforce cloud's Thank you.

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

    Thank you for the very good understandable video of all about Integration.

  • @PavanPaduchuri
    @PavanPaduchuri หลายเดือนก่อน +1

    What i learned for years was explained in few hours

  • @adarsh457
    @adarsh457 หลายเดือนก่อน +1

    Finally after a long time 😊

  • @naveenyalamala
    @naveenyalamala หลายเดือนก่อน +1

    Anna vachesadu 🤩..ennallaku mi darsanam ayindhi

  • @shivanandtotar4357
    @shivanandtotar4357 หลายเดือนก่อน +1

    Well come back ❤🎉 sir 💐

  • @RajkumarChowhan-z8z
    @RajkumarChowhan-z8z หลายเดือนก่อน

    Hi Srikant it's truly amazing series additionally we are expecting LWC complete series hope your next series might be on LWC finger crossed and if possible start coaching classes for salesforce.

  • @naveenkumarjai8368
    @naveenkumarjai8368 19 วันที่ผ่านมา

    great work bro i am grateful to your work and knowledge

  • @vandanakumari3293
    @vandanakumari3293 13 วันที่ผ่านมา

    your explanation are super awesome

  • @arshadakramsyed
    @arshadakramsyed 22 วันที่ผ่านมา

    Excellent explanation sir. Thankyou

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

    After years of waiting u back 😅

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

    Hello pls make video on batch apex as well as on lwc. Loved your work . Your videos are so informative. Im from non tech background i learnt triggers from your videos. Thanks for the videos

  • @soorajhaveri925
    @soorajhaveri925 6 วันที่ผ่านมา

    Hi Srikanth welcome back legend make more video on LwC please

  • @mdehsan8519
    @mdehsan8519 21 วันที่ผ่านมา

    Srikanth : Posts a video on integration
    Comments : dekho ye zinda hai, where are you man, ela unnau, kasie ho etc..

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

    Thank you very much Sreekanth. very helpful video.

  • @Gaurav-x3y
    @Gaurav-x3y หลายเดือนก่อน

    Awesome, I Now i become a master of Intergration., Thank you so much !

  • @balajineelamegam6400
    @balajineelamegam6400 4 วันที่ผ่านมา

    Bro finally you are here🤩😎

  • @D_Salesforce
    @D_Salesforce หลายเดือนก่อน +1

    Welcome back 🎉❤

  • @SagarTablet
    @SagarTablet 26 วันที่ผ่านมา

    Awesome video, thank you very much 😊😊

  • @pranaykuthe12
    @pranaykuthe12 17 วันที่ผ่านมา +1

    i am beginner to salesforce integration, is it good to start from this and is this enough for knowledge and start work after this?
    Please reply

  • @shahrukhkhan-ub5to
    @shahrukhkhan-ub5to 9 วันที่ผ่านมา

    Welcome back sir

  • @saipavankumar7881
    @saipavankumar7881 12 วันที่ผ่านมา

    Boss is back......🤘

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

    Welcome back sreekanth

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

    Welcome back brother

  • @chandranibharay416
    @chandranibharay416 หลายเดือนก่อน +1

    Welcome ❤

  • @namanshetty2781
    @namanshetty2781 หลายเดือนก่อน +1

    Great video

  • @b11a
    @b11a หลายเดือนก่อน +1

    Thank you so much , can you make video on Agentforce AI in Salesforce?

  • @anvi-w1t
    @anvi-w1t หลายเดือนก่อน

    Your vedios are very helpful, please if you could make a Vedic on CPQ, Omnistudio.

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

    Hi shreekant good to see u buddy
    Did u cover real time integration in this video I haven't seen it but I will see it

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

    Super comeback with super conent

  • @PayalYadav-q9h
    @PayalYadav-q9h หลายเดือนก่อน

    Please create some videos on Aura Components with use cases. Thanks!

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

    Thanks for this video❤

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

    Finally welcome😊

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

    Welcome back

  • @bbA-qz2ni
    @bbA-qz2ni หลายเดือนก่อน

    I'm curious if the AI Salesforce is on your radar for the future. It recently emerged, and I believe it’s important to address it sooner

    • @thisismynickname-r1l
      @thisismynickname-r1l หลายเดือนก่อน

      agree, this is much needed, i hope he considers it

  • @UpdateInfoDay
    @UpdateInfoDay 5 วันที่ผ่านมา

    thank you😊

  • @namanshetty2781
    @namanshetty2781 หลายเดือนก่อน +1

    Sir what's the difference between Garphql API and composite API

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

    Legend arrived

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

    Hi Srikanth Garu🥰,
    I earned a lot from your videos and also I share/suggest your videos to others as well.
    Please do more videos like this on different topics😊.
    Thank you so much for wonderful video on Integration ❤❤❤🤝

  • @palashdhande7262
    @palashdhande7262 21 วันที่ผ่านมา

    i love the way you explained, but have one confusion about PUT and PATCH somewhere you said PUT is for update and PATCH is for upsert than after few minutes opposite of that so just tell me once more coz i am confused about PUT and PATCH

    • @SalesforceExclusive
      @SalesforceExclusive  21 วันที่ผ่านมา +1

      Lets say we have 10 fields in Account Object. In your request if you send PUT, then you either send all 10 fields or few fields in request, all the fields in Account object will get updated (Eg: if you send 4 fields in json, those 4 fields update and rest 6 of them update with null/blank values). PATCH is little mercy here. ONLY THE FIELDS YOU SEND WILL UPDATE (eg: if you send 4 fields in your request with PATCH, those 4 fields update, rest 6 of them will be intact)

    • @palashdhande7262
      @palashdhande7262 21 วันที่ผ่านมา

      @SalesforceExclusive Thank you for your time, means PATCH will work like UPDATE and PUT will be like UPSERT

  • @AJAYKUMARGHANTA
    @AJAYKUMARGHANTA 17 วันที่ผ่านมา

    Sir needs LWC Crash course pls

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

    Hey Sreekanth ....can you please make a vedio on Lwc...

  • @surajverma8427
    @surajverma8427 หลายเดือนก่อน +1

    Welcome back in 2024🎉

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

    Could you integrate real time payment gateway with the Salesforce that will help us a lot

  • @shubhampatil9431
    @shubhampatil9431 15 วันที่ผ่านมา

    Can you plz upload the Lwc videos also....

  • @madhumohan7993
    @madhumohan7993 วันที่ผ่านมา

    in scenario 10 , as salesforce is initiating the transaction it would be outbound integration and platform event is created in SF , so what is the need to created connected app when we are sending the data to external system ? Can some one explain this ?

  • @Usernotfound-j4h
    @Usernotfound-j4h 29 วันที่ผ่านมา

    Hi anna, please total Salesforce videos upload cheyandi 🙏🙏 pls reply anna

    • @SalesforceExclusive
      @SalesforceExclusive  21 วันที่ผ่านมา +1

      Hi, Sure. I will try posting as much as i can covering multiple topics.

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

    I was thinking after creating few videos why you left

  • @rajdwahraknath5615
    @rajdwahraknath5615 15 วันที่ผ่านมา

    Srikant pls make an video on invocable apex my sincere request