Forum Discussion
JamieOwens_Knig
4 years agoQrew Trainee
I discovered the issue ... there was a duplicate report link field and the report link field ID# was in the formula field along with the original report link field ID#. It read like this:
"javascript:void(copyMasterDetailButtonHandler('&relfids=35, 218&recurse=false&sourceRID=780&destride=" & [Record ID#] & " ', 'bp9hebj9r'))"
The 35 and 218 were what was causing the loop error. I deleted 218 as a field (the duplicate report link field) and received an error that the field with id 218 isn't a report link so I instantly knew that was the issue. I then removed the 218 from the formula and the button worked again!
------------------------------
Jamie Owens-Knight
------------------------------
"javascript:void(copyMasterDetailButtonHandler('&relfids=35, 218&recurse=false&sourceRID=780&destride=" & [Record ID#] & " ', 'bp9hebj9r'))"
The 35 and 218 were what was causing the loop error. I deleted 218 as a field (the duplicate report link field) and received an error that the field with id 218 isn't a report link so I instantly knew that was the issue. I then removed the 218 from the formula and the button worked again!
------------------------------
Jamie Owens-Knight
------------------------------