Hi All,
I have one Enum type of Field in the vendor card page, and I have one field with lookup of Vendor table in the Fixed Asset card page, I want to filter lookup records in the Fixed Asset page based on selected value on the Vendor card page.
I tried to set table Relation property on the table field, but it is not working for me.
>>On fixed asset card page:
field(60151; "Gas Company"; Text[100])
{
DataClassification = ToBeClassified;
TableRelation = Vendor.Name where("Vendor Type" = filter(= 3));
}
Can anyone help in this?
Thank You.