Skip to main content

 

What is Batch job in Salesforce?

What happens when you try to delete a public group?

Restriction rules in salesforce?

What are the different kinds of authenticatons?

1 respuesta
  1. 21 mar 2024, 04:21

    1.  The Batch class is used to process millions of records within normal processing limits. With Batch Apex, we can process records asynchronously to stay within platform limits. If you have a lot of records to process, for example, data cleansing or archiving, Batch Apex is probably your best solution.

     

    https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch_interface.htm

     

    2.  If the public group has been used in any sharing rule and associated with any records in the context of sharing, the associated records appear. Now, an option is given to delete the public group as well as the sharing of all the records. 

     

    https://www.apexhours.com/salesforce-admin-interview-questions/#h-54-what-happens-when-you-try-to-delete-a-public-group

    3.  Restriction rules let you enhance your security by allowing certain users to access only specified records.

    https://help.salesforce.com/s/articleView?id=sf.security_restriction_rule.htm&type=5

     

    4. There are many auth mechanisms like Basic, Outh2.0 ...etc.

     

    https://docs.streamsets.com/platform-datacollector/latest/datacollector/UserGuide/Pipeline_Configuration/SalesforceAuth.html

0/9000