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: Cloud

December 23, 2020 Cloud / Database

Install Openssl with source code

December 23, 2020 Cloud / Database
Post Views: 2,592
| By Webner

To install Openssl, we have to perform all steps with the root user. Please check the steps below: sudo su (Do all operation with root user) Change the directory to your desire location cd /var/www/html/ Make two directories mkdir Release

Read More
December 18, 2020 Cloud / Database

Security token in Salesforce

December 18, 2020 Cloud / Database
Post Views: 2,295
| By Webner

How to generate an access token? Step 1: From Setup, enter Apps in the Quick Find box, then select App Manager. Step 2: Locate the OAuth connected app in the apps list, click and select View. Step 3: In the

Read More
December 8, 2020 Cloud / Insurance

How to call Salesforce API from Postman

December 8, 2020 Cloud / Insurance
Post Views: 3,694
| By Webner

To verify the output of a web service in salesforce we need to connect it with the postman. To connect salesforce with postman we need to follow these steps. Get access token:- To get access token. Click on the authorization

Read More
December 1, 2020 Cloud / Insurance

Lightning Web Component (Salesforce)

December 1, 2020 Cloud / Insurance
Post Views: 2,957
| By Webner

LWC is a new programming model leveraging recent web standards. This framework is quite powerful and allows developers to do customization with the best approach. Web Standards and Specialized services like Base Lightning Components, Lightning Data Service, and User Interface

Read More
November 11, 2020 Cloud / Insurance

Salesforce Einstein

November 11, 2020 Cloud / Insurance
Post Views: 3,294
| By Webner

Salesforce Einstein is the first encompassing AI for CRM. Einstein is an integrated set of AI technologies that make Salesforce Customer 360 degrees smarter and bring AI to trailblazers everywhere. Salesforce is one of the earliest adopters of AI capabilities

Read More
November 4, 2020 Cloud / Insurance

Salesforce Dashboard Customization

November 4, 2020 Cloud / Insurance
Post Views: 2,200
| By Webner

Dashboards in Salesforce are the graphical representation and easily understandable visual presentation of reports data in salesforce. Salesforce dashboards have some visual representation components like graphs, visualforce pages, charts, tables, gauges, and metrics. Salesforce dashboard components are used to represent

Read More
October 28, 2020 Cloud / Insurance

How to get Salesforce object records with only required fields in Apex

October 28, 2020 Cloud / Insurance
Post Views: 4,761
| By Webner

Problem: If you want to get records with dynamic fields (all fields or only required fields) selection of an object in Salesforce. Solution: List normalFields = new List(); List requiredFields = new List(); Schema.DescribeSObjectResult objectDetails = ObjectName.sObjectType.getDescribe(); Map fieldsMap =

Read More
October 26, 2020 Cloud / Insurance

Data Model, Objects, and Relationships in Salesforce

October 26, 2020 Cloud / Insurance
Post Views: 2,906
| By Webner

A data model is defined as a method to represent tables in the database in an understandable human language. Tables in the database are used to understand the relationships among different objects. From a database point of view, a table

Read More
October 21, 2020 Cloud

Azure API Management

October 21, 2020 Cloud
Post Views: 3,094
| By Webner

INTRODUCTION Azure API Management is a secure, scalable, and reliable way to manage, consume, and publish the APIs which are running on the Microsoft Azure platform. It provides the tools to fully manage the APIs. It makes sure that the

Read More

Posts pagination

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