1 answer
Hi Aditya,You got to pass parent ID value in the URL something like this : parent.window.location.href ="/apex/NewLicensePageBMD?regnId={!RegistrationBMD__c.Id}Where RegistrationBMD__c is the parent object. I used a visual force page to implement the same. You can apply this to standard page URL as well.