-
planning parameters
Hi, Where should I define the planning parameters in Axapta ? Like minimum order qty, Maximum order qty… Thanks and regards
-
create axapta record from view
Hello, I want to fill a DataGrid in Visual Studio with a join of 3 tables from the Dynamics database, I thought that it would be a good idea to: - create a view in the database - create an axapta record from my view, just like you can do with a table: C# code: Axapta dynAx = new Axapta();AxaptaRecord…
-
number seq error
Good day, I am about to create a new project but one of the very first steps is to implement a new numbering sequence. I have already created a new EDT, a table and a field with the EDT assigned. But when adding a new line in the table the number sequence does not get populated. Please advise me. Thanks
-
AX 2009 navigation issue
Hello all, I've used the search function but i didn't find anything that could help me. My problem - if i can call it a problem - is that i don't like how the AX 2009 manages the open windows. To be more explicit, in AX 4.0, a new window (table) were opened inside AX, now, in AX 2009, the window is opened separately and…
-
item costing
I have the following scenario i purchased the same item with two different prices. i am going to use the whole quantity i purchased in a production order. how can i get the correct costing of the item? ex. i bought the same item for 10c and 20c. together with another item which cost 30c they make up my BOM. the costing…
-
Error :Insufficient memory to run script.
Hi all, Is there anybody familiar with this kind of error in AX.Whats the main reason behind it and the best way to deal with it. please help . Regards Vj_iway
-
Safety stock / service level
Dear people, Recently I tested with the Safety Stock (automatic min / max), part of the Master Planning module. (Master Planning / journals / safety stock). I have two questions about it: 1. After accepting the new minimum (minimum on hand New Value) the Minimum on hand is changed with the article. However the Maximum…
-
More Alerts
Why do alerts lose their 'logic' if you disable them, assign them to another userid, then re-enable them?
-
axapta functional training pdf
Hi , it would be great if anybody could provide me training material for axapta functional. Regards, Abhishek
-
Alerts
Hi What logic should I apply to an alert in order to have it triggered if the 'start date' against my sales order line is greater than 15 months? Thanks
-
rounding off error in Transfer oder
I am working on ax 4.0 sp2 . general round off set to "0". I am using only one curreny "INR". During the shipment of the Transfer order i am getting an error. "Error in unit of currency. must be rounded to zero" "Unit of -199.82 -199.82 being posted to account is too little". I tried by changing the Maximum Penny…
-
Third party Report Designer Tool with Axapta.
HI All Is there any Third Party Report Designer Tool to be incorporated with axapta. I am In quick need of that.Please have me Idea about that. Regards
-
AX Release Management
I am very interested to know how people manage configuration within AX, ie using a tool or many manual processes? I am talking about changes to config items, reports, new patches etc etc Advice appreciated
-
AX Forms Related Help Request !!
Hello, I need to create a functionality here in AX 3.0 I have a form where I need to allow user to select items from a list (on other form) and then add all the selected items (on that form) to the current form. I am adding a work order module. The module allows users to prepare a work order for subcontractors. The work…
-
How to develop Automated Signatures for cheque printing
Hi, Please let me know who to implement Automated Signatures for cheque printingin AX 4.0 Thanks, Vinoth
-
How can I get a whole line from a Text IO
Hi, I've got a file I need to read, but there are lots of spaces in it. However, I need to get each line as a unique string, because, the numbers' places are important. Problem is, TextIO.read() sends the line to a container that cuts all the spaces :'( Is there a trick to get the line in full ? Thx !
-
how to see G/L entries in axapta
Hi all, it would be great of anybody could give me inf. on following thins: 1:How to see G/L entries in axapta? 2:How to see posted invoices for sales and purchase in Axapta? 3:How to see posting shipment and receipts in Axapta? I want information regarding navigation to the corresponding forms. Regards, Abhishek
-
Create a text file from AX
Hi All, How cani create a text file by using X++. Thanks in advance
-
Using views in Ax Reports
Hello EveryBody I have created a view in Ax for Trial balance -Department (Dimension)wise .Now i have to use this view in Report. Or if there is any other way to get that view displayed in a form.Any suggestion will be appreciated. Thanks Vj_iway
-
How can I create custom HTML class in a webpart ?
Hi everyone I'm currently working on a webpart created with AX, and my problem is as follow : This webpart contains a grid made of WebReal (their labels make the title row, the input the 2nd row) I would like to change the background color and fonts of some of the colums. It seems that the only way to do that is to create…
-
Axapta Report Problem...urgent !
Hi, I have a serious problem while using Axapta 3.0. I have created a report in Axapta. It takes more than 2 hours to fetch the data. This is not the problem. Actually the report is inconsistent with data. For example, If we see the report it will show you 5 pages, next time it shows 7 pages. This happens because, in the…
-
Undoing a cost-calculated Production Order
Just wanna knowif some of you have encountered clients who request "undoing a cost-calculated Production Order". The case is in AX4.0/2009, you can undo a Production Order step by step or revert it all to its beginning state. But once the order is "ended", i.e. cost-calculated, you just can't undo it. AX doesn't allow it.…
-
how to connect to axapta from c#
Hi, it would be great if anybody could tell that how to connect to axapta from C# with code and refernce to any help file. Regards, Abhishek
-
how to create menu and menu item run time
Hi All, Is it possible to create the menu and menu items on to the form dynamically from c# on Axapta. If yes then how? Regards, Abhishek
-
How to start creating menu item and writing code in it
Hi All, I am new to axapta but I had worked extermely in Navision for 5 years. I had installed axapta 4.0.I have to develop a connector in Axapta that will call some c# functions. The scenarion is as follows: 1:Create a Menu Item. Issue:How to create a menu item in Axapta. Assumption:should I have to use Application Server…
-
how to create menu item in axapta
Hi All, I am new to axapta but I had worked extermely in Navision for 5 years. I had installed axapta 4.0.I have to develop a connector in Axapta that will call some c# functions. The scenarion is as follows: 1:Create a Menu Item. Issue:How to create a menu item in Axapta. Assumption:should I have to use Application Server…
-
Installing Ax2009 on vista
Hi I wish to install Ax 2009 on my laptop, i am having Windows Vista as the Operating system Can i do full installation or do i have any problem in doing so Please let me know the related issues Regards johnson
-
What to choose: Nav 2009 or AX 2009
Hi, I have understood AX 2009 is a full .NET Framework application in which VS2008 is fully integrated. You can call an OO object and create an order on the fly. You can use webservices from VS2008 etc.. in Navision 2009 you need to know the CAL language... Is this true? Any Help Appreciated, J.
-
Budget Allocation and Forecasting
Where can I actually setup the Budget expected in terms of quantity and money for sales?
-
Purchase Order Posting - Use Print Management Destination
Hello, When posting purchase orders, or sales orders, there is the print option after clicking Posting --> Purchase Order. There is also the option of Use Print Management Destination. Is there a way of having the Use print management destination permanently ticked, rather than having to select it each time?? regards Craig