Kanban Receipts - Hide Submit Button

Hi. We are currently in the process of user testing to upgrade from 2023.2 (classic forms) to 2025.2 (Kinetic forms).

We have a few things to work through but one little change is on Kanban Receipts we want to hide the Submit button and force the user to use the ‘Update’. I can’t see how to select the button to hide it or how to place something over the top. Can anyone advise?

When in App Studio… you can click on the grid and at the bottom of the Properties pane you should see Action Data.

In there, you will see the Serial Number, Update, and Submit actions and their properties.

You COULD… just click the Disabled property on The Submit button.

If you truly want to make it hidden… you can use the Ep Binding: TransView.btnSubmit

Add a no-condition datarule to change that binding to SettingStyle.Invisible

Thank you. I hadn’t realised I had to find it there. I did try disabling but I think the users will still click it and not realise it might not have processed so I have used the condition. I did try adding a condition before but the Field didn’t display and I didn’t know the name.