-

Get Visualforce usage stats from VisualforceAccessMetrics
If you want to know how frequently your Visualforce pages are accessed, you just have to run a simple query on VisualforceAccessMetrics: Read more
-
Need Help Converting Your Classic JavaScript Buttons to Quick Actions?
In last weeks Lightning Keynote for TrailheaDX, Eric Jacobsen told everyone that an analysis done by his group showed that there are over 2 Million Javascript buttons in Salesforce Classic today. WOW!!! That’s a lot of buttons that still need to be converted to Lightning Quick Actions. This has been a not so fun task… Read more
-

Do you really need a mobile app?
I’m not a big fun of JavaScript but I must recognize its portability and that’s a good reason to begin Read more
-
![[Salesforce] A pie chart in Campaign’s record page](https://javaniceday.com/wp-content/uploads/2018/05/record-page-with-report.png?w=1024)
[Salesforce] A pie chart in Campaign’s record page
What about if we add a component with a pie chart in the Campaign object’s record page? Read more
-

Migrate sforce.connection.query to Lightning equivalent
As you probably know, Javascript buttons are not supported in Lightning Experience (LEX). In particular, you can’t use REQUIRESCRIPT. Read more
-

A template of Java web and Heroku
I’ve worked in several projects with Java, specially Java web using Tomcat as a web container and then Glassfish as application server. Lastly I’m working in Java projects deployed on Heroku, an amazing platform acquired by Salesorce. I faced many problems configuring deployment, JPA with Tomcat, oauth Salesforce flow, etc. so I decided to gather Read more