How many field dependencies we can use in visual force page?
No Answer is Posted For this Question
Be the First to Post Answer
What are differences between custom settings and custom objects?
What is the difference between a 'profile' and a 'role'?
How many ways call controller from visualforce page ?
What happens with existing visualforce pages in lightning experience?
Explain Tabular Reports?
Explain how many controllers can be used in a visual force page?
What is the Object Relationship Overview?
In a particular object, I have given only read access to a certain field named as ‘site__c’ to all users in the organization. However, if I have marked ‘site__c’ as a required field in the page layout for that object. So, what will happen when a user saves the record in that object through that page layout ?
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 )
While creating workflow on task object, what difference observed on available actions?
A custom object contains some records, now my requirement is to create the field in this object with the master-detail relationship. Can we create master-detail relationship in this case?
What are the different ways to store various types of records in salesforce?