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.

Page refresh or redirect on after button press

Certified Senior Developer

Hi!

I have an issue with refreshing a page. I've got a read-only grid and a delete button. After I choose some of the rows a press delete, which launches "a!startProcess" function; the problem is that I don't know how to refresh or redirect in that case. I have no rule inputs or variables...

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    in reply to Stefan Helzle
    OK. Your a!queryEntity does not know that it should refresh.

    I'm a little fuzzy on this too, though I assumed since a!gridField() has its own "refresh on var change" then it might "know" how to force the queryEntity to refresh, similarly to having a queryEntity in a refreshVariable (the other primary thing that contains a "refresh on var change" parameter).

    My current guess is that his process is not configured correctly - since if it doesn't chain all the way to the WTDS / DFDSE node that handles the "delete item" functionality (regardless of whichever method is being used), the data won't refresh from the StartProcess completion either way.