Calling a record type filter on an interface.

Certified Senior Developer

Hi All, I have a scenario where I want to use the filter logic configured in a record type by calling the filter on the interface.
The filter is functional in the record type object, and I do not want to query record type and add filters indectly by creating a dropdown and linking the filter to that.
But, I want a logic through which I can directly call the record type filter on the user interface.
Is it possible?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to nraina

    Thanks for the heads up I have done the same thing right now, 
    I have impelemted my own SAIL components for the user to select the values, and after the selection, I am passing the locals to the filter configuration in the queryrecordtype.

    Now, this approach is working and functional, but I was just thiking of an approach that Instead of all of this, If we could somehow call the filters configured in the record type object and call them directly on any part of the interface, without configuring the sail components.

Children