Live Web Chat Salesforce Lightning

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 103

  • @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.

  • @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🙏🙏🙏🙏🙏

  • @qualifydeteam878
    @qualifydeteam878 3 года назад +2

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

  • @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 :)

  • @malfonso341
    @malfonso341 2 года назад

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

  • @laxmanparkad4214
    @laxmanparkad4214 Год назад

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

  • @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)

  • @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.

  • @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

  • @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

  • @udayasree5031
    @udayasree5031 2 года назад

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

  • @savneetkk
    @savneetkk 2 года назад

    Another great video Sreekanth. Thank you so much

  • @judywilliams4045
    @judywilliams4045 3 года назад

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

  • @asmrrrrrrrrrrrrrrelaxsingg007
    @asmrrrrrrrrrrrrrrelaxsingg007 2 года назад

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

  • @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?

  • @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?

  • @intrarab
    @intrarab 4 года назад

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

  • @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 ??

  • @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

  • @starman9000
    @starman9000 4 года назад

    Excellent video as usual! Thanks Srikant.

  • @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?

  • @keerthanau3248
    @keerthanau3248 Год назад

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

  • @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!

  • @ykeen
    @ykeen 2 года назад

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

  • @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.

  • @NatureLivingVibes
    @NatureLivingVibes 2 года назад

    How can embedded post chat for feedback ?

  • @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

  • @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

  • @smigaikwad160
    @smigaikwad160 3 года назад

    Hey Srikant, is live agent works with lightinging?

  • @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

  • @nareshlalam1547
    @nareshlalam1547 4 года назад

    instead of adding to vfpage is there any option?

  • @letsstudy8607
    @letsstudy8607 3 года назад

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

  • @beautyofnature1843
    @beautyofnature1843 3 года назад

    how can we do for multiple agents?

  • @ahshanali2775
    @ahshanali2775 Год назад

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

  • @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

  • @nareshlalam1547
    @nareshlalam1547 4 года назад

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

  • @anuragnarang26
    @anuragnarang26 2 года назад

    Very beautifully explained. Thank you so much!!

  • @athulyaarun9919
    @athulyaarun9919 2 года назад

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

  • @harishreddym3334
    @harishreddym3334 5 лет назад +1

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

  • @prashantshinde5079
    @prashantshinde5079 4 года назад

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

  • @nikitasahi5144
    @nikitasahi5144 4 года назад

    Hi Srikanth, Do you offer training personally ?

  • @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?

  • @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.

  • @lakshummac101
    @lakshummac101 3 года назад

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

  • @saikumarchinthakunta2584
    @saikumarchinthakunta2584 4 года назад

    Can we get this feature in sales cloud?

  • @swathikumar3074
    @swathikumar3074 4 года назад

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

  • @swathikumar3074
    @swathikumar3074 5 лет назад

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

  • @nexmindspace7
    @nexmindspace7 5 лет назад

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

  • @funstration4764
    @funstration4764 4 года назад

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

  • @marquinhoaraujo
    @marquinhoaraujo 4 года назад

    Thank you! Your video help me a lot!

  • @messydata1022
    @messydata1022 3 года назад

    Can you please post video explaining
    "Salesforce Einstein Bot"

  • @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.

  • @yuriipinchuk5550
    @yuriipinchuk5550 3 года назад

    Really good explanation, thanks!

  • @Ravi.Benedetti
    @Ravi.Benedetti 4 года назад

    Perfect overview. Thanks!

  • @tarunchaudhary3958
    @tarunchaudhary3958 3 года назад

    yes please territory, territory hierarchy etc

  • @saipavan1576
    @saipavan1576 14 дней назад

    the opening chat is fire

  • @bikashkumarnayak6076
    @bikashkumarnayak6076 4 года назад

    Awesome session

  • @ThePioneeringPixel
    @ThePioneeringPixel 4 года назад +1

    200th like and 50th comment gamer win

  • @COMMENT602
    @COMMENT602 Год назад

    very nice bro

  • @kirankumar-gp8ig
    @kirankumar-gp8ig 4 года назад

    very nice demonstration

  • @fawadazam4149
    @fawadazam4149 3 года назад

    thank you so much for your hard work

  • @kamalsomu
    @kamalsomu 4 года назад

    Demo was good..!! 👍👍

  • @rakeshmallikarjun8635
    @rakeshmallikarjun8635 3 года назад

    Amazing...Thank you so much

  • @kumara5492
    @kumara5492 4 года назад +1

    Clear explanation

  • @dittprashant
    @dittprashant 4 года назад

    Good work mate, clear and concise.

  • @ganeshramramasubramanium4855
    @ganeshramramasubramanium4855 4 года назад

    It is very good. thanks

  • @MegaJustice
    @MegaJustice 4 года назад

    Very well done. Work for me. :-)

  • @lavanyaravirala138
    @lavanyaravirala138 2 года назад

    nice video

  • @dineshkumarselvam6169
    @dineshkumarselvam6169 4 года назад

    Awesome Bro

  • @chaayoub5360
    @chaayoub5360 4 года назад

    great work. thanks a lot