Matt Malyschko Posted October 10, 2012 Posted October 10, 2012 I have a script that acquires a value in a variable. For example: $CustomerName = "Tom Smith" I want to be able to retrieve the associated CustomerID from the Customers table once I have this value. Is there a way to do it without going to the layout, finding the record and the setting a new variable with the CustomerID? Can I use a lookup to do this? If so, how? Cheers!
Recommended Posts
This topic is 4427 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now