Skip to main content
Most of the limits I am aware of are around number of workflows on an object, number of field updates per workflow, etc.

if I have a workflow rule fire 3-4 updates every time the record is edited (no time based workflows) and an integration job updates 1M rows of data will Salesforce have any issue with processing 3-4 million field updates as a result? Woukd I expect any time delays?
2 answers
  1. Mar 29, 2016, 4:40 AM
    Not having a full copy sandbox in our org limits me from being able to test this in a full scale for that amount of records.

    The way I see it is I would hit DML limits of 10,000 updates via Apex and (for obvious reasons) leverage config vs code. Scheduled Apex allows for more but not on that scale. 

    I don't care so much about the time it may take (within reason of course so let's say 6-8 hours processing time is ok) as long as I don't hit a governor limits and workflow/field updates are suspended for a period of time as a result. Any daily limits known for this?
0/9000