Preventing saving and Sync if related reference view is empty


Hello,
How to prevent saving and Sync the current view when the related reference view is empty -
I want to make it Required to fill in any data in it and not be empty to apply Save and Sync

Solved Solved
0 4 658
1 ACCEPTED SOLUTION

@Tarek_Abualela
You can set this expression to the Valid_if property of the field:

COUNT([Related Press to Enter Stocks]) > 0

And record a specific error message with Error_Message_If_Invalid property

"You should create a stock!"

View solution in original post

4 REPLIES 4
Top Labels in this Space