Require Filling Out a Nested Table

Hello, all. How can I make completing a nested table required based on information in parent table?

The parent table is named โ€œTimecard,โ€ and asks: โ€œOperate Fleet?โ€

If the answer is โ€œYesโ€, I want the nested table - โ€œFleet Inspectionsโ€ - to require completion.

The โ€œRequiredโ€ field in the parent table for the nested table (REF_ROWS) is grayed out and wont allow writing an expression.

Some other way to do this?.. Thank you!

Solved Solved
0 4 427
1 ACCEPTED SOLUTION

You could use another columnโ€™s Validation for that purpose.

View solution in original post

4 REPLIES 4

You could use another columnโ€™s Validation for that purpose.

Would that column be in the Parent or Child table? Thanks.

It needs to be in the parent record.

Thank you, Aleksi. Always appreciated.