Desk.Com Training Module
Jun22

Desk.Com Training Module

What is Desk.com? Desk.com is a Customer support application. It connects customer to agents of a company with e-mail, phone calls, and social channels like Facebook and Twitter.Desk.com provides cloud based customer support for small to medium sized companies. Benefits of cloud based service is that you can access it anywhere if you have an internet connection and smart...

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
Dreamforce 16 Checklist
May06

Dreamforce 16 Checklist

  CreateID Get Plan tickets register Hotel Attend 1st day contact clients...

Read More
Try Try Until You Succeed
Sep15

Try Try Until You Succeed

Try Try Until You Succeed No experience is bad until you learn something from it and not commit the mistake again. Sometimes its very difficult to digest your failure but those who accept small failures only they can prepare for a big win. “I never failed a single exam in my entire life.” Sorry that is a lie. I...

Read More
× How can I help you?