Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a Commerce Order Item view I need to get notice of a change in any node of a particular content type. The view has a Link button (created from Custom Text field) that users click to create a node of the content type with the fields prefilled with data from the URL. There is a boolean field in the node, I want a way to send communicate the users decision (Yes/No) to the view so that with that the Link Button for the row can be made either active or inactive. One of the field in the node contains the Order Number, which is also set in a field of the views respective target row.