Cancel a booking

Hi all,

I’m building a simple app for my company and am trying to create a ‘cancel booking’ button which would erase the line entry on screen. I’m struggling to find a way to make this work?

Any help would be greatly appreciated!

The only way that I know how to do it is on the edit screen. From there you can delete.

If you would like a button do delete the booking, you could use an increment action to “hide” the booking and then filter your view to only show records that are not hidden. But in this case they wouldnt be technically deleted. Just hidden.

Sorry if this is a stupid question but how do you create an edit screen? (Very new to this!)

Navigate to the booking record screen. Then to the right of the LAYOUT tab you will see another tab called EDIT. Select that tab and then select “Allow users to edit”.

2 Likes

@Meri

In the builder, in a component’s sidebar:

Thank you so much this was super helpful!

1 Like