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...
Continue reading...