handpuppet - Tuesday, October 6, 2015 9:06 AM:
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?
tstickel - Wednesday, October 7, 2015 1:24 PM:
handpuppet
Are you sure that you have a RelationshipType that has two related ItemTypes?
The RelationshipType definition screen only has the capability of defining one Source ItemType and one Related ItemType.
If your question is actually "where to find the link to the Source Item in a relationship record?", then the value is in the variable sourceID.