-
How to schedule apex to update related records based on the Parent in Salesforce?
I am trying to design a schedule class which updates the lookup fields on the custom object based on the look up fields selected in Account.
This custom object is related to Account?
I am stuck if I have to choose a for loop or a soql query nested inside the execute method or the schedule class?Please give me some ideas.
Log In to reply.