Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

How to refresh related action button in record

Certified Lead 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 sugasanr300208
    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