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 20, 2017 Salesforce / Web Development

Salesforce Google drive integration | Upload files from Salesforce to Google drive

June 20, 2017 Salesforce / Web Development
Post Views: 21,188
| By Webner

Follow the below steps for the integration of Salesforce and Google drive (to select files from local and upload to Google drive using Salesforce code): 1. Open Google Drive console. Here is the link for console: https://console.developers.google.com/apis 2. Select a

Read More
June 19, 2017 Salesforce / Web Development

Salesforce | Send an email alert to Lead owner after X business hours from Lead Creation timestamp

June 19, 2017 Salesforce / Web Development
Post Views: 4,343
| By Webner

Let’s say our business hours are from 9am to 6pm (Monday to Friday) and if Lead is created at 5pm on Monday an email alert should be sent to LeadOwner at 12am on Tuesday. You can set your business hours

Read More
June 8, 2017 Salesforce / Web Development

Salesforce | Creating communities in Salesforce

June 8, 2017 Salesforce / Web Development
Post Views: 3,928
| 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,917
| 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,601
| 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,877
| 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,364
| 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,442
| 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,821
| 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

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