Clients First USA
Clients First knows their software, but they are also astute business people, and they really understand manufacturing and distribution in particular.
Jimmy Witcher, COO, Merrick
Read More
About UsService OfferingsProduct OfferingsIndustries ServedDownloadsBlog
 

Subscribe to our mailing list

* indicates required
    Interested in    
Hot Topics
 

‘Microsoft Dynamics’ Category

Dynamics NAV Navision – Implementing Mandetory Fields

Friday, April 20th, 2012

Probably this is the feature most missing from Navision. As a record is instantly saved when it’s primary key is populated, it’s almost impossible to make fields mandatory. There are simply no perfect solutions for this problem. Some of the wrong ones I managed to come up with are discussed here.

Managerial control

Set important fields red. Create a report that shows records that have missing fields, f.e. :

(OnPreSection trigger)
Global variables:
ShowRecord – Boolean
ErrorText: Text – 1024

Global Text Constants:
Text001: “is missing.”

Code:

If Description='' then begin
    ShowRec:=TRUE;
    ErrorText+= FIELDCAPTION(Description) + ' ,';
end;

If "Unit Price"=0 then begin
    ShowRec:=TRUE;
    ErrorText+= FIELDCAPTION("Unit Price") + ' ';
end;

ErrorText+= Text001; (more...)

Microsoft Dynamics AX 2012–New Workflow Types Available

Monday, April 16th, 2012

With Upcoming Feature Pack Release for Dynamics AX (Axapta)

Brandon over at the Dynamics AX Blogspot has posted a nice article discussing this latest feature pack release and five new workflow types that have been added.  They Include:

    • AdvancedLedgerEntryTemplate – "Use this type to create approval workflows for advance ledger entries" [Configuration Key: AdvancedLedgerEntry ]
    • PSAProjInvoiceProposal – "Workflow for handling invoice proposals" [Configuration Key: Project3 ]
    • PSAProjQuotationTemplate – "Project quotation workflow template" [Configuration Key: Project3 ]
    • PurchAgreementType – "Use this type to create approval workflows for purchase agreements" [Configuration Key: PublicSector ]
    • PurchCommitmentTemplate_PSN – "Use this template to create approval workflows for commitment documents" [Configuration Key: PublicSector ]

As Brandon discusses, Microsoft is pushing companies to use Workflows instead of customizations to allow for smoother upgrades and customizations to allow Dynamics AX to fit more types of businesses.

 

You can find the entire post here.

Microsoft Dynamics Nav (Navision) EDI – Manage 3PL Third Party Logistic using EDI

Monday, April 16th, 2012

 

Improve your 3PL operations using EDI 940 and 945 documents

Increase efficiencies and accuracy

Whether you are a distributor, importer, manufacturer or contract manufacturer, you made the right decision to outsource your warehouse and shipping operations through a 3PL (Third Party Logistics) provider to reduce costs and increase your company’s bottom line. But how efficiently are you communicating with your 3PL?  Perhaps your staff is spending inefficient time faxing or e-mailing picking tickets? When your 3PL sends back bill of ladings or shipping confirmations, is your staff spending long hours updating and processing sales orders?

What if communicating with your 3PL could be fully automated?

With Microsoft Dynamics NAV EDI 940 (Warehouse Shipping Order) and 945 (Warehouse Shipping Advice) document processing, your staff can automatically send electronic picking tickets to your 3PL warehouse. No more faxing or e-mails. When the warehouse receives the 940 EDI document, pick tickets are automatically created in their system – virtually eliminating data errors while increasing your order fulfillment capabilities. This efficient data transition can help keep your current customers and attract new ones.

When your 3PL ships your customer’s order, the 3PL will send back the EDI 945 document to you:

  • Each NAV Sales Line ‘Quantity To Ship’ field is automatically updated.
  • For each Sales Order, shipment is automatically posted.
  • Data entry time is dramatically reduced.
  • Customers can be invoiced faster.

NAV EDI 3PL 940 and 945 document processing is fully integrated within NAV providing a full feature of benefits including:

  • Full lot number and serial tracking (item tracking): EDI 940 documents are sent with specific lot number tracking information letting the warehouse know which lot numbers to pick. When EDI 945 documents are sent back to you, each NAV sales line is updated with the exact lot number the warehouse actually shipped.
  • Sales Order Status Tracking: You will be able track the status of each sales order at every stage including: Sales Orders with EDI 940s not sent, Sales Orders with Pending EDI 945s, Sale Orders Shipped/Ready to Invoice.
  • Sending of EDI 940 Modify or EDI 945 Cancel orders: If you need to make a change in shipping instructions, or cancel the 940, users can easily send 940 modified or cancel documents to your 3PL.
  • Transfer Order compliant: For companies with multiple locations using multiple 3PLs, EDI 940/945 processing is available for NAV transfer orders and includes 943 (Outbound Warehouse Stock Transfer Advice) and 944 (Inbound Warehouse Receipt Advice) processing. This enables you to use EDI documents to communicate between two 3PL warehouses.
  • EDI Document Tracking: Within NAV, you will be able to track all in-bound and out-bound EDI documents and review historic data, if needed.

clip_image001

Written: by Mark Stept

Top 10 reasons to upgrade to Microsoft Dynamics AX 2012

Friday, April 6th, 2012

Reasons to Upgrade to the latest version of Microsoft Dynamics AX 2012 (Formally Axapta)

By Aaron Murch

Major changes to Microsoft Dynamics AX 2012

The August 2011 release of Microsoft Dynamics AX 2012 introduces some significant new functionality. After evaluating the over 1,000 improvements to the product we put together a Top 10 list of new features we feel offer the biggest benefits to our clients looking to upgrade to this latest release.

The top 10 list

1. Modern “RoleTailored” user interface – standardized look and feel with the introduction of the ribbon and fast tabs to increase user efficiency while working within the application.

clip_image002

2. Support for mixed-mode manufacturers – Access to standard Dynamics AX functionality for Discrete, Process, and Lean manufacturers without the need for ISV solutions or additional software costs.  Within discrete, support for make to order, configure to order and engineer to order workflows

(more…)

Microsoft Dynamics AX 2012 Upgrade Best Practices

Monday, April 2nd, 2012

Data Upgrade Best Practices

Microsoft has published a white paper describing the recommended practices to make your data upgrade as fast as possible when moving up to the latest AX 2012 Version

Here is the Table of Contents

  • Overview
  • Analyzing Customizations
  • Purging and Archiving data with the Intelligent Data Management Framework
  • Analyzing space requirements for databases
  • Creating project plans for testing
  • Recommended upgrade process
  • Preparing the source database
  • Preparing the source AOS instance
  • Using the state transfer tool
  • Preparing the target database
  • Preparing the target AOS Instance.

Click Here to download the original PDF Document.

Microsoft Dynamics AX 2012 Data Upgrade Best Practices (Axapta)