Integrating the application with Relationship Management and Sales in Microsoft Dynamics NAV 2009
Microsoft Dynamics NAV 2009 is a very complete ERP package, but unlike other ERP packages it has a design capable of providing an open structure and a development platform. The idea is to provide 80% of the solution out of the box and allow the other 20% to be designed by qualified business application developers.
In the first part of the three part article series we have learned how to apply reverse engineering to customize our application
In the Second part of the three part article series we have learned how to Use the journals and entries in a custom application
In this article, by Mark Brummel, author of Microsoft Dynamics NAV 2009 Application Design we will learn:
- how to integrate our solution with the standard application, in our case Sales Invoicing
- How to structure codeunit of our application.
- Navigate function-it needs changing when we add new documents and ledger entries
Microsoft Dynamics NAV 2009: Using the journals and entries in a custom application
Microsoft Dynamics NAV 2009 is a very complete ERP package, but unlike other ERP packages it has a design capable of providing an open structure and a development platform. The idea is to provide 80% of the solution out of the box and allow the other 20% to be designed by qualified business application developers.
In the first part of the three part article series we have learned how to apply reverse engineering to customize our application
In this article, by Mark Brummel, author of Microsoft Dynamics NAV 2009 Application Design we will learn:
- how Journals and Ledger entries work throughout the system
- how to create your own Journal application.
Implementing a WCF Service in the Real World
WCF is the acronym for Windows Communication Foundation. It is Microsoft's latest technology that enables applications in a distributed environment to communicate with each other.
In this article by, Mike Liu, author of WCF 4.0 Multi-tier Services Development with LINQ to Entities, we will create and test the WCF service by following these steps:
- Create the project using a WCF Service Library template
- Create the project using a WCF Service Application template
- Create the Service Operation Contracts
- Create the Data Contracts
- Add a Product Entity project
- Add a business logic layer project
- Call the business logic layer from the service interface layer
- Test the service
Here ,In this article, we will learn how to separate the service interface layer from the business logic layer
Read Implementing a WCF Service in the Real World in fullMicrosoft Dynamics NAV 2009: Apply reverse engineering to customize our application
Microsoft Dynamics NAV 2009 is a very complete ERP package, but unlike other ERP packages it has a design capable of providing an open structure and a development platform. The idea is to provide 80% of the solution out of the box and allow the other 20% to be designed by qualified business application developers.
In this first article of the three part article series, by, Mark Brummel, author of Microsoft Dynamics NAV 2009 Application Design, we will learn :
- how to to reverse engineer the standard application to look and learn how it works
- how to reuse the structures in our own solutions.
Data binding from Expression Blend 4 in Silverlight 4
In this article series by Gill Cleeren and Kevin Dockx, authors of Microsoft Silverlight 4 Data and Services Cookbook, we will cover the following recipes:
- Using the different modes of data binding to allow persisting data
- Data binding from Expression Blend 4
- Using Expression Blend 4 for sample data generation
Introduction to Data Binding
In this article series by Gill Cleeren and Kevin Dockx, authors of Microsoft Silverlight 4 Data and Services Cookbook, we will cover the following recipes:
- Displaying data in Silverlight applications
- Creating dynamic bindings
- Binding data to another UI element
- Binding collections to UI elements
- Enabling a Silverlight application to automatically update its UI
- Obtaining data from any UI element it is bound to
- Using the different modes of data binding to allow persisting data
- Data binding from Expression Blend 4
- Using Expression Blend 4 for sample data generation
Working with Binding data and UI elements in Silverlight 4
In this article series by Gill Cleeren and Kevin Dockx, authors of Microsoft Silverlight 4 Data and Services Cookbook, we will cover the following recipes:
- Displaying data in Silverlight applications
- Creating dynamic bindings
- Binding data to another UI element
- Binding collections to UI elements
- Enabling a Silverlight application to automatically update its UI
- Obtaining data from any UI element it is bound to
- Using the different modes of data binding to allow persisting data
- Data binding from Expression Blend 4
- Using Expression Blend 4 for sample data generation
Read Introduction to Data Binding here.
Read Working with Binding data and UI elements in Silverlight 4 in fullWorking with DataForm in Microsoft Silverlight 4
In this article by Gill Cleeren and Kevin Dockx, authors of Microsoft Silverlight 4 Data and Services Cookbook, we will cover the following recipes:
- Displaying and editing an object using the DataForm
- Displaying and editing a collection using the DataForm
- Validating the DataForm
SOA: Implementing Service-Oriented Orchestrations
This article by Yuli Vasiliev, author of the book SOA and WS-BPEL, dicusses how to implement service-oriented orchestrations using WS-BPEL.
Read SOA: Implementing Service-Oriented Orchestrations in fullSOA: Building Service Providers and Service Requestors
In this article by Yuli Vasiliev, author of the book SOA and WS-BPEL, we will learn how to how to use the PHP SOAP Extension to build a service requestor and service provider, using the request-response message exchange pattern.
Read SOA: Building Service Providers and Service Requestors in full

