hi i'm just to use mapping fields of record like this.
http://www.gojs.net/latest/samples/records.html
how can i get the value of field that i linked and put it into textfield or or alert the field that i linked.? for ex. if i linked from field 1 in record1 to fieldA in record2. so i want to put field1 into textfield A and fieldA into textfield B.
i have try to pluck the value of formPort and toPort in linkdataArray but it failed.