Forum Post: RE: AX7 database synchronization failure
How did you create this development environment?
View ArticleForum Post: RE: Iterate .net array of objects in X++
You showed me a variable of your C# class, but that's not what I asked for. I want you to look in X++ editor what type is returned by response.get_MyObjects() . It doesn't have to be an array at all -...
View ArticleForum Post: RE: Demo data with MSDN subscription
I don't think you can get demo data from MSDN subscription. You would have to be a customer using AX, or an implementation partner.
View ArticleForum Post: RE: IP is online or offline
Isn't you actual requirement checking an URL (HTTP protocol) instead of an IP address (IP protocol)?
View ArticleForum Post: RE: Problem: Returns product in another store of the same company
Sales tax must be a separate line item (see page 10 usa.visa.com/.../chargeback-management-guidelines-for-visa-merchants.pdf ) If complying with the above, and it sounds like the stores are not, you...
View ArticleForum Post: RE: AX 2012 R3 Free Text Invoice - You must select a value in the...
For account types other than Ledger you will have to specify Financial dimensions through Financial dimensions button. So click on Account and/or Offset Account.
View ArticleForum Post: RE: Iterate .net array of objects in X++
The returned type is not array. It is: public partial class CustomersType : object
View ArticleForum Post: 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 ArticleForum Post: RE: 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 ArticleForum Post: Training 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 suggest,...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: How to deal with items remaining in Transit Warehouse?
Transfer orders > select transfer order, Posting button > recieve Update > shipment Shipment voucher > select View lines, remainder should be in the recieve amount Create new transfer...
View ArticleForum Post: RE: about print product label
I would recommend for Landscape as width is bigger than height.
View ArticleForum Post: RE: AX7 database synchronization failure
If I was you, I would stop hacking and get a new deployment. You'll never know how many other things are broken in this corrupted installation.
View ArticleForum Post: RE: Updating Customer Collections Pools
Thanks Colby. I found a way around this. We're going to use the Sales order pool field on the customer master. We'll replicate the collection agent values in the Sales pool setup, then use the Sales...
View ArticleForum Post: RE: Unable to View the SSRS Reports in Visual studio
With AX 2012 R3 CU8 you must be use Visual Studio 2013 or later.
View Article