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 ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Approval Terminology?
How to rename the tab?
What is analytic snapshot ?
Is it possible to invoke an adderror() operation on the trigger.old list in a delete operation in trigger ?
Does salesforce stores the deleted objects and fields? : salesforce objects & fields
How to create roll-up summary field on lookup relation?
Can we call a batch apex program in apex trigger ?
Explain Final variables in Salesforce?
Mention how many relationship is included in sfdc and what are they?
What are governing limits in salesforce?
There is a simple soql query ‘select id, name from opportunity’ which fetches millions of records without any selection criterion. How do we optimize the performance of this simple query without using any selection criterion ?
How do you implement aggregate functions in apex ?