Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Salesforce

June 8, 2017 Salesforce / Web Development

Salesforce | Creating communities in Salesforce

June 8, 2017 Salesforce / Web Development
Post Views: 3,883
| By Webner

Steps to create the communities in Salesforce: 1. Click on Setup: 2. Under customize click on communities. Click on all communities: 3. Click on New community button: 4. Choose your template according to your requirements. There are 5 templates provided

Read More
June 8, 2017 Java Frameworks / Salesforce / Web Development

Salesforce: Call Apex Class on Click of Custom Button

June 8, 2017 Java Frameworks / Salesforce / Web Development
Post Views: 17,845
| By Webner

1. Create apex class that you want to call (it should be declared global): Global class Test { Webservice static void testMethod() { //do something. } } Note: Webservice method must be static: Global class Test { Webservice static void

Read More
June 7, 2017 Salesforce

Salesforce | System.LimitException: Too many SOQL queries: 101

June 7, 2017 Salesforce
Post Views: 6,555
| By Webner

You may face this exception sometimes in Salesforce: System.LimitException: Too many SOQL queries: 101 There can be multiple reasons for this exception: Check if SOQL queries are not written in loops Check if DML are not called inside a loop.

Read More
May 24, 2017 Salesforce / Web Development

Queues in salesforce

May 24, 2017 Salesforce / Web Development
Post Views: 4,822
| By Webner

One primary purpose of creating the queue in salesforce is to manage particular object records. For example in lead queue, the queue is created to automatically assign the lead to particular user of the lead queue. As new lead enters

Read More
May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho

PHP | Send mail through Gmail SMTP server and phpmailer

May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho
Post Views: 6,298
| By Webner

We have mail() function to send emails in PHP. It uses built in sendmail command that uses local mail server to send emails. PHPMailer, on the other hand, is very different. Rather than relying on sendmail, it communicates directly with

Read More
May 22, 2017 Salesforce / Web Development

Salesforce | Dynamic table column headings in a VisualForce page

May 22, 2017 Salesforce / Web Development
Post Views: 8,393
| By Webner

In VisualForce Page I wanted to have different column headings, like this: I tried it using tag and tag but you can not display header value using tag as well as <apex:facetname=”header” > tag. <apex:repeat value=”{!prolist}” var=”ls” > <apex:column headerValue=”Producer

Read More
May 12, 2017 Salesforce / Web Development

Test cases generation and bug report generation in salesforce

May 12, 2017 Salesforce / Web Development
Post Views: 5,767
| By Webner

In case you would like to create test cases or record bugs inside Salesforce you can create custom objects for this. Steps for test cases object creation: Select->Setup->create object->new custom object Then we can add custom fields and relationships or

Read More
April 10, 2017 Salesforce / Web Development

Salesforce | Set custom RecordType in case of web to lead

April 10, 2017 Salesforce / Web Development
Post Views: 5,405
| By Webner

Situation:  We have a web to lead form and every time we create a lead it always takes “Personal” as record type which is default record type in our org. We want to set another recordType like Agentco or Trucking

Read More
April 7, 2017 Salesforce

Salesforce: Truncate records from custom object in salesforce without using apex code

April 7, 2017 Salesforce
Post Views: 6,977
| By Webner

Truncate records from custom object in Salesforce without using apex code Salesforce provides a feature to delete bulk records for the standard objects. This can be achieved by navigating Setup -> Data Management-> Mass Delete Records. But in case we

Read More

Posts pagination

«Previous Posts 1 … 16 17 18 19 20 … 62 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection