Category: Salesforce
-
Salesforce deployment issue winter 22
—
in Salesforce[et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”] Hi Guys, It’s been a long time since my last post. Been busy with so many works. Was working on various other technologies as well. Learned a lot of stuff, which I will bring in sooner to this platform. For now, this post is about something which I…
-
Getresponse integration with Salesforce
—
GetResponse offers an online platform for email marketing software, landing page creator, webinars hosting and much more. Integrating this tool with salesforce (world’s #1 cloud CRM) has a huge benefit for any size of business. No matter you are a small business or large, you will need marketing to grow your business. So, with out further…
-
Setup your own CORS proxy on Heroku
—
in ErrorsAccess to XMLHttpRequest at ‘https://test.salesforce.com/services/oauth2/token’ from origin ‘null’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
-
Unreachable statement error
—
This is in relation to an earlier post https://getthekt.com/unreachable-statement-error/ . This post is an addition to the previous one as another possibility. As this error mentions, there is something to be executed, which is after we have a return statement. So the execution will return from the return statement and cannot ever reach the next…
-
Calling Salesforce REST API using Community User
—
in SalesforceIt’s been a long time I have not written anything on this platform. Today, we will talk about “Calling Salesforce REST API using Community User”. This is a process for PostMan, but you will get the idea 🙂
-
Google Map lightning component
—
in SalesforceThis post is a quick one about the question I got from one of the salesforce developer (google map lightning component), where he was trying to create everything from scratch. Creating an API key, writing REST API in class and calling the google endpoint. So, I asked him why don’t you use the one already…
-
Updating build status for commits in Bitbucket Cloud version
—
The issue When setting up bitbucket i came across a situation where I renames one of the Jenkins pipeline. Unfortunately that pipeline has failed and the status was already set as failed in bitbucket. I am using “Bitbucket Build Status Notifier” plugin in jenkins to send the status to bitbucket. After that the renamed pipeline…
-
Local Development for Lightning Web Components
—
Happy New Year 2020 to all readers !! As part of Sprint 20 release, we can create Lightning Web Components locally using the simple steps. It’s not like we did not have this option earlier, but this is another approach to do that. You can still use the old method to run the code locally…
-
Adding custom community Builder login page to community
—
in SalesforceThought of sharing a quick note about “Adding custom community Builder login page to community”. Seen people struggling some time with building a login screen page in community. This article should help a bit , I think. Building custom community Builder login screen To build the custom community Builder login screen, login to Salesforce as…