cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing Filters to non custom control field in smart filter bar

GowthamRaja
Active Participant
0 Likes
221

Hi Experts,

<smartfilterbar:SmartFilterBar id="smartFilterBar" showFilterConfiguration="true" entitySet="EntitySet" enableBasicSearch="true"
liveMode="false" search="GoSearch" useToolbar="fasle" showClearButton="false" useDateRangeType="true" persistencyKey="FilterBar"
visible="true" smartVariant="SVM01" beforeVariantFetch="onBeforeVariantFetch" afterVariantLoad="onAfterVariantLoad"
filterChange="onFilterChange">
<smartfilterbar:controlConfiguration>
<smartfilterbar:ControlConfiguration key="Field1" label="label1" groupId="_BASIC" visibleInAdvancedArea="true"
displayBehaviour="idAndDescription" visible="true" index="1" mandatory="mandatory"/>
<smartfilterbar:ControlConfiguration key="Field2" label="label2" groupId="_BASIC" visibleInAdvancedArea="true"
displayBehaviour="idAndDescription" visible="true" index="1" mandatory="mandatory"/>
</smartfilterbar:controlConfiguration>
<smartfilterbar:layoutData>
<FlexItemData shrinkFactor="0"/>
</smartfilterbar:layoutData>
</smartfilterbar:SmartFilterBar>

i have two fields, field 1 & field 2 in my entityset as shown above. once the value is selected for field 1 is it possible to pass the selected value to field2. this can be achieved by custom control. i dont want that. is there any way to achieve this functionality?

Thanks,
Gowtham

Accepted Solutions (0)

Answers (0)