Forum Post: RE: Dynamics AX RTM to AX2012 R3 Prep Prod for Upgrade Not Prepping
I went through the process again, using that option and received the following from AxUtil: The AXUtil command was started in the mode: set. Working against model store sql/DynamicsAx2012_model. The...
View ArticleForum Post: Images in AX
Hi All, I just wanted to know if the product images are stored inside the AX database or in some shared folder? Thanks in advance.
View ArticleForum Post: Automatically create price
Hi All, I use costing method is Weighted avg., When I create an item number, price value is always show even though I do not specify. I also do not create any item price for this item. Could you please...
View ArticleForum Post: RE: Images in AX
Depending on where you are storing that image, it can be either. There is a table named EcoResProductImage which is involved in the storage of the standard Product image, but ultimately they are stored...
View ArticleForum Post: RE: Automatically create price
You do not need to Activate an Item price under Weighted average or any actual cost model, so that's fine. Are you suggesting that when you create a Released product, there's already a price in where...
View ArticleForum Post: RE: Vendor lookup issue in AX 2012 R3 CU8
Please mark as Answered so others may also benefit.
View ArticleForum Post: RE: Automatically create price
Hello Brandon Wiese, There's already a price in where you've highlighted by itself --> Yes, but I do not want that. I try to check all set up to find the reasons.
View ArticleForum Post: RE: Images in AX
Thank you Mr.Brendon for the reply.Can u guide me how to store the product image in the archive folder if any document or link is available.I will be greateful for the same.
View ArticleForum Post: RE: Automatically create price
I'm not aware of any feature that sets the Price under Manage costs automatically during the release of a Product. Perhaps you have a customization to your system? Or, perhaps someone else is aware of...
View ArticleForum Post: RE: Images in AX
You can review the online documentation at the following link, for starters. Configure document management [AX 2012] technet.microsoft.com/.../dn636897.aspx In particular, under section 6. Create or...
View ArticleForum Post: RE: Tables contain Personnel number in AX 2012 R3
Hi Thai, As far as I have seen the HCMWorker table should be the only table having this number. However if you have enabled dimensions based on a worker, the value is also used in some Dimension...
View ArticleForum Post: RE: Tables contain Personnel number in AX 2012 R3
That error message is definitely in response to HcmWorker records, as found in form HcmWorkerNewWorker method validate for field PersonnelNumber. public boolean validate() { boolean ret; ret = super();...
View ArticleForum Post: RE: Error: "Lot ID is not specified" while Cancel Sales Order
That suggests to me that one (or more) of the Sales order line records (table SalesLine) may be missing an Inventory Lot ID (field InventTransId), which is odd. Can you inspect each of the Sales order...
View ArticleForum Post: RE: Customer Unsettled Invoices
I have multiple reasons to customize the report 1. To omit some filters which the aging report have 2. I need some different design 3. I have to keep the default report as it is. When I try to copy the...
View ArticleForum Post: RE: Error in "Go to origin" in workflow notifications form in AX...
Hi, I have changed the 'DocumentMenuItem' on Workflow Type and Approval, but facing the same issue. Do i need to generate .CIL to take effect..? Or still some place is missing for setup..?
View ArticleForum Post: Only dimension attributes backed by the DimensionFinancialTag...
Hi all, Today i was trying DIXF, i want to import financial dimension (entity = dimension) from excel into AX (new legal entity). When i'm in stage "Copy data to target", the job brings me to debug...
View ArticleForum Post: RE: Modification to Sys Layer in AX 7.0
Hi Andre I am explaining the issue what Sridhar asked is we created the project in VAR layer, when we are trying to modify Reports they are not modifying in the VAR layer, other objects like...
View ArticleForum Post: Retail POS - Customize X and Z Reports
Hello, On my Point of Sales, when I print the X and Z reports the amounts are only partially displayed. For the Receipt I was able to customize using the Designer. Where do I modify my X and Z reports?...
View ArticleForum Post: Instructor training materials - AX 2012 financials
I've tried searching for instructor ( not student ) training materials for the Financials-I (80219), Financials-II (80220) and the Fixed Assets (80302) courses in PartnerSource and elsewhere but...
View ArticleForum Post: RE: How to insert values in table on click of submit button on...
thanks shoaib for helping me, now am able to insert the values through firstform in the table and retrieve it through the secondform. now my query is when I am opening the firstform to insert the...
View Article