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

January 13, 2023 Salesforce

Salesforce Data Loader

January 13, 2023 Salesforce
Post Views: 1,342
| By Webner

Data Loader is used to import or export data in bulk. Use it to export, delete, update, or add records to Salesforce. The client application known as Data Loader must be downloaded directly to the desktop from the Data Management

Read More
December 26, 2022 Salesforce

How to avoid the recursive triggers in Salesforce

December 26, 2022 Salesforce
Post Views: 1,324
| By Webner

Recursive Trigger:- When a trigger is calling itself again and again, this situation is called a recursive trigger, or we can say that a recursive trigger performs the same process multiple times. If we don’t handle this recursive trigger, it

Read More
September 22, 2022 Cloud / Salesforce

What is National Producer Number?

September 22, 2022 Cloud / Salesforce
Post Views: 2,908
| By Webner

National Producer Number or NPN is a type of identifier assigned to individuals or businesses. Nowadays, It has taken place of the license number. NPN is issued or assigned specially to “insurance-related organizations or activities” to keep the track of

Read More
February 25, 2022 Salesforce

How to login to salesforce using session id?

February 25, 2022 Salesforce
Post Views: 24,900
| By Webner

We may also access Salesforce without having to enter a username and password. We may log into Salesforce using the session ID. To log in to salesforce using session-id follow the following steps: Step 1: execute this piece of code

Read More
January 17, 2022 Salesforce / Web Development

Inheritance in Apex

January 17, 2022 Salesforce / Web Development
Post Views: 10,614
| By Webner

Inheritance is a feature of OOPS that allows us to inherit the properties or methods of a class. The base class acts as a parent, the class that is inheriting is called the child class. The child class has access

Read More
January 11, 2022 Salesforce

Decorators in Lightning Web Component

January 11, 2022 Salesforce
Post Views: 4,220
| By Webner

The Lightning Web Component has three decorators. @api @track @wire @api: If we want to pass any variable from Parent component to child component then we use @api decorator. To pass data to the child component, we need to define

Read More
January 7, 2022 Salesforce

Custom font in Visualforce Page

January 7, 2022 Salesforce
Post Views: 6,935
| By Webner

We can use custom fonts in the Visualforce page using Salesforce Static Resources. Following are the steps to use custom fonts: In Setup, use the Quick Find box to find Static Resources and create new a resource with ZIP of

Read More
December 21, 2021 Database / Salesforce

Bulk State Transition

December 21, 2021 Database / Salesforce
Post Views: 2,428
| By Webner

The Bulk State Design pattern is the general pattern that executes the bulk of the actions in Apex based on the change of state of one or more records. Bulk transitions increase the code reusability by allowing only records that

Read More
December 10, 2021 Salesforce

What is Schema in Salesforce?

December 10, 2021 Salesforce
Post Views: 2,718
| By Webner

Schema is a namespace provided by salesforce which provides schema metadata information using different methods and classes. ChildRelationship Class This class contains methods to access the child relationship as well as the child sObject for a parent sObject. DataCategory Class

Read More

Posts pagination

«Previous Posts 1 … 3 4 5 6 7 … 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