Hi
i'm trying to open a web resource linked with button ribbon button click event from CRM mobile Application but i'm getting http error 500 - Internal server error but in The browser it's working
i already set that web resource to "Enable For Tablet" but i'm receiving the error
This is my code
var val = Xrm.Page.data.entity.getId()
var DialogOptions = new Xrm.DialogOptions();
DialogOptions.width = outerWidth - 100;
DialogOptions.height = outerHeight - 100;
Xrm.Internal.openDialog('/WebResources/ets_Quote_Asset?id=' + val, DialogOptions, null, null, function (result) {
Xrm.Page.data.refresh();
});
Any idea about it
*This post is locked for comments
I have the same question (0)