find Salesforce org type via Apex Code Apex

How to find Salesforce org type via Apex code?

If we think about it, it’s an interesting problem; To find Salesforce org type via Apex code. There can be numerous use cases where one might need to identify the type of org he is in. Perhaps, there are certain lines of code that should only be executed if those are on a Developer org […]

delete project in DevOps Center DevOps

How to delete a project in DevOps Center Salesforce?

For quite some time, Salesforce didn’t have an efficient way to allow its users to deploy metadata to different orgs. Yes, we have Change Sets but we have had them now for a long time and things haven’t changed a lot for Change Sets (no pun intended). They do the work but there is a […]

file from an email attachment in Salesforce Apex

How to create a file from an email attachment in Salesforce

Even though Salesforce has a number of restrictions and limitations – which are for valid reasons, there still are many tools and apex workarounds that can solve our problems. This time we are helping our users in creating a file from an email attachment in Salesforce. We know that with Salesforce’s Messaging.InboundEmailHandler class, we can […]

Lookup field in Web To Lead form Apex

How to use Lookup field in Web To Lead form in Salesforce

Salesforce’s Web-to-Lead is a great tool to generate leads via HTML forms embedded in any website or app. A Web-to-Lead form is essentially an HTML form that includes our choice of Lead’s fields that we want the user to fill. We can use multiple types of fields in the form in question, However, Salesforce restricts […]