Purchase Order through Code
I have to create Purchase order through code.and i have to post it.am trying this in job.but i dont know hw to initialize the purch id...........Can any one say........? Thanks in advance,Saju.K
View ArticleAX 2012 workflow placeholder method
hello,I am developing an AX 2012 workflow and I would need to add some numbers into the "submit" workflow text. Aka. the text that is shown when the user first clicks submit on a workflow (the...
View ArticleRoll Back to a Previous Version ax2012 morphx
Hi I just found one element of a node has been deleted in MorphX so is't displaying in ax2012whene i go to model AccountsReceivable i can'i see main menu common some thing in ax2012 clientwhate...
View ArticleWant modification for Performa Invoi9ce Report
If i want to change some modification in Performa Invoice,But not in Sales Invoice den Where i have to make that modification. Because both Sales Invoice report And Performa Invoice, Both report are...
View ArticleCopy values from -> to table
Hello everyone,I want to copy values from 2 fields from one (table2) to another table (table1), but it's not working.This is my job. void copyFromToTable(){ table1 table1; table 2 table 2;...
View ArticleSet a Date Value to a Date Field in AX2012
I'm new in `ax2012` and i create a new `table` with a `field` of type `date`, then i create new `form` to submit rocords In `form` a create a new `dateEdite` control and in `EDT property` I specified...
View ArticleAX 2012: Web Application calling Custom Service in same AX host
Hello,I have a strange problem when calling Custom Service Web Service from Web Application where both ones are running in same AX host.I have deployed Web Application into same AX host where Custom...
View ArticleTECHNICAL DESIGN DOCUMENT
Please can anyone give me the the sample TDD for any module in ax 2012 ?
View ArticleSimple X++ query WHERE clause
Hi, I am an X++ beginning programmer. Can somebody please help me to get my query to run with either of the 2 where clauses(separately of course)? I want to run the query once to find records...
View ArticleCopy structure of a table
hi how to copy structure of a table to another table dynamically.Thanks & Regards,rk
View ArticleQuery Ranges for filter
I have a form which has a datasource containing fields 1) ID(string) 2)Name(string) 3)Amount(Real) 4) From year(int) 5) To year (int). i have taken two unbounded field for from year and toyear of combo...
View ArticleHaving issue to send emails in AX
Hello All, I am having issue in sending emails in AX. i am trying to send emails to customers with invoice print using SMTP server. I can able to send emails from my mail id but not able to send from...
View ArticleDATE FORMAT in Check in Bank and cash managment Module
Hi all.i am using UK check format to use Indian checks. Bt i want to change Date to DDMMYYYY format in UK check style. where i have to modify. to change the date format so that it'll come like "" 2...
View ArticleReplicate menuItem by x++
Im trying to call a menuItem by code, but looks like I'm missing args.record().dataSource() -------------------When I call the BOMReportFinished (action) from a button I have a...
View ArticleUsing Insert_RecordSet or Update_RecordSet to pull a month or year value from...
Trying to use the insert_recordset or update_recordset to pull the month or year values from a field to populate another field. Is there any way to do this with these two commands. Have over 75,000...
View ArticleHow to print the SSRS report in dynamics ax 2012
Hi,I 'm create a ssrs report and now i want to associate it with a button whene i click on the button a get my ssrs reportThank you
View ArticleDAX 2009 Real Data Type
Hi guys, In DAX 2009, for the real data type, just want to ask the following?(1) what is the effective precision/scale for real data type? When I create a new field with real data type, it creates the...
View ArticleAfter adding lookup using UIBuilder class in AX ssrs report, the other...
Hello, I've been following this tutorial in order to add a lookup into an SSRS report created with Data Provider and Contract...
View ArticleHow to call a SSRS report by code AX 2012
hello guys, I created a new Desing in CustAccountStatementExt report and when I try to call it, It shows me the native design "Report".How can I call my new design??My code: static void job(){...
View Article