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

October 28, 2020 Cloud / Insurance

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

October 28, 2020 Cloud / Insurance
Post Views: 5,263
| 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: 3,450
| 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,647
| 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
August 28, 2020 Cloud / PHP Frameworks

How to get the “To” email address from eml files?

August 28, 2020 Cloud / PHP Frameworks
Post Views: 6,105
| By Webner

What is an EML File ? EML is an email message file extension (means an email is stored in a file with an extension .eml). This file is in the standard MIME RFC 822 format by Microsoft Outlook Express and

Read More
August 12, 2020 Cloud

History feature to track various states of tasks in TFS (Azure)

August 12, 2020 Cloud
Post Views: 3,114
| By Webner

Description: TFS plays a very important role in Project management. Under any User Story or Bug in a Sprint, we create tasks or kickbacks which go through various states with the time. By using the History icon, we can see

Read More
August 6, 2020 Cloud / Database / PHP Frameworks

Firebase Cloud Messaging With Laravel 6

August 6, 2020 Cloud / Database / PHP Frameworks
Post Views: 8,071
| By Webner

Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One

Read More
July 10, 2019 Big Data / Cloud

Automate aws snapshot using Lambda and cloudwatch service

July 10, 2019 Big Data / Cloud
Post Views: 6,187
| By Webner

Automate the Snapshots using AWS Lambda & CloudWatch services. Step.1 Create IAM Role with following accessibility 1. To get information of volumes and snapshots from EC2 2. To create new snapshots using the CreateSnapshot API call In the AWS management

Read More
July 2, 2019 Cloud / Web Development

WordPress | Move WordPress site from HTTP to HTTPS

July 2, 2019 Cloud / Web Development
Post Views: 3,174
| By Webner

How to move whole wordpress site from HTTP to HTTPS in simple steps using Really Simple SSL plugin with AWS Cloudfront. Solution. Step-1. Login to wordpress Step.2 Click Plugins Step-3. Download Really Simple SSL plugin on your desktop, as shown

Read More
June 28, 2019 Big Data / Cloud

How to close Heroku Postgres Database connections

June 28, 2019 Big Data / Cloud
Post Views: 6,131
| By Webner

Problem: Heroku Postgres Database Fatal error too many database connections for role ‘username’ Solution: 1. First install Heroku toolbelt with command a. sudo snap install heroku –classic 2. Login from command line a. heroku login 3. Check current database connections

Read More

Posts pagination

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