Blogs

rover

Intforce Software is now a member of NASSCOM

“We are really proud to be a member of the prestigious NASSCOM! We are excited about the new association and are eager to contribute to India’s impact on global technology!” – Ujval Shah – CEO About NASSCOM NASSCOM is the premier trade body and chamber of commerce of the Tech industry in India. NASSCOM’s members, […]

rover

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 […]

rover

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 […]

rover

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 […]

rover

Build messenger with chat and video calling using QuickBlox API and SDK

QuickBlox: QuickBlox provides an instant messaging API that allows chat and calling functionality to be added to any Android, iOS, or Web application. Here, we will look into the quick implementation of Chat functionality. Requirements for QuickBlox Flutter SDK For IOS Platform version required 13.0. For the Android Platform, the minimum version is 5.0, and the API level is […]

rover

Principles of System Design – Part 2

Applications require long-term storage for the user or application-specific data. Arrays in-memory data structures such as linked lists are optimized for CPU access through pointers. Permanent storage is designed for read/write access by clients/processes that connect to the database server. Data modeling is a critical component of long-term persistence. This post will focus on how […]

rover

Principles of System Design – Part 1

When developing systems, three major considerations should be addressed: reliability, scalability, and maintainability. These terms are often used, and I want to provide explanations for each of them in this blog. Reliability The capacity of a system to tolerate errors or issues in order to avert breakdowns or total shutdowns is referred to as reliability. […]

rover

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 […]

rover

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 […]

rover

Salesforce Shots : Add multiple Recipients with different roles dynamically in Conga Sign URL

Problem Statement: How to add multiple Recipients with different roles dynamically in Conga Sign URL? Solution: We can add multiple Recipients with roles and change the role while sending the mail in the Conga Sign screen. But if we need automatic role assignment in the Conga Sign, we can add multiple Recipients with roles while […]