Required columns in two forms from the same table

Hi

Need help...

I m making an check-in app where the customer table is used in two form views.

1st - form view  is updated by the app user to update the name of the customer only when they get a reservation. Only the name of the customer is required.

2nd  form view is updated by the customer when they arrive. At this time all the details need to be filled and therefore required. 

Is there a solution for this? I can provide more details if needed.

Solved Solved
0 3 83
  • UX
1 ACCEPTED SOLUTION

CONTEXT("View")="YourFormViewName" should work.

View solution in original post

3 REPLIES 3

CONTEXT("View")="YourFormViewName" should work.

It works.. Thanks a lot. 

You're welcome!

Top Labels in this Space