How to refresh related action button in record

Certified Senior Developer

My requirement is to refresh my related action button when any event happens and the visibility for the related action set to false

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Danny Verb

    ok, Assume I have 2 related action

    1. Add service to account(visibility criteria acct_status="Active")

    2. Deactive Account- will make acct_status= "Deactive"

    When a user clicks on any active Account from the record list and stays on the record view. meanwhile, another user deactivated the same account and change the status from "Active" to "Deactive", Then the first user still sees the 1st related action.  How does it get refreshed without reloading the page

Children