December 8, 200619 yr Hi, I have a portal with a button in it. How do I get the field value of a related record? Is there a function that can do something such as this: $fieldValue = GetFieldValueInPortal(rowX, fieldY) BTW, in my problem the related table is in another file, so I think the GTRR function is not usefull in this case. Thank you
December 8, 200619 yr To access the value of a field that shares the same relationship as the portal does. Just reference that field. portal_relationship::field_you_want When the button for each portal row is pressed, it will give you the value of that record. But if you were looking to get a vlues from a different record then you have to use GetNthRecord
December 8, 200619 yr Author Hmmm... Weird I tried this before posting and I was getting an empty value and I retried after your post and now it works! Thank!! :laugh:
Create an account or sign in to comment