A. True
Explanation:
Inline editing is available in Visualforce pages, but it must be explicitly enabled and implemented by the developer. Salesforce provides support for inline editing in Visualforce by using the <apex:inlineEditSupport> component. This allows fields to be edited directly on the page without requiring a full page reload.
However, it requires:
1. Proper configuration and inclusion of the apex:inlineEditSupport component in the Visualforce page.
2. Fields to be inline-editable based on user permissions and record access.
If not implemented or configured, inline editing will not work by default.
B. False
Inline editing is generally not natively available in Visualforce pages in Salesforce. Visualforce pages are custom pages that allow for a high degree of customization and control over the user interface, but they do not automatically include some of the standard Salesforce features like inline editing. This functionality can be achieved in Visualforce pages, but it requires custom development using JavaScript or other methods to enable inline editing capabilities. Therefore, by default, inline editing is not available in Visualforce pages without additional customization.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jeet992014
1 month, 3 weeks agovillahd
1 year, 1 month ago