I have a browse on Claim table which is a child of a form.
It is filtered based on the value in one of the fields (CLA:ImageExists Yes/NO) which works fine.
However I would like to additionally restrict on a value which is in a parent file of Claim.
I can't do this in the filter because at the time of creation of the filter I am not accessing the related parent file record.
What I need to do is something like the RECORD:Filtered return value which we use in standard Clarion after the call to PARENT:ValidateRecord.
Is there anyway to do this in the ValidateRecord embed point?