You need to sign in to do that
Don't have an account?

Can anyone know how to use fieldSets in VF page?
Hello Everyone,
Please see below code:-
<apex:outputfield value="{!a.cAccount[f]}" rendered="{!f.type != 'picklist' && (EditEnabled == null || EditEnabled == false || a.isSelected == false) && f.fieldPath!='Name'}" id="AccValue">
<apex:actionSupport event="onchange" rendered="{!a.fieldIsChanged = true}"/>
<apex:inlineEditSupport event="onClick" rendered="{!DisableInlineEdit == false && (isMobile == false && (MultiEditOn == null || MultiEditOn == false))}" />
</apex:outputfield>
I am not able to understand the code in bold.
Please help .
Thanks in advance.
Please see below code:-
<apex:outputfield value="{!a.cAccount[f]}" rendered="{!f.type != 'picklist' && (EditEnabled == null || EditEnabled == false || a.isSelected == false) && f.fieldPath!='Name'}" id="AccValue">
<apex:actionSupport event="onchange" rendered="{!a.fieldIsChanged = true}"/>
<apex:inlineEditSupport event="onClick" rendered="{!DisableInlineEdit == false && (isMobile == false && (MultiEditOn == null || MultiEditOn == false))}" />
</apex:outputfield>
I am not able to understand the code in bold.
Please help .
Thanks in advance.
May I request you to please refer the below link for reference.
http://amitsalesforce.blogspot.sg/2015/02/field-sets.html
I hope it will be helpful.
Best Regards
Rahul Kumar