State what is roll-up summary field?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Objects available in the Salesforce Business Process and Give some Business Process Example?
Which interface needs to be implemented in apex to be used in flow ?
There is a simple soql query ‘select id, name from opportunity’ which fetches millions of records without any selection criterion. How do we optimize the performance of this simple query without using any selection criterion ?
What is the use of the <aura:method> tag in lightning ?
What is wrapper class?
Does ‘default value’ do anything if the object is created through apex?
Can one lightning component add another lightning component? : salesforce lightning component
Suppose there are 2 account records with 3 contacts associated against each account record. What would be the end result, if I merge these two account records ?
How many types of email templates can be created in salesforce?
What is dashboard? : salesforce reports and dashboards
What is the difference between pageblocktable and datatable in vf pages ?
Why do we need to write test classes? How to identify if a class is a test class? : salesforce crm