Scolldown Pagination in Visualforce Page
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
First of all, most important thing to know what is pagination? Why we use it??? Most of the developers know about this but if you are beginner or do not know about pagination here is the explanation. Pagination is used to display or handle the large number of sobject records and breaking the large number of records into the separate pages for viewing with in the salesforce so that you can improve the visualforce page or lightning component load times. Pagination can be done using multiple ways. Pagination with a Standard Set Controller Pagination with a SOQL OFFSET in Apex If you are dealing ..read more
Visit website
Create Remote Site Setting through Visualforce Page
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Hey Salesforce Ohana, I am back with new blog post. In this blog I will explain How to create a Remote Site Setting through coding. Most of developer or admin usually create Remote Site Setting through Remote Sites Section [Administer -> Security Control -> Remote Site Settings] in your Salesforce organization. If you do not know what is Remote Site Setting? Why we use Remote site setting? You can refer this blog post for complete details. Now it’s time for coding. Before starting , you should know about MetaData API . A Secrete key to access, create your salesforce.com Metada ..read more
Visit website
Salesforce DX – Salesforce Developer Experience
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Salesforce Developer Experience which is the most Trending Topic in these days. SFDX is a new tool to manage and develop apps on the force.com platform. It is created for developers to build apps on force.com together in a team. It makes the developers experience easy so that developers can do coding with less effort in a short period of time and build apps together with version control system. It also changed the way to deploy the application on force.com platform. Some Import features of Salesforce DX Scratch Org Source Sync Salesforce Command Line Interface(CLI) Test Runner Continuous Inte ..read more
Visit website
How to Tackle View State Issue During Upload file as a Attachment through Visualforce Page – Part 2
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Hello guys , I am Back with my new Blog Post . In this Post You will Learn Two things . Upload file as a Attachment  Without Apex Controller What is Salesforce Ajax toolkit and How you can use Ajax Toolkit for Upload File Please Refer my Previous Blog Posts to get to know Upload file through visualforce and Tackle View State Issue through apex Controller First of all Do you Know about Salesforce Ajax Toolkit ??? If you don’t know then do not worry just take long breath and read this artical. Let’s come to the Point and discuss What is Salesforce Ajax Toolkit ????? Ajax Toolkit is like ..read more
Visit website
Salesforce CRM Content – Brief Description about CRM Content and How can Developer and Admin Use CRM Content
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Salesforce CRM Content Organize, share, search, and manage content within your organization .Content includes all file types, from traditional business documents such as Microsoft PowerPoint presentations to audio files, video files, Web pages, and Google docs. It Simplifies content management by incorporating user-friendly features into the following : Organizing Searching Subscribing Contributing Most of the People Think Why should I Use Salesforce CRM Content? what is the Benefits of using CRM Content ? I Suggest to those People Please Refer the Below amazing Articles. http://cloud4good ..read more
Visit website
How to Tackle View State Issue During Upload file as a Attachment through Visualforce Page
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
In Previous Post, We Saw How to Upload File in Salesforce Through Visualforce . So This Post is just to Handle the View State Error Occurred During Uploading File through Visualforce. For Complete Detail of View State Refer Link . If you look into the Previous Post there were many Variables in Apex Controller which were use for getting file Body, Name, Description . So If User Upload Large File Then file Body, Name and Description Come in these variables and It would Easily Increase the Heap Size Limit and View State Issue would arise. So For Avoiding this Issue Directly Make a At ..read more
Visit website
Apex Rest API – Salesforce Integration with Twilio(Get a Call on your Mobile Number from Salesforce Through Twilio Voice API)
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
First of all, you need to Create an account on Twilio. If you do not a have an account on Twilio please refer to the link. If you have Already then just Log in to your Twilio account. After Log in Your Twilio Account, you will See ACCOUNTSID and AUTH TOKEN as shown in the screenshot below. Copy this ACCOUNTSID and AUTH TOKEN we will use it later. After this Click on Left Side Icon in Twilio Account and click on # Phone Numbers You would see your Twilio number (you would receive calls from this number on your connected Mobile number) After this Move on to the Verified Caller ..read more
Visit website
Upload File – Upload file as an Attachment OR as a Salesforce File Related to Particular Object using Visualforce Page
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Visualforce Page for Upload File as an Attachment OR in Chatter. To Upload file as an attachment or as a file using Visualforce,one must have Record Id so that the Uploaded file links with that Record. In Order to use Bootstrap, JQuery or CSS for Designing purpose you can refer to the following link to access Script files https://drive.google.com/open?id=0B55QW3bpdoFPYkpyWXZJOE1rZFU Upload this Zip file as a static Resource in your Salesforce Org and use it in Visualforce Component. <apex:component> <apex:stylesheet value="{!URLFOR($Resource.Jquery_ToolKit,'css/vendor/bootstrap.mi ..read more
Visit website
Visualforce – Get All Accounts Related to Name Written in Input field
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
To Achieve this Functionality, one needs to use Jquery. In order to use Jquery , Upload Jquery Script as a Static resource in your Salesforce Organization and Use this Script in Visualforce Page. In order to take understanding as how it works please refer to the following URL. Here is the Controller and Visualforce Page. <apex:page sidebar="false" controller="FindAccountRelated_To_Search_Ext" > <apex:includeScript value="{!$Resource.JqueryScript}"/> <apex:form > <apex:pageBlock > <apex:pageBlockSection > Account Name : <input type="text" name="fname" id="Se ..read more
Visit website
Apex Trigger – What is Recursion and Solutions to Avoid Recursion in Apex Trigger
Sagar Sindhi – Certified Salesforce Developer
by Sagar Sindhi
2y ago
Before moving on to Recursion in Apex, one needs to understand what is Apex Trigger. Apex Trigger – Apex Trigger is a piece of code that executes Before and After a record is Inserted, Updated, Deleted in a Database. Triggers are majorly used to Modify Same Records and Create or Updates Related Records, and configure Follow up Emails on Record Creation. In order to take understanding as how “Apex Triggers” work and what other things we can do using “Apex Triggers” please refer to the following URL. http://www.vinaychaturvedi.com/blog/apex-triggers-in-salesforce Once we have understanding as ho ..read more
Visit website

Follow Sagar Sindhi – Certified Salesforce Developer on FeedSpot

Continue with Google
Continue with Apple
OR