Author: Webner
Salesforce | Call Apex class from Process Builder
Salesforce process builder is a tool to automate the processes using user interface itself. Here we can select source object, criteria/event to initiate the process as well and the action to be taken on the occurrence of the event. In
Understanding Work Ethics
What does Strong Work Ethic mean? WORK ETHIC Ethic is basically the discipline that deals with what is good or what is bad. It has to do with moral duty. Ethic is the set of moral principles related to a
Style your existing Visualforce page with Lightning Experience
Style your existing Visualforce page with Lightning Experience You can view your existing Visualforce page with lightning experience by simply adding a lightningStylesheets=”True” attribute in the tag. This tag will work with Salesforce for Android, Salesforce for iOS, or Salesforce
Get the List of Elements in Selenium Script
How to Get the List of Elements in Selenium Script? List is the collection of similar type of data. You can add, remove, iterate over stuff and can also query how much data is in the List. Java.util.List is a
Different ways to create Triggers in Salesforce?
What are the different ways to create Triggers in Salesforce? There are three ways of creating a trigger depending upon the type of object in salesforce. 1. Trigger on Standard Object (which have visible property):- a) Go to Setup->Customize. b)
Introduction to RSS feed and Its Benefits
Introduction to RSS feed and Its Benefits RSS stands for Really Simple Syndication or Rich Site Summary. It’s the technology that thousands of internet users depend on to keep track of their favorite websites. It is also referred to as
Mapping signature image to ACORD FORM
Mapping signature image to ACORD FORM In most of the ACORD forms we’ve Authorized signature box in which we fill the name of some Authorized person and we can also map the signature image of the person along with the
Access Salesforce from Gmail using Lightning for Gmail
Access Salesforce from Gmail You can access salesforce data from gmail directly. Sales Reps can easily view and search relevant data from gmail, then relate important emails with salesforce record without logging in salesforce org using lightning for Gmail in
Some Tips To Improve Your Coding and Debugging skills
List of some Tips to improve your coding and Debugging skills This post contains some neglected points during programming that developers are mostly reluctant to follow. In my experience some of the most complex projects become uncontrollable due to bad