Hi ,
I created two tables on NAV Policyholder Table and Insurance invoice both with the No. and Name fields, when i select the No. field on my Insurance invoice table i want to see all my Policyholders and when i select a policyholder no i want his name to pop-up in the insurance invoice field (Name). i already set table relation of my insurance invoice to look up to the policyholder table and i tried to use the .GET function to retrieve the "name" from the policyholder table but its not working, here's the sample of the code i added to the onvalidate trigger of the No. field of the insurance invoice table
InsuranceInvoice.GET(PolicyHolderTable."No.");
InsuranceInvoice."Name" := PolicyHolderTable.Name;
Please help!!!
*This post is locked for comments