Category: Salesforce
Salesforce | Create leads from google form responses
Problem: How to create leads from google form responses? We have a google form and we want to create leads from google form responses. Solution: -To create lead from google form, follow these steps:- 1. Open google Sheet which contains
Limits for Standard and Custom Salesforce Objects Usage Per Org
Limits for Standard and Custom Salesforce Objects Usage Per Org In salesforce we deal with two types of Objects – – Standard Object and – Custom Object And each of these has its own limits on using its fields and
Salesforce Chatter introduction, uses and customization
Salesforce Chatter introduction, uses and customization Chatter: A Chatter is a an application of Salesforce that helps the users to work together, talk to each others and motivates them to work efficiently across the organization. Each user has a profile
Lookup Vs Master-Detail Relationship
Lookup Vs Master-Detail Relationship There comes a moment when we are confused about whether to create a lookup relationship or a master-detail relationship between two objects (can be a Standard or a Custom object). Below are some use cases for
Jquery | DataTables warning: table id – Cannot reinitialise DataTable
If you try to set properties of Jquery datatable 2 times as below, it will give an error: table = $(‘#product-data-table’).DataTable({stateSave: true}) ; table = $(‘#product-data-table’).DataTable ({“aoColumns”: [ { “bSortable”: false },null,null,null ] }); “DataTables warning: table id=product-data-table – Cannot
View State Problem in Salesforce
View State in Salesforce It is a state that holds tags, field values and all component of controller except transient type. The maximum size limit of visualforce page is 132KB. If the size increase it results in View state problem.
How to restrict multiple attachments on a Salesforce Custom object
Restrict a user to create multiple attachments on a specific custom object. To accomplish this, as it is not possible to create a process builder or workflow on Notes & Attachments object, neither we have a privilege to view attachment
Salesforce WSDL Api login using SOAPUI – Issues and Solutions
Salesforce WSDL Api login using SOAPUI – Issues and Solution (Ubuntu 14.04, Salesforce Api version 43.0, SoapUI-x64-5.4.0) If you want to test salesforce login api call before actual implementation then you can use SoapUI. It is an open source soap
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 –