How you will do Mass Insert through trigger?
Answer / Bhavana Gautam
A trigger cannot be used to perform mass insert operations directly. However, you can write an Apex class that performs a mass insert and then schedule it as a batch job or call it from another Apex class or trigger using the static method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define formula fields?
What are the different types of collections in apex? What are maps in apex? : salesforce crm
What is a sandbox org? What are the different types of sandboxes in Salesforce?
What are the different methods of batch apex class? : salesforce crm
What is difference between datatable and pageblock table?
What is approval process? Are automated actions supported by approval processes? How many?
What is the difference between a role and profile in salesforce? : salesforce crm
What all data types can a set store? : salesforce crm
Can we convert formula field into any other data type ?
How can I create many – to – many relationships?
Explain the dashboard component of Chart?
What is 'data skew'?