Is there an easy way on SmartForms to verify that a record row with the some of the same key fields doesn't already exist in a SmartObject?
Example:
SmartObject have 4 columns
Year / Name / Location / Address
On my form when a user starts typing into these fields it does a read / get list on the SmartObject and looks for the values and throws an error if a record exists already.