Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Formulas & Validation Rules Discussion
- :
- How to apply the - Round Robin Lead Assignment for...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-02-2007 02:42 PM
Solved! Go to Solution.
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-16-2007 12:57 PM
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2008 06:38 PM
Lead Numbering
This formula returns a number value for the text value in the auto-number field Lead Number. This can be useful if you want to use the Lead Number field in a calculation, such as round-robin or other routing purposes. Note that auto-number fields are text fields and must be converted to a number for numeric calculations.
VALUE( Lead_Number__c )
For details about using this function, see VALUE.
The following formula example for leads assumes you have three lead queues and you want to assign an equal number of incoming leads to each queue. You can also assign cases using a similar formula.
MOD(VALUE(Lead_Number__c) ,3)- Round_Robin_ID = 0 is assigned to Queue A
- Round_Robin_ID = 1 is assigned to Queue B
- Round_Robin_ID = 2 is assigned to Queue C
For details about using these functions, see MOD and VALUE.
Saad Hameed
Senior Marketing & Sales Ops Manager
saadmarketing@yahoo.com
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-18-2008 06:01 PM
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-18-2008 08:26 PM
Just substitute the name of a salesperson instead of the queue name. Queue is only an example of how it could be used. Salesperson is fine, too.
Rhonda
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-13-2009 02:02 PM
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-11-2009 04:00 PM
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-06-2010 12:42 PM
any answers to the last two replies?
Re: How to apply the - Round Robin Lead Assignment formula
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-15-2010 10:34 AM
I second what NIKAL asks. We need case load balancing round robin routing rules. I installed the round robin app but this is very limited and has some bugs (have to change owner twice.) I'm acutally suprised SalesForce is not responding to this or providing any more functionality on round robin record assignment. Seems this is an extremely common request.
Re: How to apply the - Round Robin Lead Assignment formula
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2010 05:13 AM - edited 12-13-2010 05:13 AM

