Quantcast
Channel: Microsoft Dynamics 365 Community
Browsing all 10657 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

AX2012: Connecting Site to its Address and Contact details

This document explains technical details for connecting Site with it’s address and contact information (e.g. phone, and email) , and should help anyone who is attempting to customize existing...

View Article


Image may be NSFW.
Clik here to view.

AXAPTA - How to disable auto filter in a form came with args parameter

I found the solution from a forum page : KRC_PlanWaves_DS.query().dataSourceNo(1).clearDynalinks();(read more)

View Article


Image may be NSFW.
Clik here to view.

AXAPTA - Creating picking list

I created a class for me from found solution from a forum page : class KRC_WMSOrder { WMSShipment wmsShipment; SalesTable salesTable; WMSPickingRoute wmsPickingRoute; WMSPickingRouteLink...

View Article

Image may be NSFW.
Clik here to view.

AXAPTA - Sign function doesn't work correctly

Sign function doesn't work correctly in AX 2009 and 2012. It should returns -1 for negative numbers, 0 for zero and +1 for positive numbers. But it gives -1 for negative and +1 for others. Sign...

View Article

Image may be NSFW.
Clik here to view.

Powershell in X++

simple piece of code to batch convert XLs in PDF. This use the workaround to create a powershell script and after launch it. Could be useful to execute powershell script from AX. </pre>...

View Article


Image may be NSFW.
Clik here to view.

Microsoft Dynamics Partner Roundup: Hosting Acquistion; EDI for GP 2016; GP...

In this week's Microsoft Dynamics Partner News Roundup: Six Degrees Group Acquires Dynamics Partner Insite Business Systems Integrators Integrates EDI with Dynamics GP 2016 goERPcloud Offers Dynamics...

View Article

Image may be NSFW.
Clik here to view.

Management Reporter 2012 (AX 2012) vs Financial Reporting (AX 7) FAQ

Recently we had the privilege of sitting down with one of our partners to discuss the new Financial Reporting in AX 7 (aka Management Reporter for AX 2012). Although the name has changed in AX 7, the...

View Article

Image may be NSFW.
Clik here to view.

The MSDW Podcast, May 6, 2016: Choosing Project Services - Dynamics CRM vs....

Microsoft is preparing to release its Dynamics CRM Project Service solution. But Dynamics AX also offers a solution for the services industry. And of course, there is Microsoft Project Online. These...

View Article


Image may be NSFW.
Clik here to view.

With Solair, Microsoft Upgrades IoT Story with Supply Chain, Business Process...

Microsoft has acquired Solair, an Italian company founded in 2011 that provides (IoT) services to customers in such industries as manufacturing, retail, food and beverage, and transportation. Financial...

View Article


Image may be NSFW.
Clik here to view.

AX 2012 - how to use 'NOT LIKE' in AX statements

Please note that I am using ! after 'where' keyword to reverses the effect of 'like' staticvoidNot_Like(Args _args){    #define.createdBy('faisal')    InventTable     inventTable;        whileselect...

View Article

Image may be NSFW.
Clik here to view.

AX 2012 - How to show progress bar for lengthy operations

Below is a very simple example to show progress bar in a job - this logic can be used anywhere in your logic.staticvoidSysOperationProgress_PrimeNumber(Args _args){    #avifiles    boolean...

View Article

Image may be NSFW.
Clik here to view.

AX 20120 - Find company currency through X++

You can use the following codeCompanyInfo::standardCurrency() orLedger::accountingCurrency(CompanyInfo::current());

View Article

Image may be NSFW.
Clik here to view.

Hide planned order capacity reservations in Dynamics AX 2012

When we’re looking at production orders, and scheduling routes, we’re going to look at capacity reservations by work centre (resource) or resource group. It’s interesting that these inquiries...(read...

View Article


Image may be NSFW.
Clik here to view.

Optimizing toolbar button - Dynamics AX

Usually when a Dynamics AX user starts working with a new instance of Dynamics AX 2012, there might be an annoying message popping up every time the user opens up certain forms. This depends on the...

View Article

Image may be NSFW.
Clik here to view.

Use Visual Studio to merge code for an AX 2012 CU

I'm working on upgrading an AX 2012 WMS solution to CU 10. I have a lot of modifications to the mobile device solution and I need to merge these into the CU 10 code.Many methods in the mobile solution...

View Article


Image may be NSFW.
Clik here to view.

SQL remove breakline from string results

Hi there Sometimes while dealing with data of dynamics ax in SQL for reporting or in need of direct retrieval of data ,  we might face strings that have breaklines such as...

View Article

Image may be NSFW.
Clik here to view.

Module access level – specify which users can post to a period in AX 2012

In AX 2012, it is possibly to specify which user groups are allowed to post accounting transactions to a certain period for a given module by using the Ledger calendar form. The form is found in...

View Article


Image may be NSFW.
Clik here to view.

Change Management at All Levels

Choosing the right ERP package does not automatically produce the desired results. How that software gets implemented is so much more than how that software gets installed. In particular, how that...

View Article

Image may be NSFW.
Clik here to view.

The Microsoft Dynamics AX Safety Stock Journal: How To Create A New "Minimum"...

The Microsoft Dynamics AX safety stock journal provides useful issue history statistics for an item that helps calculate a new minimum inventory level based on reliable metrics. But even when the...

View Article

Image may be NSFW.
Clik here to view.

Warehouse disposition codes

There are a few different disposition code concepts in Dynamics AX. One of them is the advanced warehouse module. This disposition code is assigned to an inventory status and can be used to control...

View Article
Browsing all 10657 articles
Browse latest View live