How to add currency to products in salesforce

No covert intelligence skills required, just a few clicks: From Setup, enter Company Information and click Company Information. Click the Currency Setup button. The Active and Inactive Currencies will be listed out. In Active Currencies, click New. Select a Currency Type. Currencies are alphabetized using their ISO currency codes. Enter the conversion rate relative to … Read more

How to add cumulative salesforce report

You need to use the ‘Line Chart’ chart type and under ‘Chart Data’ you can select ‘Cumulative’. That will generate a cumulative chart for a ‘normal’ report that just contains the monthly values. This is described in detail here: http://galvintech.com/the-most-important-salesforce-report-every-sales-person-must-have/ You need to use the ‘Line Chart’ chart type and under ‘Chart Data’ you can … Read more

How to add css in salesforce

Salesforce Visualforce Stylesheets (CSS) are automatically included in Visualforce pages to define the properties of an attribute and to change the look and feel of the application. We add CSS to Visualforce pages in three ways. They are Inline CSS. External CSS and Internal CSS. A dd CSS to Visualforce pages through Inline CSS Creating … Read more