I have an order entry system which allows orders to be exported to xero with an action button. I have multiple actions wherre the last one sets a column in the order table to “run”. I then have an expression that only allows the “export to xero” button to show when that has been set to “run”.
The purpose of this is to stop users hitting “export to Xero” before the order has been fully saved to the order and order details table.
The button shows up immediatley though even if [Run 2] hasnt been set to “Run” yet
I’m still getting the button show up. I enter the order and immediately go to a slice showing current orders. The order just entered shows but with the button even though “run” has not been written to the spreadsheet.
I need to stop users trying to export to Xero before the order has been saved properly.