Tag Archives: Formula field

Using Formula Fields in Triggers

For one of our projects, we were adding some grouped products in the “Opportunity Products” object through our custom visualforce page. This seemed a very simple technical implementation. Though it would give us ‘NULL’ reference error when our custom page would try to insert the product records in the opportunity. However, it worked seamlessly for… Read More: Using Formula Fields in Triggers »

Adding flags to records in an object

It is possible to use images for different records of a Salesforce object to draw the user’s attention to a specific record. Let us take an example of the Case object in Salesforce. We can use different flags to define different priorities of any case. Looking at the flags will allow the users to immediately… Read More: Adding flags to records in an object »