function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SuhaSuha 

Please help

Hi,

 

Can you please send answers to the following questions to my mail suhasinireddyg@gmail.com

 

1. What is the Number of Master Detail Relationships an Object can have?
2. Are there Governor Limits for Insert/Update into Salesforce for
single transaction?
3. How do you set Data Visibility in Salesforce?
4. What are the workflow actions that are associated with workflow rules in salesforce?
5. Can MetaData be deployed from One Production Org to another Production org?
6. What is the number of Trigger events in Salesforce and what are they?
7. What is the difference between with sharing and without sharing?
8. What is the difference between Trigger.new and Trigger.newMap
9. What is the length of Salesforce Unique ID?

Thanks in advance,

Suha.

 

 

 

 

 

 

 

Navatar_DbSupNavatar_DbSup

Hi,

 

Ans 1) Object can have 2 Master Detail Relationship

Ans 2) DML statements are 150, Number of SOQL Queries are 100 for mor detail abou the gover limit follow the below link

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm

Ans 3) OWD, Sharing Rules, Role Hierarchy

Ans 4) Four Actions On Workflow: Task, Field Update, Email, Outbound Messaging

Ans 5) Yes, we Can deploy MetaData from One Production Org to another Production org.

And 6) insert, update, delete, merge, upsert, undelete, there are many more check Developer Apex

Ans 7) With Sharing is you share a particular record, Without sharing is all records are visible (Not sure about the question)

And 8) Trigger.new is a event, Tigger.newMap gives you the details of new Record.

And 9) 18 Character Case insensitive, 15 Character Case Sensitive

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.