Role Centers Configure AX2012 RTm
The Analysis service, database service is running, but they are not showing up here due to which mu role centers are not working? how can I remove this error?
View ArticleHow to make a grid non editable based on a enum value in Form in AX 2012?
Hi to all,How to make a grid non editable based on a enum value in Form in AX 2012 ?.for Ex: in Transfer order Form, if the status moved to "Received", the record in the grid is locked. how to do...
View ArticleUpgrade from AX 2012 FP To AX 2012 R2
Hi all, Greetings, kindly i face issue in first step in upgrade to connect with exist database to import R2 models ,indeed before this I escaped some step in upgrade codeFirst step :- As in-place...
View ArticleForm Language Translation
Hi,In AX 2009 i want to change the language of the form.e.g: In Cust Table form i want to change the form language from one language to another including the label, customer name and search name.How...
View ArticleEnterprise portal for AX 2012: How to pass a value from one page to another?
I am having a listpage e.g, EPListpage1 for EP and displaying some values in it using available datasources. Now, I have a page e.g., EPDatasetPage1 created on EP showing values based on a dataset...
View ArticleWhy do we use InitFrom methods in Ax?
Please any one can explain why do we use InitFrom methods in ax? I have seen in methods of SalesTable .
View ArticleAdding link between three tables using Query class
Hi,Hope you are doing well!Kindly go through the below given SQL in order to understand my querySelect TabAWhere TabA.col1 == 'xyz'Join TabBWhere TabA.col1 == TabB.col1 && TabA.col2 !=...
View Article2 doubts...(how to arrange the prodtable's dlv time according to night shift...
1)we have a field in prodtable called dlv time i want to group these items based on day shift and night shift like from 6am-6pm dayshift and 6 pm -6 am night shift how to check that.2)i am getting...
View ArticleCalculate IBAN from Bank No.
Hi,I need to calculate the IBAN from the bank no. I know the algorithm, but one step is the MOD 97 operation of a 24 digit integer no. (Spain). I tried to use Int64 and Real but got out of range. So:...
View ArticleAX 2012 installation file.
Hi all,i need Ax 2012 installation file, In Download Page ax 2009 installation file is available, its working fine, But i dont know from where can i download ax 2012. i dont have any Partner login or...
View ArticleAX 2012 Enterprise portal: Set Page title at run time?
I need to set page title for EP page that is created in VS using dataset created in AOT. How to do that?
View ArticleIssue with Packingslip and Invoice batch jobs
Hi Friends,I have an issue with Packingslip, Invoice batch jobs.These batch jobs uses the "SalesFormLetter_PackingSlip" and SalesFormLetter_Invoice" calsses as their tasks.As per the schedule they run...
View ArticleExcel read using X++ in AX 2012
Can anyone point out what is wrong with this code. I am trying to read an integer from excel file, but it doesn't read , it always returns 0 when I read. Reading a string works...
View ArticleQuery Extended Range Failure in AX 2009..?
Hi There,I am getting an error when DAX exesuting the below code.qbr = qbdsInventDimSalesLine.addRange(fieldNum(InventDim,configId)); qbr.value(strfmt('((%1.%2 == %2) && (%1.%3 == %3)...
View ArticleReference Data Sources in Form.
Hello,So the question is: how to add Reference Data Source in Form using Form class.Code looks something like this: static void createForm() { Form form; FormBuildDataSource formBuildDataSource; ......
View ArticleTemplate
Hi,How to setup template and export to word for ax 2012...?This is my task how to develop this...?Generate external document to HR users· The system allows to generate the external documents...
View ArticleProblem activating an Inbound HTTP Port
I am creating a new integration port for my web service using HTTP adapter in AX 2012. During the procees we need to select a default web site which is present in ax. In my system there was no default...
View ArticleSchedule Bacth posting for customized process
Hi, I have one customized module, in that module one schedule batch posting Process is there.users enter the data, that data each and every 30 mins need update to another table(Calculation...
View Article