ShashiKara
8 years agoQrew Trainee
Text Field with list of values from assignment table
Hey Folks!
I have a two tables that have many to many relationships between them using an assignment table as such:
Records < Country-Record Assignments > Countries
I want a text field in the Records table that will list all of the Countries it has been assigned. So for example, if a Record was assigned to United States, Canada, China, and India, the value of the field in the Record table could be "Canada, China, India, United States".
I need to be able to retrieve the value of this field using the web service API (thus the javascript method outlined here doesn't sound like it will work).
Any help in this would be greatly appreciated.
I have a two tables that have many to many relationships between them using an assignment table as such:
Records < Country-Record Assignments > Countries
I want a text field in the Records table that will list all of the Countries it has been assigned. So for example, if a Record was assigned to United States, Canada, China, and India, the value of the field in the Record table could be "Canada, China, India, United States".
I need to be able to retrieve the value of this field using the web service API (thus the javascript method outlined here doesn't sound like it will work).
Any help in this would be greatly appreciated.