Timesheet entry

I am creating an app that is for entering work hours. Most of the column(fields) will be required. There are about 15 columns.

1 - Employee

2- Date worked

3 - Jobsite

etc…

I would like add a column(field) for Vacation Y/N and hours qty after the Date worked field.

If the Vacation field is Yes then ignore all the other required entries and close form.

IS this easily accomplished or do I need to have a showif for all the fields?

You need to have a showif condition for each field, but it should be an easy copy and paste since they will all be the same

1 Like