RE: I get an error when I use table relation with filters
I solved this by using OnLookup trigger, still could not figure out what was the problem
but here is the Code
field(5; "Requester"; code[20])
{
DataClassification = ToBeClassified;
TableRelation = Requester.OnBehalf where("User Name" = field(Preparer), Status = const(Approved));
ValidateTableRelation = false;
}