RE: X++ code to create General Journal (The main account 0 does not exist.) ,...
I tried as u said but also gave me error (The main account 1204010101 does not exist.)this photo of manual insert in ax formwhen i tried to insert by x++ by the next code...
View ArticleX++ code to create General Journal (The main account 0 does not exist.) ,...
Hello..I used these article to create general transaction (Header and...
View ArticleRE: I have an approved PR with status approved but not flagged with a green...
i have faced this problem before there is a field in purchreqline table make it enable and the problem will solve
View Articlecreate a field on the form based on the view's field
Hello, Could you please help me AX stars? I have a form which has got a field an itemName field. It's got via display method and actually it contains field Name from table ecoresproducttranslation. I...
View ArticleRE: Posting Error
Hi, What invoice do you try to post (PO, SO, FTI or an ordinary vendor invoice)?In which form do you try to post and do you know if modifications have been made?Best regards,Ludwig
View ArticleRE: Posting Error
Hi Dr. Ludwig,I try to do invoice for PO , kindly that was a problem and I solved it by deleted it's records from VendInvoiceInfoLine and VendInvoiceInfoTable then it work fine , then when i try to...
View ArticleRE: Import label language from excel file to ax
static void ImportExcel(Args _args) { SysExcelApplication application; SysExcelWorkbooks workbooks; SysExcelWorkbook workbook; SysExcelWorksheets worksheets; SysExcelWorksheet worksheet; SysExcelCells...
View ArticleImport label language from excel file to ax
Hi Guys,I want to add some label to (for example 'en-us') . now some label are in a file excel as below.What is x++ code exactly to do this?
View ArticleRE: Need to create History form for service Orders
Don't use database log it will likely crash your system.In the AOS you can turn on the created by modified fields for particular transactions.
View ArticleRE: Need to create History form for service Orders
Database log provide the functionality to log insert update and delete functionality on table as well as selected filed of a table. Database logging, although it can be valuable from a business...
View ArticleRE: Campaigns & send mail from ax2012 by outlook
There were a lot of new features added in R3 to support such campaigns (e.g.: source codes, targets, and catalogs) I suggest start here: docs.microsoft.com/.../determine-marketing-channels.Look at the...
View ArticleRE: Need to create History form for service Orders
Thanks for your valuable response. But as I told you I need more fields which is not available in database logs.
View ArticleRE: How can i add Two Security Policy For a user role ?
thanks for Ur replay But the problem not solved .
View ArticleHow can i add Two Security Policy For a user role ?
Dear All ,i need To do this in ax 2012 our company need to restrict a stock controller to create a Journal for a specific number of warehouse but when he receive The Journal He should receive...
View ArticleRE: Posting Error
Hi, I don't fully understand what has been done so far. Did you create an invoice and deleted that invoice before posting and when you try to invoice the PO again, you see that error?Is that the...
View ArticleRE: Update AX 2012 R3 CU10 to R3 CU13
Hi MYGz,You should first upgrade on the current setup and then move it to new sever.Reference: Moving AX 2012 AOS Instance to a new server in the same domain:...
View ArticleUpdate AX 2012 R3 CU10 to R3 CU13
Hi,Heres my setup:OS: Windows Server 2012R2DB: SQL Server 2012AX: AX 2012 R3 CU10Tiers:Server1: Database ServerServer2: Client and AOSServer3: Report ServerI want to update my setup to:OS: Windows...
View ArticleRE: Missing inventory transactions
Hi, Have you checked that the site, warehouse, location, etc. fit to the PO and have been correctly selected?Another thing that is interesting to know is what AX version do you operate and for which...
View ArticleRE: SSRS Report not loading if i change query ranges
Dear All,I am really sorry for the delay in reply, I was very busy with year end stuffs.I tried to restore also, but not working at all.I have tried 2 or 3 times to remove the ranges and restore,now...
View Article