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 Lead Developer
    in reply to sugasanr0001
    Then the first user still sees the 1st related action.  How does it get refreshed without reloading the page

    There's no direct way to do this.  If you're worried about this race condition, the main thing I'd suggest you implement is an in-process check which checks the status of (a freshly-queried copy of) the Account Status, and if it's already been deactivated, simply route the process flow to an end node (or potentially to a separate task with a read-only display informing the user that it's been previously deactivated).

Children