Forum Post: RE: AX 2012 R3: Where can we specify Vendor purchase calendar
Setup a calendar in 'Organization Administration\Common\Calendars' Then go to 'Accounts Payable\Common\Vendors\All Vendors' Find the vendor On fasttab 'purchase order defaults' you'll find a field...
View ArticleForum Post: RE: Vendor retention
Hello Imran, I double checked and noticed that you are right. It is the same form that get's opened. Yet, the difference is in the caller (menu item) that opens the form. If you open the...
View ArticleForum Post: RE: Sales Order Confirmation
Hi anasasfour, To my knowledge this requires a technical customization. Best regards, Ludwig
View ArticleForum Post: RE: Sales Order Confirmation
there is no OOB functionality. You have to customized as per PO code to make SO confirmation mandatory before packing slip. Code is available in purchase order site.
View ArticleForum Post: RE: Item Code Creation
Please use DIXF tool to import the item code. It is the best option to import the item code. https://community.dynamics.com/ax/f/33/t/159242
View ArticleForum Post: Withholding tax settlement infolog not displayed
I am settling an invoice for a vendor who is attached to a withholding group, but AX does not deduct the withholding tax automatically while marking the invoice for settlement , rather I have to go to...
View ArticleForum Post: RE: Performance testing of Rich client AX application
Hi Nish14, There is no video tutorial available. It wouldn't help you if there was, because without knowledge of X++ and C# you're not going to get very far. Benchmarking a solution is done way too...
View ArticleForum Post: RE: Upgraded PR from AX 2009 to 2012 are missing the account...
only 3 ways I can think of: 1. export them from AX2009 and import them in ax2012 using a custom DIXF. 2. export them from AX2009 and import them in ax2012 using a developed job. 3. use SSIS to copy the...
View ArticleForum Post: RE: How to create a page to transfer products in Enterprise...
For your first question have a look at: msdn.microsoft.com/.../cc594064.aspx It will tell you all common tasks in enterprise portal development. For your second question:...
View ArticleForum Post: RE: Form InventOnhandItem InventDimId
what I did was create the display method on inventdim table: display boolean X() { return WMSLocation::find(this.wMSLocationId, this.InventLocationId).someField; } then put this displaymethod on the...
View ArticleForum Post: RE: Error text : Name property cannot be null or empty. Parameter...
The best thing to do is enable logging and see if you can get a better error message. To enable logging: 1. Navigate to C:\Program Files\Microsoft Dynamics ERP\Management Reporter\2.1\Server\Services\...
View ArticleForum Post: RE: How to setup different dimension description per company in...
There is no way to configure this. The only different descriptions available are the translations. With a customization you could probably do a similar thing for dataarea's as for translations.
View ArticleForum Post: RE: Purchase Order Creation based on Purchase Requisition in ax...
Hi Nitesh, my client has the same need as MJ so trying to do some custo. Precisely, I tried to create an event subscription from the autoApproveChangeRequest method of PurchTable table: public static...
View ArticleForum Post: RE: External Web Services in Dynamics - ERROR NF-e SOAP Header
I was not so specific. See, installed ax 2012 with the release of Electronic Invoice version 3.10, but is creating the XML different transmission reception server not found the correct place internally...
View ArticleForum Post: RE: Edit Unit Price on Purchase Requisition / access
Hi KK20, Did you use a duty/privilege of standard Ax? If so which one(s) did you set for the role? Did you using Security Development Tool to try and record the editing of unit price? It might pickup...
View ArticleForum Post: RE: Create release order AX2009 on multiple blanket order
I don't think it could be done with standard Ax. But you could develop some business logic for it.
View ArticleForum Post: RE: Consumption rounding
Standard Ax stores 12 decimals and calculates with those decimals. Ax will only show you 2 decimals by default. You can change the number of decimals displayed on the EDT.
View ArticleForum Post: RE: Calculation of unrealized FX gain/loss during revaluation and...
Hi Philip, For GL - The difference between the rate at transaction date and rate at the 'To date' in the foreign currency revaluation form multiplied by the amount in transaction currency for all...
View ArticleForum Post: RE: Update InventTableModule usign Excel Add-In connected to a...
Thank you André and Bhaskar. Much appreciated.
View ArticleBlog Post: Rethink eCommerce with a Web Store Integrated to Your ERP –...
Launching an eCommerce web store is quicker and more convenient than ever with Internet access expanding across the world. But with added online success comes the hassle of updating your web store and...
View Article