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

December 26, 2017 Salesforce

Salesforce | SingleEmailMessage REST API and C# consumer

December 26, 2017 Salesforce
Post Views: 11,914
| By Webner

Creating Custom Email Rest API Apex class in Salesforce using SingleEmailMessage class and C# example code to consume the Api My web application was integrated with Salesforce and I had a requirement to use Salesforce as Email Client, but with a

Read More
December 21, 2017 Salesforce

Salesforce | Convert API only User to Normal User using Data Loader

December 21, 2017 Salesforce
Post Views: 4,715
| By Webner

By mistake if you have only 1 userid and you change that also to API only, then you cannot login to Salesforce. In this case how to convert Salesforce “API only” User to “Normal” User using Data Loader? Salesforce API

Read More
December 14, 2017 Salesforce

Salesforce | Change Visibility of several fields of an object

December 14, 2017 Salesforce
Post Views: 5,518
| By Webner

Problem: Change Visibility of several fields of an object. Need: One example is when a package is deployed to another org then the visibility of the fields can be different than expected which affects the functionality. Solution: Since editing each

Read More
November 28, 2017 Salesforce

Salesforce Email to Case

November 28, 2017 Salesforce
Post Views: 5,657
| By Webner

Email to case is a standard feature in Salesforce that allows creating a case in Salesforce directly from an email. First step is to generate the email address in salesforce that needs to receive emails that should be converted into cases.

Read More
November 20, 2017 Salesforce

Salesforce | Handling View state problem

November 20, 2017 Salesforce
Post Views: 4,963
| By Webner

Display more than 10,000 records by Handling View state problem (only 132 kb data displayed on vf page). Problem statement : Displaying more than 50,000 records in the table. Solution : This issue has been resolved by pagination of the

Read More
November 14, 2017 Salesforce

Salesforce | Roll back changes or delete unused classes/triggers from Production

November 14, 2017 Salesforce
Post Views: 5,218
| By Webner

There are two most common ways to revert your changes back to Salesforce sandbox from production: 1.) Force.com IDE 2.) Salesforce Migration tool (ANT) Using Force.com IDE : If you are already using force.com IDE then you can go for

Read More
October 9, 2017 Salesforce

Salesforce | Toggle button to let TinyMCE editor switch between text or html mode

October 9, 2017 Salesforce
Post Views: 7,387
| By Webner

Situation: We need to use tinyMCE editor for the rich text field so that user can switch from Visual to html editor. It means he can also use html coding or add effects from UI as required. As we know

Read More
September 26, 2017 Salesforce

Salesforce | Get the field list recursively of related objects

September 26, 2017 Salesforce
Post Views: 5,269
| By Webner

If you want to fetch the Field names recursively of Related objects up in Salesforce how to do this? Solution: You have to first fetch the field names of one Object Name and scan the list to find the field

Read More
September 15, 2017 Salesforce

Salesforce | Fetch more than 2000 records using REST asynchronously in C#

September 15, 2017 Salesforce
Post Views: 8,970
| By Webner

Salesforce gives us a limit of 2000 records to fetch from it using REST calls. But sometimes we need to get all the records from Salesforce. In Salesforce, there is a limit of API calls. By default, it gives 15,000

Read More

Posts pagination

«Previous Posts 1 … 14 15 16 17 18 … 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