What is difference between action support and action function?
Answer / Ram Avtar Sharma
Action Support in Visualforce provides a set of predefined behaviors for buttons, links, or input fields. Action functions are custom JavaScript functions that can be associated with those UI components to perform specific actions when triggered by the user. While Action Support offers basic functionality out-of-the-box, action functions offer greater flexibility and customization.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a difference between System log and debug log?
What is static resources?
Can you edit an apex trigger/ apex class in a production environment?
Can two users have the same profile? Can two profiles be assigned to the same user?
Explain apex code execution governors and limits?
How to read the parameter value from the url in apex?
What are the different ajax action tags? What does each do?
Compare javascript remoting and <apex:actionfunction> ?
What does “view all” and “modify all” permission do at object level? : salesforce sharing and security
Give me code free solution to validate duplicate check on combination of first & last name?
Is it possible to refer external styles and scripts in lightning? How?
What are Governer limits in Apex and Salesforce?