Trusted IP Ranges: 2 Ways to whitelist IP address in Salesforce

While having a verification code being sent over is necessarily a great security aid, it can sometimes be annoying. Think of having one specific client-approved credential and having to ask people for verification codes sent to them, each time you try to log in. What does it do? It just lets salesforce identify your system from the worldwide crowd and lets you login in case you have proper credentials and won’t necessitate having an additional verification.

Create Batch Apex Job and Scheduled Apex to update Account related Contact Record field

Asynchronous apex jobs are executed when the resources are available. So any calling method which calls Asynchronous apex won’t wait for the outcome of the Asynchronous call. This is especially beneficial when we want to process bulk data and stay within the governor limits. The processing limit for asynchronous calls is also greater than that in the case of Synchronous jobs. Asynchronous Apex can be executed in the following manner.

error: Content is protected !!