Make input in inline form required

I keep running into small issues which I cannot seem to resolve so hopefully, once again the community will come through.

I have a number of required fields on my form, however input into the inline form is also required. Is there a way to validate that a user has enetered at least one record in the inine form before saving the record?

I have tried selects and isblank() in the validif but to no avail.

Any help will be welcome.

Solved Solved
0 3 437
1 ACCEPTED SOLUTION

Unfortunately you canโ€™t set the related child record as a required field. What you can doโ€ฆ write a Valid If one column before like COUNT([Related Records])>0 and write your own words if itโ€™s not true. Another option is if you create a separate column for that purpose.

View solution in original post

3 REPLIES 3

Unfortunately you canโ€™t set the related child record as a required field. What you can doโ€ฆ write a Valid If one column before like COUNT([Related Records])>0 and write your own words if itโ€™s not true. Another option is if you create a separate column for that purpose.

Thanks Aleksi, sorry for the late reply!

Youโ€™re welcome

Top Labels in this Space