Hi everyone, can anyone help me please, I have a custom entity -Projects that
has a N:1 relationship with Accounts, I added an IFRAME on the account entity
and wrote a script on the Onload event(Account). I have checked the ID and
tabset on the view source but cannot get it right, I get an error. Please
check my code below.
var nav_new_accounts_new_projects, nav_new_accounts_new_projects =
document.all.nav_new_accounts_new_projects;
if (nav_new_accounts_new_projects !=null)
{nav_new_accounts_new_projects.style.display = "none";
document.all.IFRAME_Projects.src="/sfa/accts/areas.aspx?oId=" +
crmForm.ObjectId + "&oType =
1&security=852023&tabSet=new_accounts_new_projects ";}
else {alert("nav_new_accounts_new_projects not found");}
--
Thanks