Newbies lin Posted March 6, 2001 Newbies Posted March 6, 2001 How do I get the data that's in a portal to display in another field as a drop-down menu value list? Thanks!
LiveOak Posted March 7, 2001 Posted March 7, 2001 If you are in FM 5, use a value list based upon the same relationship as the portal. -bd
Newbies lin Posted March 7, 2001 Author Newbies Posted March 7, 2001 quote: Originally posted by LiveOak: If you are in FM 5, use a value list based upon the same relationship as the portal. -bd Yes, using FM 5. I had created a value list based upon a relationship but correct me if I am wrong, what I've gathered so far, is that value lists based on a relationship does not work on the web (the pop-up menu does not even show up) . The pop-up menu on the web does work when it is just straignt through a portal but not when it is a field based on a relational value list. However, getting a value list pop-up menu through the portal does not help me at this time. I need to a value list that is based on the content of a portal. What is the best way somehow to get contents from a portal- (as a value list) into a field.
LiveOak Posted March 7, 2001 Posted March 7, 2001 Sorry, I didn't see the mention of the word "web" in your original post and my Clairvoyance() function is off-line. The way to automate the capture is to find the source records in the related file. Create a layout with just this field in a list view (nothing else, not even a field title). A "Copy All Records" script step will copy all the values with <cr>. Then you can paste the value list to a field or a value list. This will put all values into a field on the same record (ok for global use). If you want each value into a field, but in separate records, you will need to export the single field. -bd
Recommended Posts
This topic is 8915 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