Archive for August 8th, 2012
Configuring IFD for CRM 2011
Configuring IFD in Dynamics CRM 2011 for the first time? It can be quite confusing, I completely agree . But with this article it no longer is! STEPS TO BE COMPLETED BEFORE FOLLOWING THIS ARTICLE Install ADFS 2.0 on the default site in any machine within the domain http://www.microsoft.com/en-us/download/details.aspx?id=10909 Dynamics CRM 2011 must be on another port if ADFS 2.0 is installed in the same machine
GP 2013 Feature of the Day – Launching SSRS Reports from GP Windows
Now this is just too cool. How great would it be to have all your critical inquiries/reports linked to the windows you do most of your work in? Well, GP 2013 is enabling just that! Click on the image below to view the details of this new feature: *Click image to enlarge
MDGP 2013 Feature of the Day: SSRS Reports On Forms
Microsoft have started the Microsoft Dynamics GP 2013 Feature of the Day series on the Inside Microsoft Dynamics GP Blog. The sixteenth feature they’ve announced is SSRS Reports On Forms. This feature allows users to print SQL Server Reporting Services … Continue reading →
Printing SSRS Reports from GP Windows in GP 2013
This new functionality will allow users to print SSRS reports directly from a Dynamics GP form and using the record from the form as a parameter on the report. This is great news ! Check out the details at – Feature of the Day: SRS Reports on Forms
Quick Tip: Capturing the Save Event with Visual Studio Tools
I recently responded to a community post which was asking how to ensure that all save events from the Item Maintenance window were captured using Visual Studio Tools. The aim was to make sure that the additional fields added to the window with Modifier were saved when the item data in the window was saved. The developer had already captured the save event when the Save Button was clicked using the event Dynamics.Forms.IvItemMaintenance.IvItemMaintenance.SaveButton.ClickBeforeOriginal .