New Post: alert on alert
Hi, Currently it only supports displaying one alert at a time. I will consider this for a future version. In the meantime I'd recommend using a standard browser confirm for inside the web resource....
View ArticleCreated Unassigned: Very Minor CSS Issue [718]
Firstly, Thank you very much for this tool, it has saved me a lot of time and improved the UX of the solution. However, I have noticed one very minor CSS issue. Basically when using showDialogProcess,...
View ArticleNew Post: Not able to access Xrm.page attributes
Thanks for this js. I am trying the solution out, but facing difficulties in accessing xrm.page attributes. I am opening a web-resource through "Alert.showWebResource". Can you tell me how can I access...
View ArticleNew Post: Not able to access Xrm.page attributes
I tried window.parent.Xrm, parent.Xrm, parent.parent.Xrm.. no luck
View ArticleNew Post: Dialog Does Not Open in Chrome when Fired from Views
I have followed the instructions to attach the alert.js to the view command action and it works fine in IE but I cannot get it to do anything in Chrome. Any ideas?
View ArticleNew Post: Not able to access Xrm.page attributes
I figured a way to access Xrm.Page, now the issue that is not resolved is "How can I link the javascript functions in the web resource to the "buttons" parameter in Alert.showWebResource??"
View ArticleNew Post: Not able to access Xrm.page attributes
Hi, take a look at the documentation for getIFrameWindow and getCrmWindow. You can use Alert.getIFrameWindow().document.getElementById("...") from the Alert button functions to access the web resource...
View ArticleNew Post: Dialog Does Not Open in Chrome when Fired from Views
Hi, what version of Chrome are you using? Also what version of CRM? And can you show me an example of the code you're using? I just ran a quick test and it seems to be working fine for me in Chrome v54...
View ArticleCommented Unassigned: Very Minor CSS Issue [718]
Firstly, Thank you very much for this tool, it has saved me a lot of time and improved the UX of the solution. However, I have noticed one very minor CSS issue. Basically when using showDialogProcess,...
View ArticleNew Post: Any Plane To Have Text input
Hi Thanks for this fantastic work ,really it's too much good do you have any plan to have a text input in it
View ArticleNew Post: Dialog Does Not Open in Chrome when Fired from Views
Paul, sorry for the delay in getting back to you but having tested again today it is triggering the dialog now. Having said that I now get another issue. When I select Cancel or complete the dialog I...
View ArticleCommented Unassigned: tryShowDialog Gone? [667]
We were using the tryShowDialog in the previous version of Alert.js in order to display custom Web Resource Html Pages as dialogs. I don't see a method to support it any more. Can you add it back, or...
View ArticleNew Post: Typescript d.ts file
I created a Typescript Definition file for this in case anyone would want to use it:declare module Alert { class Button { label: string; callback?: () => void; setFocus?: boolean; preventClose?:...
View ArticleNew Post: Dialog Does Not Open in Chrome when Fired from Views
Hi, Xrm.Page.data.refresh(); is a form function, which is why it doesn't work from the view. There are unsupported ways to refresh the view grid if that's what you're trying to do.
View ArticleClosed Unassigned: Very Minor CSS Issue [718]
Firstly, Thank you very much for this tool, it has saved me a lot of time and improved the UX of the solution. However, I have noticed one very minor CSS issue. Basically when using showDialogProcess,...
View ArticleNew Post: Typescript d.ts file
You save my day!! Why don't you upload it to this GitHub repo? https://github.com/DefinitelyTyped/DefinitelyTyped
View ArticleNew Post: CRM 2016 and Supportability?
Is someone tested it on mobile? CRM for tablets or CRM for phones
View ArticleCreated Unassigned: We are getting error at below statement in IE. [737]
Hi Team,We are getting "Object Expected" error on below statement from Alert.js. var alertJsWrapper = Alert.$("#alertJs-wrapper");Method Name: __Alert.show__We have downloaded the latest stable version...
View Article