Tag Archives: Custom Object in salesforce

How to Create Custom field in Salesforce using postman REST API

In this blog will show you how to How to Create Custom field in Salesforce using postman REST API. For this blog we take Opportunity object as reference. Firstly, you have to create connected app in Salesforce. Now let’s See How to Create Custom field in Salesforce using postman REST API. Before start take note… Read More »

Adding/Creating FieldSet in Salesforce

A field set is a grouping of fields for an object. Creating field sets in Salesforce is an easy way to dynamically query fields and dynamically binding the fields to display field sets on your Visualforce pages which can save you a big chunk of time. Field set is an out of the box feature… Read More »

Public Access Settings in Salesforce

In one of the previous blog we discussed how to create a Force.com Site, it is important to note that guest user licenses are required for force.com sites. Enterprise/Unlimited license Org are allowed to create up to 25 sites hence the 25 guest user licenses. Guest users have no password, no role and have no… Read More »

Make Custom Object available for Salesforce Report

While working with reports in Salesforce, we wanted to create a report with a custom object. While trying to do this, we were unable to find the custom object in the Report Type Section. The solution is that we need to select the “Allow Reports” option in the Custom Object definition for that custom object.… Read More »