Hi,
Im calling a dialog using javascript, Im passing in the DialogId, EntityName and ObjectId.
window.open("servername.com/.../rundialog.aspx{33DA5C23-DB8B-41FB-916B-A490DBD24208}&EntityName=opportunity&ObjectId={568E942D-9E6D-E511-93F3-00155D667E48}" ,"Popup", "location=1,status=1,scrollbars=1, resizable=1, directories=1, toolbar=1, titlebar=1, width=600, height=600");
is the there anyway I can set the ObjectId to be dynamic, instead of static.
Problem is when I create a new lead and a dialog is called is looks for the lead with the objectId in the code.
Thanks
*This post is locked for comments