Programming Logic Key Ingredients
May31

Programming Logic Key Ingredients

We can always learn from Nature the different ways to be a good Software Programmer, after all Nature is the greatest programmer of all. To develop different programming traits on can practice and learn also I do believe some are born programmer and see this world in a different way. As a kid I was always pondering over geometric shapes. I loved...

Read More
AppExchange Development Checklist
May20

AppExchange Development Checklist

In this blog I will be writing down some of my AppExchange development checklist while developing an application for various. AppExchange is the Salesforce center on which one can launch their own salesforce Application. Appexchange is the hub of thousands of application where Salesforce users can reach out to various paid and free applications as per their need. Appexchange...

Read More
Coding Genius (Apex Script)
May19

Coding Genius (Apex Script)

1. Create 20 new Accounts Records in salesforce with at least 5 fields filled. Click here to learn more for(integer i=0;i<=20;i++) { Account a=new Account(); a.Name=’Name’ + i; a.AccountNumber=’123′; a.Rating=’Hot’; a.Fax=’23456′; a.Description=’xyz’; insert a; } Click here to learn more 26.0 APEX_CODE,DEBUG;APEX_PROFILING,INFO;CALLOUT,INFO;DB,INFO;VALIDATION,INFO;WORKFLOW,INFO Execute Anonymous: for(integer i=0;i<=20;i++) Execute Anonymous: { Execute Anonymous: Account a=new Account(); Execute Anonymous: Execute Anonymous: a.Name=’Name’ +...

Read More
Salesforce Certification Preparations Notes
May16

Salesforce Certification Preparations Notes

These are the list of Notes for various Topics I have used for preparations in various salesforce certification preparations. Most of the information is copied from various developer forums and salesforce certification preparations sites. Notes will be divided in the following sections. Content Sharing Security Territory Management Auditing & Monitoring Knowledge management Entitlements management Data Strategy Process Automation Analytical...

Read More
Salesforce Advance Administrator Notes (Collaborative forecast)
May13

Salesforce Advance Administrator Notes (Collaborative forecast)

Forecasting Enabling Forecast Steps Enable Allow Forecast on User Record. <> Set up your Forecasts Hierarchy. <> Enable Quotas <> Enable forecasts adjustments <> Define your forecast range. <> Customize your forecast categories. <> Select the fields that appear in the opportunity pane for each forecast type. <> Set a forecast currency Make Forecast Tab Visible on the respective Profile. Enable...

Read More
× How can I help you?