Related Posts
  • Forum Post: Change Unit of Measure in AX2009

    I need to change the default purchase unit of measure in Dynamics, but the field is disabled in the Default Order Settings form. Is there some change to this process from AX3.0? Our buyer would like to purchase in 5x10SH instead of the SF that our inventory uses. An appropriate conversion is setup. ...
  • Forum Post: how to Change Item Dimension to Storage Dimension

    H ai I have added a new ItemDimension in Dynamics Ax 2009 actually i need it to be a storage dimension can any one help me to change that Item dimension to storage dimension regards Narayan
  • Forum Post: Limit number of records in axapta reports

    I have developed a report on axapta report designer and i need to limit the number of records upto 30 records per page can anyone know how to do it ?
  • Forum Post: Re: How to know the age of items.

    Hi, I think there is no standard report available that gives you this information. However you can query the inventtrans to obtain the last purchase date for each item and calculate the time (days/months etc) (up to systemdate) if the item also has an inventsum record. At some customers of mine I...
  • Forum Post: Re: Re: Re: How to know the age of items.

    Hi, The itemid is the relationship between inventtable and inventtrans. Again to create the function and the report is customization. I cannot give code but can point you in the right direction. Decide wether the use physical date of financial date for starting point of finding the last receipt...
  • Forum Post: How to Check Dead Stock

    Hi Can any one tell how to check Dead Stock(Stock Which Remains in Inventory for very long period) in Dyanamics Ax 2009 regards vijay
  • Forum Post: upgrading active directory 2003 to 2008

    We are going to upgrade our Active directory 2003 to A directory 2008. So, We need to check the compliance of Axapta (4 and 5) and SharePoint 3.0 which we have installed in our productive environment with Active Directory 2008.
  • Forum Post: Need Help in Binding ResultSet with Grid in Axapta

    I have the following code in which i am getting ResultSet from Access Database but i dnt know how to bind it with Grid. I write this method in Form Init and i have two StringEdit Fields username and password. Anyone knows how to bind it ? public void init() { loginProperty loginProperty = new LoginProperty...
  • Forum Post: Create pdf of control documents in X++ ?

    I need to create pdf of control document like sale order on button click in x++ can anyone have source code ?
  • Forum Post: Explosion Inquiry

    Dear Group members I am using AX-2009, when I run BOM explosion inquiry from sales order screen it does not show me desired result can any one tell me what the required configurations to run this inquiry?? Regards Muhammad Saad
  • Forum Post: Sort Sales Invoice in Axapta on Serial Number

    Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
  • Forum Post: I need to create a new pallet (inventory equipment) programmatically

    I need to create a pallet programatically. I have the pallet id already and need to supply it when creating the pallet. Can someone supply a sample of X++ or .NET BC code on how to do this?
  • Forum Post: Outlook Integration with Axapta 2009

    Is exchange server is necessary to integrate outlook with Axapta 2009 ?
  • Forum Post: Tree structure product categorizations

    We are working to resolve a requirement that we have for our product management that appears not to be supported by AX. We need to be able to assign to each product multiple categories, in a tree structure. Something like this: Category --> Sub-category --> Family [Portables] --> [Notebooks...
  • Forum Post: Virtual Receiving/invoicing

    When we order product from our suppliers we have agreements with them to at our request deliver the product directly to our client and bypass our internal warehouse. Since we do not physically receive the product, we cannot do the standard receive/pick/pack/ship and invoice. While we know that, a specific...
  • Forum Post: How do I make AX show more BOM levels in BOM Calculation report?

    Hello, Does anyone know how I can allow this AX report to show me more levels than just two? In our previous system we could see up to 10 levels of sub-BOMs broken out, but AX is limited to 2.Please help me on this as it is incredibly difficult for us to do business while just looking at two BOM levels...
  • Forum Post: Need Urgent Help in Salesline table Synchronization

    Hello I have added a field with the name Print in salesline table then i deleted it from AOT but when i m going to synchronize table it is giving me error "cannot execute a data definition language command on sql database has issue an error". Then i deleted this field from sql server in...
  • Forum Post: Inventory valuation

    Hi, One of our customer evaluates its stocked items according to the 'weighted average, date' inventory principle. At the same time - due to some specific legal tax regulations - the customer needs to evaluate its stocked items according to the LIFO principle. He plans to do this by using...
  • Forum Post: Product price calculation using trade agreement with many currencies...

    I have set up BOM version calculation using calculation groups. For some items I have created purchase trade agreement with prices in currency other than local. I have tried to calculate price using calculation groups set to Trade Agreements. The result is that THERE IS NO price/cost even trade agreement...
  • Forum Post: Re: How do I see the imported items in the Item Details Form

    Hi Bernard, In AX2009 and earlier versions of AX, records in the Items form (InventTable) require three tables to be populated to display. In other words, there are three tables behind the items form. These are: 1) InventTable (which you are using already) 2) InventTableModule (with a record for...
  • Forum Post: recalculation in ax 2009

    Hi All, In AX 2009, when we run recalculation for item/item group it checks for financial dimensions, i would ike to know which all tables are being checked ? Or in other words, can some one suggest, which all tables to be checked to make sure that financial dimensions are not left blank. ...
  • Forum Post: Unable to invoice sales order due to 'registered' inventory transactions

    Hi, I have an issue where, for sales order returns (RMA orders), if the quantity received on the return is less than the quantity expected, we are unable to invoice the return order. For example, if we expect to receive in 6 cases of an item, we create and post the arrival journal for 6 cases and the...
  • Forum Post: How to setup cost revaluation by batch number

    HI, My customer request to beak down standard cost revaluation by batch number. Refer to standard VM Setup, the cost able to breakdown by batch depend on dimension group setup. Tried to repeat the same setup in client enviroment unfortunely it can't breakdown according to the setup. Customer have...
  • Forum Post: Inventory Units

    Hi, In standard AX it is not possible to have two inventory units for the same item. Therefore two items will need to be created if you stock the same goods in two different ways. An example in construction is typically cement, which can in the same warehouse be stored in bulk (inventory unit kg or...