Category Archives: Salesforce Services

Non-profit Starter Pack (NPSP) for Salesforce

Salesforce offers a special collection of packages named Non-profit Starter Pack (NPSP) for non-profit organizations to customize the platform for some common nonprofit user cases. Salesforce NPSP aggregates the whole organization’s information into one system making program management, fundraising, volunteer management, mass communication, reporting etc easily achievable. Organization gets better insights into the member base… Read More »

Custom Workflow in Salesforce for Travel Industry

Travel Industry has a complex structure with correspondingly business processes. Most common scenarios where the problem occurs is related to the use of traditional business processes. To manage repetitive processes like ticketing, document production (fulfillment) and so on we needed is a workflow system. In Workflow each task can be attached to specific bookings/inventory/suppliers or… Read More »

Quote To Order Conversion in Salesforce

When a customer approaches an organization for any requirement, what do a salesperson do? They “QUOTE”. A “QUOTE” is a document that allows a prospective customer to see a predetermined set of items and quantities at a predetermined price, to be delivered on a specific date. Read More: GUMU™ for Salesforce – Sage ERP Integration… Read More »

Apex message as Debug Tool

Sometimes it’s very tedious to debug controller side code using system.debug command for some variables or tracing an error. One can instead use ApexPages.addmessage to show a message to visualforce page for quick debugging purpose. In below code we are showing account values on visualforce page. Similarly, you can use ApexPages.addmessage to show any variables… Read More »

Deploying project using Force.com IDE

The Force.com IDE is a powerful tool for deploying Force.com applications. It provides an iterative development process i.e. deploy the smallest subset of configuration changes possible. Steps: Right Click Project Name >> Force.com >> Deploy to Server. The next window will appear requesting org credentials. Fill-up all the connection details i.e. username, password, and security… Read More »

Creating Project using Force.com IDE

In our previous blog, Migrating Salesforce metadata using Changesets, we discussed various methods of Salesforce metadata migration and elaborated upon deployment using changesets. In this blog we will discuss another tool used for metadata migration in Salesforce i.e. Force.com IDE. Force.com IDE: The Force.com IDE is a plugin that sits on top of Eclipse framework… Read More »