Forum Post: RE: Main Account Report for Suspended and Allowed for Manual entry
Hi Alexander, mmmhh. Do not know the problem in your environment, maybe you missed something?! Let's probably try again. Here are the steps I did in my demo system: 1) Open the view...
View ArticleForum Post: RE: How can i use the intercompany process with different items?
Hi Jesus, In AX2012 the link is the global product. You can release products to one or more legal entities. In AX2009 there is a Company item table where you can link item ABC1 to e.g. company item...
View ArticleForum Post: Are Memo fields (nvarchar(max)) supported in DMF?
I've been unable to get any Memo fields to work in DMF in R3. When I try to get staging data for an entity that has a Memo field, the DMF service crashes with a .net runtime exception, providing zero...
View ArticleForum Post: Accounts payable invoice number grayed out
I'm trying to enter an accounts payable invoice, but the invoice number is grayed out. Invoices have been entered before with invoice numbers so I'm not sure what has changed. No security changes have...
View ArticleForum Post: RE: AX, SSRS, and table field arrays
It is not changing randomly. I have reproduced this issue. The problem is in the the SSRS dataset fields name creation part. Please don't look the dataset fields name. Please have a look on the SSRS...
View ArticleForum Post: Convert to products not stocked feature to change the inventory...
Hi I'm trying to change the item model group to a new Ãtem that does not have transactions and shows me the following message: "Please use the Convert to products not stocked feature to change the...
View ArticleForum Post: RE: Accounts payable invoice number grayed out
Can you right click on top on the field, choose personalize and verify is editable checkbox is checked?
View ArticleForum Post: RE: Import attachments (DocuRef) notes using DIEF
I have a similar requirement to import customer notes using the DIEF. Would you care to share your custom entity code?
View ArticleForum Post: RE: Short Picking without Mobile Device
Yes, during sales order picking, where it had to generate or select a license plate during the Pick directive and is already on the Baydoor (had to set it to license plate controlled because it wont...
View ArticleForum Post: Retail POS - Async Client failed to connect to Async Server
I have retail components and AX install in a single machine (Windows Server 2012). Now I would like to install my POS in external machine (Win 7)....
View ArticleForum Post: RE: Ax 2012 R3 Async Client Working Folder BIG Error
I don't backup/restore DB, this is Prod Server !!!!!! I only add a Working Folder Profile for later use, without assign it to any Organization, and this profile messed up with (1) Retail Channel !!!!...
View ArticleForum Post: Importing New Users from Active Directory
Hi, I have registered new users on the [Active Directory Users and Computers]. Then I attempted to import these users to AX through: System Administration>User>Import The wizards starts up as...
View ArticleForum Post: RE: Inventory Tracking!
The normal production process in Dynamics AX is based on a Production order. You create and schedule a production order, then start it. Once started you issue material to the production order (by...
View ArticleForum Post: How to reference the original value of a field on a form inside...
Hi, Per the title. I've overridden the modified method on a StringEdit that references a CustAccount field to something like this public boolean modified() { boolean ret; ret = super(); if ( ??????????...
View ArticleForum Post: RE: Importing New Users from Active Directory
Time has resolved the issue... Thank you, ABTS
View ArticleForum Post: RE: How to reference the original value of a field on a form...
I figured it out. Just cause I'm not in the table doesn't mean I can't use the orig() method. This works how I want: public boolean modified() { boolean ret; ret = super(); if...
View ArticleForum Post: RE: Accounts payable invoice number grayed out
Hi Paul, can you also please verify whether a workflow step is missing? Your screenshot seems showing a workflow process bar on top - maybe you simply tried to jump over an essential step? Ludwig
View ArticleForum Post: RE: Convert to products not stocked feature to change the...
Hi Ernesto, please have a look at the following TechNet site technet.microsoft.com/.../hh802990.aspx Hope it helps, Ludwig
View ArticleForum Post: RE: Actual Cost Charges
Hello Ludwig, 1. Yes I have try that steps too. However there will still be error occured because the ledger account which I assigned manually only impact to posting type product expensed which is...
View ArticleForum Post: RE: How can i use the intercompany process with different items?
I thought we could also use External codes to achieve this. I haven't tried it since v4, but the configuration options are still there I believe.
View Article