Do not allow edit the Opportunity record if the record is created 7 days back from System.Today() | Do not allow a user to modify the Opportunity record if the Opportunity is created before 7 days from today

Hey guys, today in this post we are going to learn about How to Do not prevent allow edit the Opportunity record if the record is created 7 days back from System.Today().   Final Output →   Other related post that would you like to learn in Salesforce Apex trigger to create and count the … Read more →

How to Write Schedule Class to update custom field and Send Email to User if condition is met on custom object in Salesforce | Schedule jobs using the apex scheduler in Salesforce | How To Schedule Apex Class/Job and send Email notification in Salesforce

scheduled apex job in salesforce -- w3web.net

Hey guys, today in this post we are going to learn about How to Write Schedule class to update custom field and Send Email if condition is met on custom object Using Apex Method in Salesforce. Use the Apex scheduler and the Schedulable interface if you have specific Apex classes that you want to run … Read more →