Dynamically Changing Record Filter Label

Certified Senior Developer

Hi, I am using a record type for creating the readonly grid, I am trying to change the language of the filter label once the user interacts in the parent interface. As per current design, we cannot pass rule inputs to the record type. I tried refreshing the child interface using a!refreshvariable(), however the problem still persists and label value doesnt change.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mathieu Drouin

    we are changing the language of the filter labels based on the user selection. we have button to change the language from French to English or vice versa.

    As per my current design i am storing the updated value of the language to the database and while evaluating the language for filter label , I am reading it from DB. The issue with this approach is , user will have to refresh the webpage unlike the rest of interface.

Children