Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinohara80 committed Apr 2, 2012
1 parent bc1e18b commit 85a605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ Async.updateSObjects(Async.prepare(leads));
I find myself needing to run mass-updates on records once I finish an "On Update" trigger. I created this simple utility batch class that runs an update on all records retrieved by a SOQL query string that is supplied as the classes only argument. There is a static method that will run this in one line.

```java
String batchId = InvokeUpdateTriggerBatch.invoke('SELECT Id FROM Lead');`
String batchId = InvokeUpdateTriggerBatch.invoke('SELECT Id FROM Lead');
```

### StateFormatter.cls
Expand Down

0 comments on commit 85a605d

Please sign in to comment.