What is System.RunAs ()?
Answer / Umesh Chandra Saxena
System.RunAs() is a static method in Apex that allows you to impersonate a different user within the context of your code. This can be useful for testing access levels or permissions of other users.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you setup governor limit email warnings in apex ?
How can we call child component controller method from the parent component controller method? : salesforce lightning component
Do you know how to add javascript remoting to your visualforce page?
What is a tabular report?
What is force.com?
What are custom objects in salesforce?
What is wrapper class in salesforce?
What is a Case Assignment Rule?
What is a sobject type?
Explain static field and their scope?
What is difference insert () and database .insert ()?
How many custom fields can I created in an object? : salesforce admin