Exploring on Salesforce
Exploring tips & tricks learned on Salesforce
Pages
(Move to ...)
Home
Lightning Web Components
Salesforce Certifications
My Thoughts
B2B Commerce Lightning
▼
Wednesday, June 28, 2017
Send Email from Custom Button Click
›
Objective Sometimes, we get a requirement to send email from Record detail page, clicking on Custom Button (naming Send Email). I was an...
6 comments:
Monday, May 8, 2017
Update Case Action on feed based layout
›
Introduction With the use of feed based layout and actions, user can perform multiple updates at one goal. For example, if user want...
7 comments:
Saturday, April 1, 2017
Keyword Search Series : Custom Controller Pagination ~ easiest way
›
Motivation So far we know, pagination can be easily be achieved by StandardSetController class. I have seen cases where developer has a...
5 comments:
Wednesday, March 29, 2017
Simple way to generate XML, parse and retrieve values from XML
›
Use Case We usually get a requirement to store Salesforce records in XML format. Later, we may need to parse the XML and retrieve the dat...
4 comments:
Sunday, March 26, 2017
Pass Collection to Visual Workflow, parse and save case records
›
Use Case Business has a requirement to update multiple cases from List view. User will save multiple field values taking an input from s...
Sunday, March 19, 2017
Efficient coding using Group By Rollup
›
I have come across this use case recently during answering a question in Salesforce stackexchange. Use Case Family records are being...
2 comments:
‹
›
Home
View web version