function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DoondiDoondi 

inline edit doesn't work for blank records

Hi,
I have a custom vf page, 
I have used this component in the page 
 
<apex:inlineEditSupport showOnEdit="saveButton, cancelButton"
                    hideOnEdit="editButton" event="ondblclick"
                    changedStyleClass="myBoldClass" resetFunction="resetInlineEdit"/>
This is the output
InlineEdit

Why am I not able to Edit If there is No data in for that particular field?
Prosenjit Sarkar 7Prosenjit Sarkar 7
Hi Doondi, 

Check the FLS (Field Level Security) is read/write of Account Account Description for the user or not. 

--PS