I want to add searchable filters in a recordtype, is there anyway to achieve this?
For example, i have made a custom filter below which calls DB & gets the productionUnitCode upto 15 & then i can select multiple in it. I want same thing with record filter rather than custom making it.
Discussion posts and replies are publicly visible
Hi tabishr9073 ,
Yes, it can be done in record filter also. it can be done using the function a!recordFilterList().
Yes it is possible to do in record filter also.