rservis Posted August 20, 2002 Posted August 20, 2002 Hi, I would like to know how to enter a id in a field on a portal and then all related data shows up automatically in the portal ie; I enter "111 (ID)" and one hundred and eleven (Title) Numbers (Description) etc.. shows up in the portal line. I want to scan items via a barcode reader that would add them to an order. should this be done within a portal or not?? Thanks in advance
CobaltSky Posted August 20, 2002 Posted August 20, 2002 Hello rservis, What you want to do is certainly an appropriate use of a portal, however from your description, you will require three files to achieve it. The first file will hold one record per transaction, and will have a portal to the second file, in which the various items which were added to the transaction are stored as separate records (which show in the portal for the transaction to which they relate). You will then require a third file from which the second file (the 'items' file) draws reference information about the numbered information. This can be done in the Items file either as a look-up, or better still, as a calculation which references the relevant field(s) in the third 'Inventory' file. Thus when you enter '111' into a new row in the portal in your Transaction file, a new record is created in the Items file, and data about the name etc of the item numbered 111 will be drawn from the Inventory file into the Items file and from there, displayed in the portal on the 'Transaction' layout.
rservis Posted August 21, 2002 Author Posted August 21, 2002 Thanks for your help, it's easy when you know how!!!
Recommended Posts
This topic is 8131 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