function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jamison BrownJamison Brown 

Apex Coding for Round Robin Lead Assignment

Hello there.

I found a section of apex coding that will, coupled with a round robin case assignment app, assign leads for me. I followed their instructions, but I am getting the error below. I also posted a link to the coding. What am I missing?

 


Error: Compile Error: unexpected token: trigger at line 135 column 0 

 

 

https://gist.github.com/1562280


sfdcfoxsfdcfox

Those are separate files.

 

Lines 1 and 133 tells you the name of the files you should use (assuming you deploy with Eclipse IDE).

 

If you are in a Developer Org, just copy lines 1-132 into one trigger, and lines 133 on to another.

LauraStephensLauraStephens
Can you tell me what the name of the app is that was used here?