Forum Post: rbf_getRelatedFields not returning a value

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello, I am trying to use retrieve a value of my field for a relationship and I have used this function rbf_getRelatedFields in the following way given below. However I am getting an error: Data Object with id 0 not found. Any suggestions on where I am going wrong? rbf_getRelatedFields("R112536491", {!id}, "account_type", function(relName, objId, values) { var account_type; alert(values.length); account_type = values[0]; alert(account_type); });

Continue reading...
 
Status
Not open for further replies.
Back
Top