JaimeStrawderma
7 years agoQrew Cadet
Java script to pull in embedded report
I am working with an import button that was created on a table for a dashboard long before I came to my team. As it works now this formula pulls in a task template to a phase table from another table. When I try it in a new table it seems to be creating a circular reference and will not look to the table where the task template resides. First of all, is the rpqid the same as a fid? And if so do I need to change it to whatever the fid is for the task template?
"javascript:void(window.open('" & URLRoot() &"tools/copyParentChildren.html?dbid=" & Dbid() & "&recurse=1" & "&dest=refresh" & "&destrid=" & [Record ID#] & "&rpqid=153&rid=0" & "','copyRecursive','top=240,left=320,width=400,height=150,location=no,menubar=no,toolbar=no'))"
"javascript:void(window.open('" & URLRoot() &"tools/copyParentChildren.html?dbid=" & Dbid() & "&recurse=1" & "&dest=refresh" & "&destrid=" & [Record ID#] & "&rpqid=153&rid=0" & "','copyRecursive','top=240,left=320,width=400,height=150,location=no,menubar=no,toolbar=no'))"