Salesforce Stuff
Exploring Salesforce
Pages
(Move to ...)
About me
Home
Lightning (Aura)
LWC
Integrations
Tips & Trick
Interview Questions
Certifications
▼
Thursday, May 12, 2016
Salesforce Interview Questions-Validation Rules
›
1. What are validation rules? Validation rule contains an error condition and error message. If evaluation of error condition results in t...
29 comments:
Create sObjects Dynamically in Apex
›
If you need to create record dynamically, then use below code: For example, we are creating a contact record. String typeName=...
Wednesday, May 11, 2016
Salesforce Interview Questions-Objects & Fields Part-4
›
16. Is it possible to change master-detail relationship to lookup relationship? If the parent object doesn’t have Roll up Summary fields f...
4 comments:
Salesforce Interview Questions-Objects & Fields Part-3
›
11. What is difference between lookup and master details? Look-up Master •Up to 25 allowed per object •Parent is not a...
1 comment:
Salesforce Interview Questions-Objects & Fields Part-2
›
6. What all data type can be used as controlling fields? Picklist and checkbox. Standard picklist cannot be dependent picklist. Custom fie...
3 comments:
Salesforce Interview Questions-Objects & Fields Part-1
›
1. What is difference between standard objects and custom objects? Standard are objects are predefined by Salesforce like Accounts, Case, ...
3 comments:
Salesforce Interview Questions-Sharing & Security Part-4
›
16. True or False: A field hidden by field-level security is still visible through the API? False 17. True or False: Child records in ma...
2 comments:
‹
›
Home
View web version