Is it possible to delete junction – object in case of master – detail relationship?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the different scenarios wherein you need to use different types of collections i.e list, set and map?
Does lightning work with visualforce ?
Which all field data types can be used as external ids?
How can we call child component controller method from the parent component controller method? : salesforce lightning component
what is analytical snapshot?
What are Time-Dependent Workflow Limitations?
What are the different types of object relations in salesforce? How can you create them? : salesforce crm
What is difference between lookup and master details? : salesforce objects & fields
Explain what is the trigger?
What is an apex transaction? : salesforce crm
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 ?
Let’s say that you have an app myapp.app that contains a component mycmp.cmp with a ui:button component. During initialization, the init() event is fired in what order?