RE: Iterate .net array of objects in X++
That's a class declaration in C#, not a type returned by a method in X++. I can't help you unless you follow my advice and use IntelliSense in X++ editor to see what type is returned by...
View ArticleIterate .net array of objects in X++
Hi,I have to consume external web service from AX 2012. I have an wsdl URL so I add Service reference to my class library project in visual studio, compile and deploy the assembly to AX. Visual studio...
View ArticleRE: How to deal with items remaining in Transit Warehouse?
The transfer order is incomplete untill all has been recieved at B or partial has been recieved and the remainder has been marked as scrap. If only 45 were actually shipped then the order needs to be...
View ArticleRE: How to deal with items remaining in Transit Warehouse?
Thanks. How exactly do you complete the transfer order and return the balance in AX when you received less than what was sent?
View ArticleTraining in Cost Accounting/Production Posting Profile
Does anyone knows who gives training on Cost Accounting, Manufacturing which includes Posting Profile for this area.? I've been looking for the specific training area for awhile. If anyone can...
View ArticleRE: Auto PO from PR with modified Unit Price
Hi KTJBurbz,Please explain the business requirement. Do you have an approved PR before you want to modify the price? Or do you want to change it and then submit for approval? Usually when a PR has been...
View ArticleRE: AX7 database synchronization failure
Thanks for the reply. I did run VS as Administrator. I tried set the project setting to "Sync DB", it failed due to the same error: Cannot open database 'AXDBRain' requested by the login, the log in...
View ArticleRE: Synonym tables - POS?
Hi,Looks like the main error is Cannot insert the value NULL into column 'WMSPALLETID', table 'AxRetailDIM.dbo.INVENTDIM'; column does not allow nulls. UPDATE fails.Please, verify your SQL script...
View ArticleSynonym tables - POS?
Due to size limitations on SQL Express, we're being forced to either purge variant data, or look into our options using a synonym table. The INVENTDIM table on our POS is 30% of our database. We've...
View ArticleRE: Auto PO from PR with modified Unit Price
Hi André,Yes, PR is being approved before PO created. Hence I believe its best to have PR feed the PO Price. I can currently work around this like you said, creating a change on the PO and modifying...
View ArticleAuto PO from PR with modified Unit Price
Hi folks,I'm trying to allow PR Line unit price to be editable and then allow AX to auto create a PO from the approved PR.By default we know that the Unit Price on the PR is uneditable, I over came...
View ArticleRE: How to deal with items remaining in Transit Warehouse?
Transfer orders> select transfer order, Posting button > recieveUpdate > shipmentShipment voucher > selectView lines, remainder should be in the recieve amountCreate new transfer...
View ArticleHow to deal with items remaining in Transit Warehouse?
I'm using a transfer order to move items from one warehouse to another.Scenario:If I ship 50 units from Location A, but the person in Location B only physically receives 45 units. The person in...
View ArticlePurchase requisition consolidations
Hi,A have a question on how Purchase requisition consolidation works. In testing the functionality we have a Trade agreement setup for three different price breaks. I.E.1 - 10 $5.0010 - 20 $4.5020 - 40...
View ArticleRE: AX2012 R3 WHS - Shipments (1 SO with different delivery dates)
Did you find a standard solution to create multiple shipments for the same Sales Order based on delivery dates or other filtering criteria?
View ArticleAX2012 R3 WHS - Shipments (1 SO with different delivery dates)
Hi all,I create one SO with 2 lines. Same item, same delivery address, different delivery dates (both requested and confirmed dates). When I "Release to Warehouse" one single shipment is created (with...
View ArticleRE: Sysoperation filenamesave edt button not showing
Hi Hans,You have to use some additional statements: Dialog dialog = new Dialog('Save file'); DialogField DialogFilename = dialog.addField(extendedTypeStr(FilenameSave)); Filename fileName;...
View ArticleSysoperation filenamesave edt button not showing
Short question (i think)Im converting a runbasebatch class to sysoperation. The class is doing an export to file. In the datacontract are 2 parameters. A boolean and filenamesave.Im not using a custom...
View ArticleRE: Demo data with MSDN subscription
HI Karl,Martins guess is correct. With the MSDN license there is no demo data available. This is part of the partner and customer agreements with Microsoft.
View ArticleDemo data with MSDN subscription
Hi all,I have recently got my self a MSDN Enterprise and did that to be able to develop for Axapta 2012 R3. I have installed the DAX and everything works good, but i am unable to find the demo data,...
View Article