• Pramod Kumar 101
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 7
    Replies
I am trying to integrate Stripe with Salesforce using Stripe JS in LWC. I have downloaded the Stripe JS from source (https://js.stripe.com/v3/) and importing it into LWC using static resources.
The library is successfully loaded and also able to see the card elements on the UI in LWC. But further, when I am trying to create token nothing is happening.
 
The same functionality is working fine in VF but the difference is in VF I am loading the Stripe JS directly from source <apex:includeScript value="https://js.stripe.com/v3/"/>.
 
As per my knowledge it's not possible to load directly from source in LWC. I also have a workaround for this that we can call the VF Page in Iframe in LWC but I don't want to go with that. Is there any other workaround that we can achieve this in LWC.
Not able to see "classic email templates" list or link in sandboxes.
We want to create the custom sitemap.xml and want to use it in the community site.

Kindly provide us details to accomplish this task if anyone has any idea on it.
I am trying to integrate Stripe with Salesforce using Stripe JS in LWC. I have downloaded the Stripe JS from source (https://js.stripe.com/v3/) and importing it into LWC using static resources.
The library is successfully loaded and also able to see the card elements on the UI in LWC. But further, when I am trying to create token nothing is happening.
 
The same functionality is working fine in VF but the difference is in VF I am loading the Stripe JS directly from source <apex:includeScript value="https://js.stripe.com/v3/"/>.
 
As per my knowledge it's not possible to load directly from source in LWC. I also have a workaround for this that we can call the VF Page in Iframe in LWC but I don't want to go with that. Is there any other workaround that we can achieve this in LWC.
Not able to see "classic email templates" list or link in sandboxes.
We want to create the custom sitemap.xml and want to use it in the community site.

Kindly provide us details to accomplish this task if anyone has any idea on it.
In Organization-Wide Sharing Defaults I can see Standard Objects but it Shows few Custom Objects only.I Can't find some Custom Objects in OWD.Kindly give an Explanation on this.
Thanks in Advance!
I'm doing the simple lightning components challenge and have hit this problem in my existing trailhead org and a brand new dev org that I've just created:

Challenge not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: QVWBQHAG
Hi Buddies,

I have a scenarion that, whenever lead is converted its creating an opportunity. Now i want to populate that leadid in opportunity.

or else

How can i find the opportunity is created from conversion of lead or it is created seperately in system?