Can you throw some light on assignment rules? How do you set up an assignment rule?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of object relations in salesforce? How can you create them?
What are the static and dynamic dashboards? Can dynamic dashboards be scheduled?
What are the different types of object relations in salesforce? How can you create them? : salesforce crm
Is there any issue with joined report?
Why we use @future annotation?
Can we convert the lookup relationship to master detail relationship?
What are force platform sites?
Which fields are automatically indexed in salesforce ?
What are reports in salesforce?
What is standard controller? : salesforce visualforce
How can we communicate between two component?
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )