October 4, 201015 yr I think this is a value list question but I cant seem to make it work. My main table is called "customer" My second table is called "phonenumbers" In the customer layout, I list the phone numbers in a portal. Each customer has 1 to 6 phone numbers. I want to load those phone numbers in 1 variable (separated by a CR) in a script. The variable is called $AllNumbers. Can someone help me with the syntax?
October 4, 201015 yr If you are on a layout of customer, then List ( phonenumbers::phonenumber ) will return a CR separated list of the related phone numbers.
Create an account or sign in to comment