Author: Webner
Linux “grep and copy”
Suppose I have a folder hierarchy as below: f1 > f2 f2 > f3 f2 > f4 f4 > f5 I want to find all files in f1 or any of its descendant folder that contain text “I am a
How to create Approval Process in Salesforce
What is Approval Process in Salesforce and how to create it An approval process is an automated process that is used to define a flow for approval of a record of Objects (Standard/Custom). Approval Process Steps are: 1. Object –
Run artisan commands on shared hosting server (Laravel)
Run artisan commands on shared hosting server (Laravel) Laravel is a popular and excellent framework of php. It provides many functionalities out of the box like authentication, events, job queues, artisan commands and many more. A problem on shared hosting-
Why Sublime Text is gaining popularity?
Why Sublime Text is gaining popularity over other editors? Sublime has been the undeniable text editor champion now a days. As the most important and closest thing to a developer is the text editor of their choice and this editor
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)
