Skip to content
Just Another Salesforce Blog

Thoughts on building Salesforce apps

  • Home
  • About Me
  • Links

Salesforce Code Reviews – Using a Tool

PaddyJanuary 12, 2022
Uncategorized
no comment
How do you monitor code quality in your team or orgs? You can see one of my favourite quotes on this topic above. If you are doing it manually, ask yourself: Using a tool is a great way to automate this and ensure that it is done in a consistent manner, you can still use [...]
Read More

Salesforce – Application Building Standards

PaddyNovember 11, 2021
Uncategorized
no comment
Setting development standards for your technology/team/company is pretty common when writing code to ensure that everyone is following he same practices. However, I believe this is not just something that is applicable when writing code and it can applied to any application development when building on the Salesforce platform. To start with we can borrow [...]
Read More

Create Einstein Bots with AI and External Data!!

PaddySeptember 19, 2018
Apex, Chatbot, Einstein, Einstein Bot, Salesforce, Salesforce AI, Salesforce Config
no comment
In this post – I will show how I have set up an Einstein Bot using both AI and Apex together with minimal apex coding! In my Bot – I use Einstein Intent Detection to determine what the customer is asking about, I then use Einstein variables and regex to determine an entity from a [...]
Read More

Salesforce and Circle CI 2.0 without Salesforce DX

PaddyAugust 22, 2018
Uncategorized
no comment
If you are a Circle CI user, you will have noticed the messages in your dashboard that from the End of August you need to migrate to version 2.0 This involves changing your Circle CI script but all of the documentation is for using it with Salesforce DX. To continue using it without Salesforce DX, [...]
Read More

Apex Queuable – Check if job has already been queued

PaddyOctober 31, 2017
Uncategorized
no comment
Released as part of Winter ’15. Queueable Apex allows you to submit jobs for asynchronous processing similar to future methods with the following additional benefits: Non-primitive types: Your Queueable class can contain member variables of non-primitive data types, such as sObjects or custom Apex types. Those objects can be accessed when the job executes. Monitoring: [...]
Read More

Trialforce – Create a custom signup using Force.com Sites

PaddyMay 3, 2017
Apex, Visualforce
no comment
There does not seem to much documentation online about this so I thought I would post how you can allow either potential customers or internal employees can create a trial/demo org via a web signup page. This page is hosted on Salesforce using Force.com sites. When you create the Visualforce page and controller below – [...]
Read More

Salesforce Console Integration Toolkit – Give App Level Components Context

PaddyApril 20, 2017
Apex, Lightning, Visualforce
no comment
In this point, I will show how you can create an app level component for the service cloud console that know the context of the current case tab that is open. By default, the app level components load separately and because they exist for all the case that are open – they cant interact with [...]
Read More

Salesforce – Cross Object Duplicate Matching

PaddyApril 3, 2017
Apex, Salesforce Config
no comment
Recently I had a requirement where we need to make sure that there could be only one type of a particular related record for an Account. The user simply creates one of these records using a Salesforce quick action so the solution need to work in this scenario. I thought of the usual ways to [...]
Read More

Lightning Component – Add a Spinner while loading

PaddyMarch 10, 2017
Lightning
no comment
One of the coolest things about building Lightning components is that they are single page apps so they user can receive feedback without leaving the page. Recently, I built a component that displayed a table of data from a search but I wanted the user to know that the data was refreshing if they did [...]
Read More

Apex – Navigate to Records in Lightning and Classic!

PaddyFebruary 7, 2017
Apex, Lightning, Visualforce
no comment
As I have mentioned in previous posts, I am working on an org using Salesforce Classic but I have been building any new UI features using Lightning Components and embedding them in Visualforce page so they will work the same in both Classic and Lightning. Recently I came across an issue where I needed to [...]
Read More

Posts navigation

1 2

Recent Posts

  • Salesforce Code Reviews – Using a Tool
  • Salesforce – Application Building Standards
  • Create Einstein Bots with AI and External Data!!
  • Salesforce and Circle CI 2.0 without Salesforce DX
  • Apex Queuable – Check if job has already been queued

Recent Comments

No comments to show.

Archives

  • January 2022
  • November 2021
  • September 2018
  • August 2018
  • October 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016

Categories

  • Apex
  • Chatbot
  • Einstein
  • Einstein Bot
  • Lightning
  • Salesforce
  • Salesforce AI
  • Salesforce Config
  • Uncategorized
  • Visualforce
  • Github
© Just Another Salesforce Blog 2023. Windflaw designed by Loft.Ocean.