I have a RelationshipType that has two related ItemTypes. When my JavaScript method first runs, it has a variable called relatedID that has the value of the field that links it to one ItemType. I can get the first ITemType using this value. However, I have not been able to find any way to get the value of the field that links the RelationshipType to the second ItemType. Is there any way to find this value?
↧