How to insert a field value in HcmWorker form from a new field in...
I've created a new field(EDT) in HcmWorkerNewWorker. I want to insert the value of the field to hcmworker and also display this field in listpage in D365
View ArticleRE: Posting time sheets requires a "Cost" Ledger posting profile for project...
Ok so going for combining André's suggestion with a new main account in the COA "999998, AX Config Issue" which will make it really obvious if something that shouldn't have hits the catchall posting...
View ArticleRE: insufficient inventory transactions with status purchased
Hi NaveedIam facing the same issue.If you find any solution please revert
View Articleinsufficient inventory transactions with status purchased
while invoice partial product receipt i am facing the below issue(Screen1). Screen two is line status for that POScreen 1Screen 2
View ArticleRE: Does "Round up to full LP" not Work?
Hi Thomas, How are you?I am trying to apply the strategy "Round up to full LP and FEFO batch" but in my case it doesn't work :(.I always use "Round up to full LP" only and I didn´t have problem; but...
View ArticleHow to create a Website in AX
Hi folks,I want to create a new website in AX in order to be able to expose customers data in Dynamics to an external interface using web services.For this I need to configure a default website in AX....
View ArticleRE: Does "Round up to full LP" not Work?
Hi Guy, In my case the strategy "Round up to full LP and FEFO batch". Could you help me? Do you know if this is an issue or error of AX? Thanks.
View ArticleDoes "Round up to full LP" not Work?
Has anybody been able to make the strategy "Round up to full LP" Work when creating replenishments in the new WHS?I have specified it should use this strategy for picking in the location directive for...
View ArticleRE: Problem when trying to print Original and copy of SalesInvoice toghether
I'm afraid this doesn't help much. This solves the issue with parmDocumentTitle (it seems like), but I'm still getting one empty report.Looks like making 2 calls one after another causes some kind of...
View ArticleRE: Problem when trying to print Original and copy of SalesInvoice toghether
Also tried this, with the same problem:this.PrintV2('FV453371',PrintCopyOriginal::Copy); this.PrintV2('FV453371',PrintCopyOriginal::Original); private void PrintV2(str 20 factura,PrintCopyOriginal...
View ArticleRE: Problem when trying to print Original and copy of SalesInvoice toghether
If it is only sales invoice that you want to print, try instead with the formLetter class.GiroPrintMgmtFormLetterController formLetterController = new...
View ArticleIs there a way to get a list of current Purchasing "Ship to" locations or...
Is there a way to get a list of current Purchasing "Ship to" locations or address out of AX?
View ArticleRE: Problem when trying to print Original and copy of SalesInvoice toghether
OK.. here is one more update.If I insert a delay in my code, the problem partially goes away. I've noticed that some fields in the report are zero, like totals. There is definately an overlapping...
View ArticleRE: Management reporter server components installation issue
Artezys,It could go on either one. However, it can also go on its own server. Just make sure on the server you are installing this on, you have Inbound TCP Port 4712 allowing traffic in the Windows...
View ArticleManagement reporter server components installation issue
Hi all,I tried to install Management reporter server components however installation stops and error message pops out as per below:"Management Reporter configuration failed. See the log file for more...
View ArticleRE: create query range for Date value
Use SysQuery class, it has a lot of functions for query values QueryBuildDataSource qbdsPriceDiscTable; QueryBuildRange qbrDate; TransDate toDate; qbrDate =...
View Articlecreate query range for Date value
HiI want to add a range to a query by code.It is a range on a date field (ToDate) on the PriceDiscTable. The query value should be less or equal the given date (from a dialog, which I already stored in...
View ArticleAX 2009 .NET Business Connector - Server unavailable, please try later
Hi,I am trying to communicate using .NET and the AX 2009 Business Connector and each time I try and call AX I get the following error: "Server unavailable, please try later".I have verified the AOS is...
View ArticleRE: Calling SQL Stored Procedure Using X++ CLASS
your code won't work, you should use statement.executeUpdate(sqlCode) instead of statement.executeQuery(sqlCode);
View Article