Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
AX
Browse by Tags
Tags
#AX2012
#AX2012 #X++
#dynamics
.net
.NET Business Connector
“Microsoft Dynamics AX 2009”
“Microsoft Dynamics”
2009
2012
AIF
AOS
AOT
AX 2009
AX 2009
AX 2009 2009
AX 2009 AOS
AX 2009 Client
AX 2009 Developement
AX 2009 EP Development
AX 2009 EP Installation
AX 2009 Inventory
AX 2009 Reporting
AX 2009 SP1
AX 2012
ax 2012 AOS
Related Posts
Forum Post:
Re: Handling Packaging in Axapta 4.0
Editor
Hi Albert, I reached out to the AX development team who works on the packing functionality and they explained to me that what you are trying to accomplish is not deliverable from the base functionality in AX. They recommended you submit it as a suggestion for a future product enhancement. You can...
on
2 May 2008
Forum Post:
Generate ID automatically when using excel import
AX-FIN-JP
When importing excel data to AX is there a way to have AX generate the record ID automatically? I am not familiar with X++ so please let me know the details if code changes are involved. Thanks =)
on
1 Jul 2008
Forum Post:
Code to delete Dimension Values in Axapta Sales Order
Aaron Monteiro
In Sales Order; This below code intilizes the default values in Sales Line From Header(Sales Table) when a new line added void initValue() {; salesLine.initFromSalesTable(salesTable); super(); } Is there a way write a code to Clear or Delete Values of Sales line Dimensions within this code or...
on
1 Jul 2008
Forum Post:
Inventory close took much longer than previous period.
Andrew Arends
When we performed our month-end inventory close, it was processing for more than 4 hours. We are accustomed to completing this process in about 2 hours. Because of this expectation, a user cancelled the job after about 4 hours and began running a reversal. The reversal did not complete before the user...
on
9 Jul 2008
Forum Post:
Vendor Cash Discount overwriting Invoice Discount
SSW
DAX 4 SP2 We use the Invoice Register -> Invoice Approval Journal to register vendor invoices. The Cash Discount Amount and Date are overwritten by the Posting of the Invoice Approval Journal. Instead of taking what was put in the Invoice Register it takes the default Cash Discount Settings on...
on
14 Jul 2008
Forum Post:
Re: Currency conversion
jse
Hello Riaan, could you please provide a little example including the rates between ZAR/USD and ZAR/EUR. I would also like to know what exactly to you mean with " I want to see the amount posted in the offset account (EURO) as Euro and not in ZAR. " Where would you like to see it? The amount...
on
22 Jul 2008
Forum Post:
InfologStruc - what is this?
djarek
dfsdfsdfHello, I have problem with this classes: str logStr(InventJournalId _journalId, LineNum lineNum) { str t = JournalError::find(tablenum(InventJournalTable), _journalId, lineNum).asString(); str logStr; int p; infologStruc s; while (strLen(strKeep(t,'\n'))) { p = strFind(t,'...
on
1 Aug 2008
Forum Post:
Problem with Query
djarek
Hello, I have problem with this classes: public Query initQuery() { Query query; = super(); QueryBuildDataSource qbds = query.dataSourceNo(1); QueryBuildRange r; if (journalId) { r = qbds.findRange(fieldnum(InventJournalTrans, journalId)); if (! r) r = qbds.addRange(fieldnum(InventJournalTrans...
on
1 Aug 2008
Forum Post:
Multiple AR Payments for one sales order
Wei Chen
Hi, 1) Is it possible to process multiple payments for one sales invoice at same time? For expample, Sales invoice amount $100, can we create multiple payments at same time with differenct payment methods: $50 by Credit Card, $30 by Check, $20 by cash? 2) For Credit Card preauthorization for one...
on
23 May 2008
Forum Post:
How to check table properties changed?
dhiraj.karmalkar
Hi, I need to check the table properties changed in code. i.e. I need to ckeck in some method of class or table if table properties are changed then I want to check that and display information about the same. Thanks and Regards, Dhiraj Karmalkar
on
11 Aug 2008
Forum Post:
Re: Trade agreements
GeorgeC
Hello Sahar, Let me try to give you an overview. Price discounts - not actually discounts. You can specify a price but not a discount (neither a percentage discount, nor an amount discount). Use Price agreemens to enter any prices you may have on price lists for individual customers, groups of...
on
13 Aug 2008
Forum Post:
[AX4] Items split, holding Inventory Manually
Naeem Sarwar
Hello, I have few questions regarding Splitting Items, and Inventory Reservation. *Inventory Reservations* *Objective:* Reserve set of inventory items against Possible Sales or any other reason for auction or disposal, thereby making that inventory unavailable for sale & allocation...
on
7 Aug 2008
Forum Post:
Testing of Form's
ThomasW
Hi there, I'm creating some Unit Tests for AX classes in our company. Now i wonder if there's a way to also test the behavior of forms. Maybe something like functional Testing? Has anyone an idea how to realise this? thanks Thomas
on
6 Aug 2008
Forum Post:
Re: Dynamics and Biztalk
Mohammed Rasheed
Hey Sherry, Can you check if the (active) channel has been configured to work with your biztalk server.. Basic > Setup >Application Integration Framework > Channels > Configure (button). if the grid is empty, then create a new line and type in the server name of your biztalk server...
on
30 Aug 2008
Forum Post:
RFID in AX 4.0
Pedropaz
Hello. I'm a Microsoft Partner, specialized in Dynamics AX. I have a customer with AX 4.0. They want to automate their main warehouse with RFID, barcoding. So we need to find a Partner with experience in this area, that is willing to support us in this job, and eventually work with our customer in...
on
9 Sep 2008
Forum Post:
Re: Problem In Connecting Dynamics Ax 4.0
Rajdip Das
Hi Just open SQL Server Managent Studio, Select Database & "UserInfo" Table. Then select "Admin" user and then put the "Adimistrative" permission. Regards Rajdip
on
15 Sep 2008
Forum Post:
Re: Wher do i code?
Rajdip Das
Hi, If u execute a short query like data retrive from table, some calculations, validations then u can write code intlo clicked method. In case of long queries like Job processing, Posting then I am suggesing u to write code into the class Rajdip Das
on
15 Sep 2008
Forum Post:
AX 2009 BI roles
Mohit Rajvanshy
Hi All, There are pre built BI cubes available with AX 2009 in analytic server db which will be created during installation. At the analysis server I found that for this analytic server db there are roles configured looks like identical to AX roles. My questions are: 1. How are BI roles in out...
on
18 Jul 2008
Forum Post:
How To Create table Template In AX and Do Calculation at Field
SKY BOON
1 ) i need calcualtion my outstating sales order amount . the calculataion formula is Qty Order - delivery order = Outsating Quatity Salesprices * Outstading Quatity = AmountOutstating . *this outstating quatity and the amount outstating i need do in table template..
on
9 Oct 2008
Forum Post:
Re: How to Migrate...
nouredine sadif
Hi Fayaz if you know the procedure to do the migration you can just copy Old USR layer from AX40(axusr.aod) file application to AX50_APP ,to refresh your memory follow this steps from MS AX doc : AX40 >AX50 1. Install Microsoft Dynamics AX (includes application files, client, AOS, and new empty...
on
11 Oct 2008
Forum Post:
Re: MSDTC Error in AxDbUpgrade.exe
nouredine sadif
vd00 ..... I am using Windows 2003 SP2, and Sql Server 2000 Thanks in advance. vd Hi first Try sql 2005 Sp2 AX50 can not support sql 2000!!!! Nore
on
12 Oct 2008
Forum Post:
Opening AX 2009 Records from hyperlink - (not AxPath)
Josh Ashwood
Hi All, Was wondering if anyone knows how this can be achieved - the AxPath 2009 version doesn't seem to work, and the author has admitted it has problems and he needs time to fix it. Is anyone aware of another way of achieving this functionality in Dynamics AX 2009 - specifically it would be nice...
on
15 Oct 2008
Forum Post:
Inventory Counting Journal
Hemraj
Hi Dynamics Ax 4.0 Inventory management--> Journal-->counting journal--> line. If I select counting group is manual and on hand qty will be 0 then ax will pickup cost price as cost amount. in this case suppose item A on hand qty in warehouse X, but Y warehouse is 0 then it will pickup...
on
1 Aug 2008
Forum Post:
How do I count row in Description Field?
Piyapong Seibudta
I want to count row of VendPurchOrderTrans.Name field for my Purchase Order Report.It's extended ItemFreeTxtBase .How do I use kernel function or anything to count row before send to report section because I have to dynamics section height . Thank you very much.
on
17 Nov 2008
Forum Post:
How to set availphysical value from 0.00 to blank field in Inventsum table.
Ngoc Minh
I made mistake transfered item from this warehouse to other warehouse with the value 0.00 as no stock. Now the Dyanamics thinks 0.00 is something in stock available. I could not write of this item because there has stock in the warehouse. How can I made this 0.00 to blank in the availphysical value...
on
24 Nov 2008
1
2
3
4
5
»