• About

Salesforce Everywhere

~ All about Salesforce

Salesforce Everywhere

Monthly Archives: December 2015

Tip#17 – Accessing “User License” field on User Object

07 Monday Dec 2015

Posted by Mani in Salesforce Configuration

≈ Leave a comment

Tags

UserLicense

If you want to access User license field which determines the type of license that user is on(ex: Salesforce, Salesforce Platform etc), you can access it in apex  as follows:

User.Profile.UserLicense.Name

Suppose, you want to create a validation rule in User object to make a custom field mandatory based on the license, it could be as follows,substitute Customfield with the actual field name(API name):

AND(ISNEW(),ISBLANK(Customfield), OR(Profile.UserLicense.Name=’Salesforce’,Profile.UserLicense.Name=’Salesforce Platform’)

Advertisements

Salesforce Admin Certification(WI16)

04 Friday Dec 2015

Posted by Mani in Salesforce admin exam, Uncategorized

≈ 39 Comments

Tags

salesforce admin certification

I cleared my Salesforce Admin certification(WI16) last week and here are few tips from my side to prepare for the exam:

  1. I used salesforce-qa document, which I got it when I googled to find out the study materials for the exam and it covers the topics given in the study guide (except SalesforceA and Salesforce1, interestingly I didn’t get any questions from those topics).
  2. Then, I started going through the questions given in the site from Part 1-Part 10 and there are about 1000 questions. I didn’t get majority of these questions on my exam though from these dumps, it has helped me to understand the nature of questions that can be asked for the exam. I have got around 20 questions from these dumps.
  3. After finishing the exam, I found out this Admin-201-Certified-Administrator-notes which is gud too.

Here is the study guide and let me know if you have any questions about the exam.

P.S: Recently, I have gone through this post http://www.merivisblog.com/study-salesforce-admin-exam/ and thought of sharing it, as it could be useful to pass the exam.

There is a nice article by Ben on how to pass your Salesforce certification and here is the link

Update lookup field using Process Flow

01 Tuesday Dec 2015

Posted by Mani in Uncategorized

≈ Leave a comment

I have updated the post(Update lookup field using Process) with the additional information. Please find the link below.

Source: Update lookup field using Process Flow

Blog Stats

  • 46,205 hits

Archives

  • December 2017 (1)
  • October 2017 (1)
  • July 2017 (3)
  • June 2017 (1)
  • April 2017 (1)
  • March 2017 (1)
  • June 2016 (1)
  • May 2016 (6)
  • April 2016 (1)
  • March 2016 (2)
  • February 2016 (2)
  • January 2016 (1)
  • December 2015 (3)
  • November 2015 (2)
  • October 2015 (4)
  • September 2015 (10)
  • August 2015 (6)
  • April 2015 (2)
  • March 2015 (3)
  • February 2015 (1)

Recent Posts: Salesforce Everywhere

Tip # 24: Password issue in ANT

Salesforce Certified Platform Developer I

Tip# 23 – Why this error message System.QueryException: Non-selective query against large object type?

Salesforce Certified Administrator – Summer ’17 Release Exam

Salesforce Certified Platform App Builder – Transition Exam

Developer links

  • Salesforce Developer website
  • ForcePrepare
  • Salesforce Success Community

Connect with me

  • View @manibalan_s’s profile on Twitter
  • LinkedIn
Advertisements

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 12 other followers

Create a free website or blog at WordPress.com.