Sales : +1 415 689 9032
Sales : sales@perigeon.com
HR : careers@perigeon.com

Perigeon Software: Elevating Businesses to New Heights with Unparalleled Salesforce Expertise

In the fast-paced world of digital transformation, businesses are constantly seeking partners who can turn their technological aspirations into reality. This blog post shines a spotlight on Perigeon Software, a dynamic force in the realm of digital solutions, and showcases how their unparalleled expertise in Salesforce is propelling businesses to new heights of success. Perigeon […]

Salesforce Shots: GraphQL

As of Winter 23, the Salesforce GraphQL API is available. Provide a new way to create mobile and web applications using GraphQL with the Salesforce Platform. With the help of this new Salesforce GraphQL API, Salesforce Developers can have more features to use like Field Selection, Resource aggregation, Schema introspection, and sObject query ability. GraphQL […]

Salesforce Shots: Salesforce CPQ

The purpose of salesforce CPQ (Configure, Price, Quote) is to simplify complex pricing and expedite the quote-to-cash process. Salesforce CPQ software ensures that sales reps are able to configure products with accuracy and apply the right pricing & the right quantity discounts while the corresponding approvals have already been programmed into the system. CPQ helps […]

Salesforce Shots: Access Salesforce Data Outside Salesforce using API

Whenever we need to access salesforce data outside of salesforce, firstly we need to create a connected app inside our Salesforce org, it will give the credentials like client Id, and client secret which we will use to generate access token as parameters. In our scenario, we are using Postman where we can access the […]

Salesforce Shots: Test Data Factory in Salesforce

TestDataFactory/TestUtility is a container that is an org-wide special apex test class & excluded from the organization code size limit. In addition, it’s annotated with @isTest. Use case: In test classes, we used to create multiple test data records (Account, Contact, Opportunity, etc) for the testing apex class. In this scenario, we can use the […]

Salesforce Shots: No-Code Flow Testing (Beta)

In Salesforce summer-22 release, salesforce launched View Tests (beta) which will help you to test  Record Triggered Flow. In the Salesforce ecosystem, everyone knows Flow is the future of declarative automation tools. It will replace the existing workflow & process builder soon. After saving Record-Triggered Flow, click the “View Tests (beta)” button where you can […]