Inline Status Update in Read-Only Grid

Hello,

I have a use case where a read-only grid displays a list of projects, with one column showing statuses such as Complete, Cancelled, Design, etc. I want to enable users to click on the status, which should then display a dropdown containing all available statuses. The user should be able to select a new status, and the update should be saved to the database accordingly.

Requirements:

  • Clicking on the status field should open a dropdown with all status options.
  • Once a new status is selected, it should be immediately updated in the database.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I think, the most Appian-like approach is, to design a related action that allows to change the status. Add that action to the grid using a recordActionField.

    But, that's not like I try to think about implementing a business process. Changing the status of something is not what the user should do directly, but something that happens as the intermediary or final result of a business process.

Reply
  • 0
    Certified Lead Developer

    I think, the most Appian-like approach is, to design a related action that allows to change the status. Add that action to the grid using a recordActionField.

    But, that's not like I try to think about implementing a business process. Changing the status of something is not what the user should do directly, but something that happens as the intermediary or final result of a business process.

Children