Hi all,
I am working with CRM 2013 and i am trying to open a quote from Account.
For that i have load an IFRAME that displays all quote related to that account.
i make URL in javascript as following :
window.open(URL + '/main.aspx?etn=quote&id=' + QuoteId + '&pagetype=entityrecord', 'Quote', "resizable=yes");
but still quote record not opening.
Please help me !!!