How can we look up the No. value of the Customer record that matches the Contact code provided?
I know how to do this with lookup() like below, but that doesn't seem to work in this instance.
lookup(Customer."No." where("No." = field("Contact Code")))