Skip to main content
devarnenis2638
March 19, 2024
Question

Readonly grid with recordtype

  • March 19, 2024
  • 5 replies
  • 0 views

I have a readonly grid backended with recordtype with 3 user filters, Initially all the data is showing and filters are applying when we select user filters, that is fine but my requirment is no data should be shjown in the grid untill we select atleast one user filter, 

Can we achieve this? If yes how can we do that

    5 replies

    venkatrea696188
    March 19, 2024

    Can we know how you sourcing the grid??. 

    devarnenis2638
    March 19, 2024

    RecordType

    venkatrea696188
    March 19, 2024

    Just like other two suggested Querying it in local variable and using custom filter sets will do the work

    stefanhelzle0001
    Brainy
    March 19, 2024

    The default implementation does not allow this level of customization. You would have to re-implement the user filters and populate the grid with data from a separate query. For me, this seems to be a lot of effort for such a "requirement".

    konduruc733182
    March 19, 2024

    As Stefan mentioned only querying your data based on the values that have been selected can give you your expected result. You will not be able to use the user filters from the record instead create dropdowns.