Avalara for Financial Force on Salesforce

Financial Force accounting package for Salesforce does not calculate Sales Tax on Sales Orders. We have been having a lot of issues with tax-related problems on Customer Quotations and Sales Orders within Financial Force objects. The solution was to use another Tax package from Avalara.

Salesforce Currency with more than 2 decimal places

Salesforce is capable of storing currency to more than 2 decimal places at the database or API level. We use Financial Force as our accounting package and use Purchase Orders, Sales Orders, and Sales Invoice for fulfillment and billing purposes. Several of our suppliers use 3rd or 4th decimal points in the item pricing, and this causes our PO and supplier's Sales Invoice not to match final dollar amounts. Is it possible to use additional decimal points in product pricing?

[SOLVED] Cannot Upsert Financial Force Sales Invoice Object (No current company)

We're using the Financial Force for our accounting package within Salesforce, and have written a new class for a change we're implementing which has nothing to do with the Sales Invoice object. However, when we tried to deploy the change set, an error occurred on the already deployed trigger on the Sales Invoice object with a working Test Class. The error message on the deployment log shows:

A guide to publishing a successful e-book

I have been writing technical articles since 2004, but never really thought about monetizing my work until two years ago. I own more than a dozen websites, and it really becomes hard to maintain all of them. In the 4th Quarter of 2010, I started selling advertisements on Web Hosting Resources, and Geolocation websites and started generating passive income from them on a monthly basis. Due to the time it takes to find quality advertisers, and running and maintaining an Ad server is somewhat troublesome; I have decided to convert all of my Ads into Google Adsense. I have been running Google Adsense for nearly 8 months, and I am pretty happy with its results as compared to other advertisement networks I've tried including Adbrite and Chitika.

How do I find a dual DVI-D (dual link) graphics card for 2560x1440 resolution?

With high-end LCD and LED monitors becoming affordable, I've opted to upgrade my current 21" monitors with a larger 27" capable of displaying 2560 x 1440 resolution. I have a Dell Optiplex 3010 computer which has 1 x VGA and 1 x HDMI (they are only capable of displaying 1920 x 1050 resolution). I've opted to shop for a new graphics card, but it wasn't easy to choose one as descriptions of the products shown on major websites weren't clear enough to ensure compatibility.

How do you move Windows from a small drive to a larger one?

With SSD Hard Drives getting cheaper and cheaper, you can significantly improve the performance of your computer by replacing a regular Hard Drive with an SSD Drive. There are a number of free software that will allow you to clone a Hard Drive to another including Macrium Reflect Free, Shadow Copy, and Ease Us Todo Backup Free. Just download and install any of the tools suggested, and clone the hard drive from one to another. If you're on a desktop machine, you can simply connect the second drive to another SATA connector and clone the active ("running HDD") one to a new one. If you're on a laptop, you'll either have to pop out the HDD and connect to a Desktop PC to clone the drive or buy a SATA to USB adapter.

Add Opportunity Contact Roles on Opportunity Update

We're sending an email campaign through Pardot excluding customers who placed an order with us or prospects whom we provided Customer Quotation (SCM Module by Financial Force) within the past 30 days. To exclude this list, we must sync Salesforce Opportunity to Pardot Opportunity. Pardot opportunity is tied to a prospect where Salesforce Opportunity is not directly tied to contacts but through Accounts and OpportunityContactRoles. In order to sync Salesforce Opportunity with Pardot Opportunity, OpportunityContactRoles must be created in Salesforce Opportunity. When a Salesforce lead is converted (creating an account, contact, and opportunity), OpportunityContactRoles are automatically created. Similarly, when a new Salesforce Opportunity is created OpportunityContactRoles are automatically created (via traversing Opportunity -> Account -> Contact). However, when a new contact is added to an Account within Salesforce; the new OpportunityContactRole is not automatically created. To exclude those newly added contacts to be excluded, we must run the one-time script via Developer Console to add OpportunityContactRole.

Salesforce: Retrieve related list with SOQL and Apex

You are working with a Salesforce custom object, and you need to iterate through the related list. How do you retrieve the listed list with SOQL, and iterate through them with Apex? For illustration purposes, I'm going to use the Financial Force object, SCMC__Sales_Order__c. The SCMC__Sales_Order__c has a child relationship, SCMC__Purchase_Orders__r, as shown in the (Force.com IDE) screenshot below.