Updated Wiki: Home
OverviewThis JavaScript library for CRM 2013 and CRM 2015 allows us to create custom popup alerts in CRM forms and views.CRM 2013 introduced light-boxes for most popups to make the UI look cleaner with...
View ArticleNew Post: Custom alerts and popup dialogs javascripts
hi, about this post, how should I install the source in CRM? as a websources or as a solution? I didn't understand this part and I am really starting with this tool.. Thaks you for the help
View ArticleNew Post: Have you considered TypeScript?
I'm using and enjoying TypeScript in CRM. I've created an alert.d.ts file, but it doesn't work very well for the icon parameter in show, since it is a string. Would you consider making this in...
View ArticleCreated Unassigned: Alert.show should restrain the URL to be less than 2000...
I was attempting to spit out an error message from a Soap call, and the error message was longer than 2000 characters, which resulted in the url being longer than 2015 characters (maybe thats the limit...
View ArticleCommented Unassigned: Alert.show should restrain the URL to be less than 2000...
I was attempting to spit out an error message from a Soap call, and the error message was longer than 2000 characters, which resulted in the url being longer than 2015 characters (maybe thats the limit...
View ArticleNew Post: Problem with Alert.js confirmation
Hi there, I am using the "Alert.js" pluggin to confirm the save of a Case. I expected the page to wait for the result of the Alert.js dialog, but the page continues and thus saves the Case before the...
View ArticleNew Post: Problem with Alert.js confirmation
Your understanding of Callbacks in JS isn't quite right. The entire save function will complete before the callback function on the button will ever get triggered. You'll need to always cancel it...
View Article