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
Monday, 10 March 2008
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;}
Thursday, 14 February 2008
Javascript and IFrames
Posted on 04:48 by Unknown
I'm struggling with IFrames and JavaScript quite often. When you're working with this as well, the first thing to keep in mind is:Deselecte the option "restrict cross site scripting" (in dutch "Het uitvoeren van scripts tussen frames beperken")That usually saves a lot of troubles.Furthermore, the next step is to create JavaScripts. One which I use quite often, is one which allows me to access a
VPC CRM 4.0
Posted on 00:53 by Unknown
Just like Microsoft has developed a VPC for CRM 3.0, they have created one for CRM 4.0 as well. Here's the link to the VPC: http://www.microsoft.com/downloads/details.aspx?FamilyID=dd939ed9-87a5-4c13-b212-a922cc02b469&DisplayLang=en
Monday, 11 February 2008
CrmDateTime conversion to DateTime
Posted on 07:32 by Unknown
When working with CrmDateTime, you'll notice that this type does have a .value attribute, but the type of this attribute is string. There is no attribute to get the .net class DateTime out of your CrmDateTime. If you do want to use a DateTime anyway, you'd easily need to convert it. You could use any of these:Convert.ToDateTime(crmdatetime.Value)DateTime.Parse(crmdatetime.Value)For more
Friday, 8 February 2008
Logo Dynamics
Posted on 00:59 by Unknown
For a presentation I needed a logo of Microsoft Dynamics. At that point I realized that I have never used an official logo for Microsoft Dynamics. Searching on the internet resulted in this page:http://www.microsoft.com/Presspass/gallery/ms-logos.mspx?FINISH=YESIt includes logo's for most Microsoft products including Visual Studio, Office, Windows and of course Dynamics.
Subscribe to:
Posts (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...
-
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...
-
When working with CrmDateTime, you'll notice that this type does have a .value attribute, but the type of this attribute is string. Ther...
-
Most, if not all of you, know that Microsoft has acquired Yammer in June 2012. Now Microsoft has released the integration between Yammer and...
-
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...
-
You might bump into an error message while importing an entity from a customizations file. The error show could be:Error: lead: AttributeInf...
-
Now that CRM 4.0 is available for almost a year, it is good to start thinking about what investmenst you will make in the coming period and ...
-
Some customers don't allow end users to install software on their own desktop. This can even go up to completely locked down systems on ...
-
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...
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.