cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyway to apply filter to SmartField

saritaagrawal59
Explorer
0 Kudos
70

Hello Experts,

I have a SmartTable with editTogglable = true.

on the selection of Parts, I need to pass selected value as filter to BatchNumber and SerialNumber.

Is there anyway to pass filter ?

 

Thanks

SaritaScreenshot 2024-12-09 200326.png

View Entire Topic
junwu
Active Contributor
0 Kudos

you need to define those attribute as ValueListParameterIn

<Record Type="Common.ValueListParameterIn">
<PropertyValue Property="LocalDataProperty" PropertyPath="SOLDTO_ID"/>
<PropertyValue Property="ValueListProperty" String="PARTNER"/>
</Record>