If you have a lot of data on an entity form, then you sometimes do want to force the page to open in full screen mode. There's a small javascript which will allow you to do this. Just add these two lines of code to the form onload of your entity form:window.moveTo(0,0);window.resizeTo(screen.availWidth, screen.availHeight);Also, when you open a custom page you can also set the window size by
Wednesday, 19 March 2008
Monday, 10 March 2008
Stopping and continuing a save event
Posted on 05:02 by Unknown
For some customizations you do need to stop the form onsave event, perform some business logic and continue the save event. An example would be that in specific conditions are met when a record is saved, then a popup will need to be shown. After filling in data in the popup and pressing a continue button on the popup, then the save operation would need to continue. The SDK helps in this situation
Sunday, 9 March 2008
Import CSV file to DataTable
Posted on 15:07 by Unknown
I'm preparing a demo right now and for this I'm importing a CSV file to CRM. Especially the piece around the import of data from a CSV file to a DataTable is very generic. I'm sharing it with you guys for if it does make sense for you to use this as well.class CSVReader{ public System.Data.DataTable GetDataTable(string strFileName) { System.Data.OleDb.OleDbConnection conn = new
Monday, 3 March 2008
ForceSubmit in ASP.Net
Posted on 06:28 by Unknown
Today I've been working on a simple IFrame. This IFrame shows 3 dynamic picklists and the data in these picklists is coming from crm. Since some clients are a bit slow, I would like the picklists to be disabled while the postback is being performed. This is easily done with this script:function disableFields(field1, field2){ field1.disabled = true; field2.disabled = true;}
Subscribe to:
Comments (Atom)
Popular Posts
-
Did you know that Microsoft and Dell performed a performance test on Dynamics CRM which included 100.000 concurrent users? They created a wh...
-
Most, if not all of you, know that Microsoft has acquired Yammer in June 2012. Now Microsoft has released the integration between Yammer and...
-
Jim Glass e-mailed me some time ago. This was the content:Ronald, would you like to be the CRM Team blog guest blogger for February? You can...
-
Microsoft posted the newest version of the SDK for MS CRM 3.0 yesterday. We're on version 3.0.4 now.Download the SDK here.OverviewThe Mi...
-
One of the most viewed pages on my blog is still the Blog World. When Dynamics CRM wasn't called Dynamics CRM yet, I have started to gat...
-
You might bump into an error message while importing an entity from a customizations file. The error show could be:Error: lead: AttributeInf...
-
At the moment I'm at the MVP Summit spending time with a bunch of great minds in the industry. One of the guys made me realize that it...
-
When you are calling any CRM Web Service and you decide to specify your own credentials by using a new instance of NetworkCredential, then y...
-
It's been a while since my last posting. Well, for that I do have a good reason. I've been in France, Alpe d'Huez, for a week fo...
-
This event is amazing!I'm astonished by the set-up of this event, the attendees and all the good news which is being announced. I just a...
Categories
- addons
- article
- async
- avanade
- azure
- biztalk
- blog
- callout
- convergence
- crm5.0
- customization
- dotnetmag
- enterprise
- error
- events
- ExactTarget
- excel
- export
- fetchxml
- guest post
- hotfix
- import
- installation
- isv.config
- javascript
- live
- lookup
- mailmerge
- metadata
- migration
- mobile
- mvp
- office
- offtopic
- outlook client
- performance
- platform
- plug-in
- reports
- rollup
- sdk
- SharePoint
- sqlserver
- surface
- titan
- training
- unsupported
- virtualpc
- whs
Powered by Blogger.