Hi,
I'm trying to create an inline dialog on CRM 2013, just like the default lookup dialog, with my own HTML web resource. Recently, I found this sample:
var url = Mscrm.CrmUri.create(String.format("$webresource:{0}", "YouWebResourceName")
Mscrm.InlineDialogUtility.createInlineDialog(url, args, width, height, left, top, zindex);
It works, but I need to know how and what to pass as args and how access the args. Can somebody help-me?
BTW, sorry about my english. I'm from Brazil.