Author Archives: greysalesforce

Enable Lightning Experience on Salesforce

Salesforce describes Lightning as the future of CRM. Lightning has been a multi-year mission for Salesforce. One of the most prominently visible feature in the lightning experience is the new and refreshing User Interface. However, this is not all that there is to lightning. It also offers a platform designed to maximize sales rep productivity,… Read More »

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 »

Sage X3 on Salesforce Cloud – Get more done in less time

With Sage X3 as your choice, you can already Get more done in less time. No Holding back. Its time now to take your customer experience to the next level by integrating your Sage X3 with one of the largest and most renowned, Salesforce Cloud CRM system over a secured platform. Product Page | Salesforce App Exchange | Salesforce Blog | Sage… Read More »

Dreamforce 2015 – Embark on the Journey of Sage ERP on Salesforce Cloud

After an unforgettable Sage Summit 2015 at NOLA our event team now moves on to Dreamforce 2015 (#DF15) – Dreamforce is an event which you would never want to miss. Four packed days starting from Sep 15 to Sept 18 in San Franciso this year, will impact and inspire attendees from all the corners of… 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 »