You need to sign in to do that
Don't have an account?

Assignment rules for Custom Objects
Hi All,
I do know salesforce currently let's us create Assignment for Cases and Leads objects. I would like to assign my Custom Records in custom objects to queues or users based on some Assignment Rule.Is there a work around way to achieve this?
Thanks,
Hi Victor,
The links below might help,
Idea, Please Vote if it meets your needs: https://success.salesforce.com/ideaView?id=08730000000BqfsAAC
Answer: https://success.salesforce.com/answers?id=90630000000gxj0AAA
Boad Post: http://boards.developerforce.com/t5/General-Development/Can-we-have-Assignment-Rule-for-Custom-Object/td-p/44315
Appexchange App (Round Robin) : https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000178fsEAA
Regards,
Ashish
If your question is Answered, please mark this post as Solved.
All Answers
Hi Victor,
The links below might help,
Idea, Please Vote if it meets your needs: https://success.salesforce.com/ideaView?id=08730000000BqfsAAC
Answer: https://success.salesforce.com/answers?id=90630000000gxj0AAA
Boad Post: http://boards.developerforce.com/t5/General-Development/Can-we-have-Assignment-Rule-for-Custom-Object/td-p/44315
Appexchange App (Round Robin) : https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000178fsEAA
Regards,
Ashish
If your question is Answered, please mark this post as Solved.
We've developed a package that mimics standard lead/case assignment rules, but can be run on any object to assign any field, including Owner. This would work as an assignment rule set for Custom Objects as well. It's called BREeze (Business Rules Engine). For more information, check out: http://gearscrm.com/apps/breeze. I think this will do exactly what you're looking for.
Harry
You can achieve that using a workflow rule.
1. Create a workflow rule and select everytime the object is created
2. Add a field update to "Owner" of the object and assign it to the queue you created.
The process is pretty simple: a team of SDRs/business developers sets up meetings with clients at times that are convenient for the prospect. The calendar queue then checks for availability and assigns the meeting to the account executive based a couple of rules. You can see more details here http://www.chilipiper.com/calendar-queue-round-robin-assignment-of-meetings-to-a-pool-of-resources/