Live Web Chat Salesforce Lightning

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

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

    Srikant I am looking from past two days how to add avatar image for one of my client, your video buddy helped me a lot. Thanks Srikant Keep uploading more videos and keep spreading knowledge. God may keep you in rise🙏🙏🙏🙏🙏

  • @rakhiseth2638
    @rakhiseth2638 4 ปีที่แล้ว

    Hello Shreekant, your video is awesome and very very helpful. I was not getting this information anywhere and I am fortunate that your video helped me to achieve things which I needed. Keep posting such videos, which is very simple to understand and Thank you once again :)

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

    Another great video Sreekanth. Thank you so much

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

    Hello sir, great video and explanation. Thanks a lot. request you to pls make video on Marketing and Sales Cloud.

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

    Hi Shreekant, At 5:20, I am not able to see any chat button/window on visualforce page that we created. I followed all your steps but not sure what I am missing. Kindly help.

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

      Go to embedded service deployment and copy the code and paste again in Developer console. The button will enable. It worked for me.

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

    i did what you said but button missing and preview page open as empty. help me how to solve this

  • @starman9000
    @starman9000 4 ปีที่แล้ว

    Excellent video as usual! Thanks Srikant.

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

    Very beautifully explained. Thank you so much!!

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

    Hi Sreekanth,
    May I ask please why "Chat with customers instantly" is not available in our Salesforce Org? Service Setup

  • @SahilKhan-mx1rp
    @SahilKhan-mx1rp 4 ปีที่แล้ว

    Srikanth - anything on Chat Bots? Pls share if there is any video you have made. Thanks for your continuous support.

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

    Hi Shreekanth how do we change the heading of the chat box which is apperaring. For me the contact us is not appearing in full. How did you customize it for full font to appear.

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

    Hi, how can we route chat to different queue based on data from pre chat form? for example, we capture State code in pre chat form. Now based on the state, I want the chat to route to the correct queue. Any thoughts? Does the chat snippet code needs to be edited manually? Thanks

  • @judywilliams4045
    @judywilliams4045 4 ปีที่แล้ว

    Is there any way to customize the message the customer receives after a case in created in the offline mode? Thanks for your help!

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

    Hello Shreekant thank you for your videos its really help I have quick question
    do we have any assignment rules for live chat salesforce

  • @intrarab
    @intrarab 4 ปีที่แล้ว

    No 'Access-Control-Allow-Origin' header is present on the requested resource. ERROR

  • @NvManikanta
    @NvManikanta 4 ปีที่แล้ว +4

    Hi Srikanth, A video on territory management in salesforce plz i found it confusing. Subscribers comment +1 in case u are waiting for the same

  • @muppanikhil
    @muppanikhil 4 ปีที่แล้ว

    In Pre chat if a customer give his personal details, will it stores in Lead object ? because we want all the customer information into leads not in contact. May i know how can we achieve this ?

  • @somesh.degala3130
    @somesh.degala3130 4 ปีที่แล้ว

    Hi, I have followed exact steps but agent Avatar is not updated. Do you have any suggestions here?

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

    How to hide the Live web chat widget according to the agent are offline or business time?

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

    Hi.I used this code in vfpage chat icon is visible but when i am clicking on it nothing is coming ..In vfpage I called one lwc component also so in console it is showing lightning.use is already invoked How i can use both lwc component and chat. this is my code at last I paste error also which is coming after clicking on chat icon apex:page showHeader="false" sidebar="false">





    .embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
    }
    .embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
    }


    // Call $Lightning.use() for Aura app
    $Lightning.use("c:portfolioSite", function() {
    // Create Aura app component
    $Lightning.createComponent(
    "c:portfolio",
    {},
    "auraComponentContainer",
    function(cmp) {
    // Do something after the Aura app is rendered
    }
    );
    });
    var initESW = function(gslbBaseURL) {
    embedded_svc.settings.displayHelpButton = true; //Or false
    embedded_svc.settings.language = '';
    embedded_svc.settings.enabledFeatures = ['LiveAgent'];
    embedded_svc.settings.entryFeature = 'LiveAgent';
    embedded_svc.init(
    'anushka999-dev-ed.develop.my.salesforce.com',
    'anushka999-dev-ed.develop.my.salesforce-sites.com/anushkaportfolio',
    gslbBaseURL,
    '00D2w00000QvCDN',
    'v1',
    {
    baseLiveAgentContentURL: 'c.la2-c2-hnd.salesforceliveagent.com/content',
    deploymentId: '5722w000000V1Ws',
    buttonId: '5732w000000VFYs',
    baseLiveAgentURL: 'd.la2-c2-hnd.salesforceliveagent.com/chat',
    eswLiveAgentDevName: 'v1',
    isOfflineSupportEnabled: true
    }
    );
    };
    if (!window.embedded_svc) {
    var s = document.createElement('script');
    s.setAttribute('src', 'anushka999-dev-ed.develop.my.salesforce.com/embeddedservice/5.0/esw.min.js');
    s.onload = function() {
    initESW(null);
    };
    document.body.appendChild(s);
    } else {
    initESW('service.force.com');
    }


    error---->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Error: $Lightning.use() already invoked with application: c:portfolioSite
    at Object.use (lightning.out.delegate.js?v=wyQWsVjjDIx-Xsqekbsbwg:157:23)
    at Object.use (lightning.out.js?v=2:59:38)
    at esw.min.js:11:490
    at new Promise ()
    at d.instantiateLightningOutApplication (esw.min.js:11:90)
    at d.loadLightningApp (esw.min.js:30:180)

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

    How can embedded post chat for feedback ?

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

    Sreekant but facing one issue followed all your steps to add but still image doesnot display in avatar

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

    Hi, At 5:26 min I did n't got the pop up for chat. Anyone help me with that?

  • @fileroom.agency
    @fileroom.agency 5 ปีที่แล้ว +1

    Hi Sreenkanth, great video. I have followed your steps and when I try and connect with Omni-Channel from the Visual Force Test Page, the box just says loading and won't popup? It then drops back to the "Chat with an agent" message. I have whitelisted all the domains. Some of the screens in the Service Setup were slightly different to yours but only slightly. Can you give me some extra tips?

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

      i am also facing the same issue the chat window not poping up did u find any workaround for this

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

      @@raj58879 am facing the same issue , anyone solved this?

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

    i have don esame as the video says, but my liveagent window in VFPage is opening if i click on it ...What might be the problem ??

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

    Hey Srikant, is live agent works with lightinging?

  • @nareshlalam1547
    @nareshlalam1547 4 ปีที่แล้ว

    instead of adding to vfpage is there any option?

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

    Really good explanation, thanks!

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

    how can we do for multiple agents?

  • @Albreck
    @Albreck 5 ปีที่แล้ว

    Hi, great video! Is it possible to have a pop out chat experience, or have it as an ? the current solution that we have in our side has a conflict with the inline chat option. Thanks!

  • @nareshlalam1547
    @nareshlalam1547 4 ปีที่แล้ว

    is there any way to test web chat code without adding to vf page

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

    Good content need more like how to customise messages, Avatar etc

  • @marquinhoaraujo
    @marquinhoaraujo 4 ปีที่แล้ว

    Thank you! Your video help me a lot!

  • @prashantshinde5079
    @prashantshinde5079 4 ปีที่แล้ว

    Hello Srikant, Can we create Person account from Pre-chat form

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

    hi, nice video about live web chat in service cloud .please make a video on knowledge article

    • @SalesforceExclusive
      @SalesforceExclusive  5 ปีที่แล้ว

      Thank you Harish. Its in my bucket list. Will post soon.

  • @forzaforza9346
    @forzaforza9346 4 ปีที่แล้ว

    Nice Video. I have a question: let say i have 4 agents and i want to show the photo of each agent chatting with the customer. How can i do this?

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

    very nice bro

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

    Hey Sreekanth, great video and explanation.
    i had a question, can we store the value from the pre-chat form into a custom field? cause i need to use it to find a something (such as unit model etc)
    thanks

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

    thank you so much for your hard work

  • @nikitasahi5144
    @nikitasahi5144 4 ปีที่แล้ว

    Hi Srikanth, Do you offer training personally ?

  • @kamalsomu
    @kamalsomu 4 ปีที่แล้ว

    Demo was good..!! 👍👍

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

    After pasting code and making available chat button is not asking for details. Can someone help on this pls

  • @bikashkumarnayak6076
    @bikashkumarnayak6076 4 ปีที่แล้ว

    Awesome session

  • @swathikumar3074
    @swathikumar3074 5 ปีที่แล้ว

    hi Sir your videos are very nice.can you please make videos on Community Cloud

  • @funstration4764
    @funstration4764 4 ปีที่แล้ว

    Hi, real great videos. Can you please make video on salesforce out

  • @nareshreddipalli2134
    @nareshreddipalli2134 4 ปีที่แล้ว

    Hi Sree, videos are good. Visual force page not showing (loading) chatbox, updated CORS. In the new version, there is no option to add the salesforce site domain while creating chat with customers. please advise...

    • @raj58879
      @raj58879 4 ปีที่แล้ว

      i am also facing the same issue the chat window not poping up

  • @swathikumar3074
    @swathikumar3074 5 ปีที่แล้ว

    your video is awasome .can you please make a video on live agent and omni channel please :) thanks in advance

  • @Ravi.Benedetti
    @Ravi.Benedetti 4 ปีที่แล้ว

    Perfect overview. Thanks!

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

    I am not getting chat button on my visualforce page. Please help.

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

    Hi Sreekanth, your videos are awesome. I have one question, Can we change the chat button with an image?

    • @somesh.degala3130
      @somesh.degala3130 4 ปีที่แล้ว

      I too have same requirement. If you found anything please reply here

  • @saikumarchinthakunta2584
    @saikumarchinthakunta2584 4 ปีที่แล้ว

    Can we get this feature in sales cloud?

  • @nexmindspace7
    @nexmindspace7 5 ปีที่แล้ว

    Excellent 👌 bro can u plss make the video on Trigger !! & Project

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

    Hi, Since we cant delete LiveChatButton through UI.
    I tried Deleting it using destructiveChangesPre.xml through Workbench and VS code but it is not Supported.
    Can you suggest any way to delete LiveChatButton From Org

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

    Amazing...Thank you so much

  • @kirankumar-gp8ig
    @kirankumar-gp8ig 4 ปีที่แล้ว

    very nice demonstration

  • @lakshmipriyarouthu9273
    @lakshmipriyarouthu9273 4 ปีที่แล้ว

    Hi Srikanth, I tried all the steps and I am getting Chat Pop up and can able to provide the details(Name, Email). But Chat is not routed to an available agent.

    • @raj58879
      @raj58879 4 ปีที่แล้ว

      Have u resolved i also stuck at the same point

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

      Did you found a solution?

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

    this website can be visible in google if i uses this url if yes then how? please help me any one.

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

    Iam not getting the chat request from customer. Can you help me

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

    Clear explanation

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

    200th like and 50th comment gamer win

  • @saipavan1576
    @saipavan1576 24 วันที่ผ่านมา

    the opening chat is fire

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

    Can you please post video explaining
    "Salesforce Einstein Bot"

  • @dineshkumarselvam6169
    @dineshkumarselvam6169 4 ปีที่แล้ว

    Awesome Bro

  • @chaayoub5360
    @chaayoub5360 4 ปีที่แล้ว

    great work. thanks a lot

  • @ganeshramramasubramanium4855
    @ganeshramramasubramanium4855 4 ปีที่แล้ว

    It is very good. thanks

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

    nice video

  • @MegaJustice
    @MegaJustice 4 ปีที่แล้ว

    Very well done. Work for me. :-)

  • @srenivasulub1200
    @srenivasulub1200 5 ปีที่แล้ว

    Hello Sreekanth, I followed the end of your steps but as you built the same as I couldn't able to do it.

    • @SalesforceExclusive
      @SalesforceExclusive  5 ปีที่แล้ว

      Hi Sreenu. Let me know where you stuck so that i can help you.
      Possible issue might be not getting your chat pop up. you need to whitelist *.visualforce.com in your CORS settings.
      Try below steps:
      Setup-->CORS--> Add "*.visualforce.com" as new record in CORS(with out double quotes)

    • @sudeepreddy8066
      @sudeepreddy8066 5 ปีที่แล้ว

      @@SalesforceExclusive while setup, Only Website URL showing mydomain not getting(i enabled mydomain and using within it).

    • @SalesforceExclusive
      @SalesforceExclusive  5 ปีที่แล้ว

      @@sudeepreddy8066 you mean to say at 3.02 time in the video, were you unable to see site domain text box even after you enabled mydomain???

    • @sudeepreddy8066
      @sudeepreddy8066 5 ปีที่แล้ว

      @@SalesforceExclusive yes, exactly.

    • @srenivasulub1200
      @srenivasulub1200 5 ปีที่แล้ว

      @@SalesforceExclusive Omnichannel chat group couldn't able to see in the service console app. I'm able to see only in the VF page chat window.

  • @dittprashant
    @dittprashant 4 ปีที่แล้ว

    Good work mate, clear and concise.

    • @SalesforceExclusive
      @SalesforceExclusive  4 ปีที่แล้ว

      Thank you Prasahant! Much appreciated for your feedback

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

    yes please territory, territory hierarchy etc

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

    I have followed all the steps and when I try to make online agent on Omni-Channel it shows Logging in and stuck, Please suggest.

    • @tomasjerabek3638
      @tomasjerabek3638 4 ปีที่แล้ว

      Try to check if a 'Service Cloud User' checkbox on a User record is ticked.