Calling method from tab to init
Here I am once again,Calling a method in the same object is easy, calling it from one form to another one is explained in gazillion tutorials and posts.I have form with tab inside and two other tabs...
View ArticleAX 2012 R3: Filter on memo field
Hi All,Can we put a range on memo field. i know we have one solution by adding the field in 'Full Text Index' but full text index can only be used for tables which have table group 'Main' and...
View Article[SSRS Report]: DataSet not visible from the dataProvider
Hello community,I added a new temporary table to the FreeTextInvoiceDP class like this:Creating the TemporaryTableadding the getTemporaryTable method,enable the connection in the set connection...
View Articleupgradation Axapta 2012 from Ax 3.0
Hi ,Need step by step process or road map, guide for implemention from Ax3.0 to Ax 2012
View ArticleGive the user a view with an editable query underneath.
Hi everyone,I often receive the request to give the user an organised set of data to be exported to an Excel spreadsheet.BY NOW:The quickest way to do this is making a query (with ranges, grouping and...
View ArticleConditional Join on select with macro
Is it possible to write in X++ select with conditional join using macro ?I want to write select like this:variable1 = value from database;whileselect Table1#if.VARIABLE1(...) join Table2 where...
View ArticleAX2012 service items will have inventtransid on sales line or not?
Hi All,May I know service items will always have InventTransId on sales line or not? Is it not allowed to blank for any item type?Thank you.
View ArticleCombobox item is being reset to Default value
Hi,I have two comboboxes in my form- Journal type and Posting Layer. When I make a selection in the first combobox i.e. Journal type, to "Allocation" and make a selection in the second combobox i.e,...
View ArticlePre-Microsoft Dynamics AX 2012 to Microsoft Dynamics AX 2012 - code upgrade
Hi All,Can anyone please tell me is it necessary to import all Microsoft AOD files (SYS and SYP layers) into Dynamics AX baseline database? What If I don't import these MS AOD files and start with...
View ArticleTarget Principal name is incorrect Error while running reports
I'm facing this issue on every report, the steps taken so far for its resolution:Ensuring correct accounts in reporting service managerRegistering the SRSFramework Services from AOT and deploying...
View ArticleOpen form exclusively
help please.I want to open the specific form exclusively. Dualing one person open the specific form, other can't open the same form.How can I do this?
View ArticleMethods and data fetching
Hi, Can anyone explain me in details, as i found different solutions, i don't even know which to followDifference between insert and do-insert(plz explain do-insert a bit more brief)Difference...
View ArticleQuery as FormDataSource, are aggregate fields not working properly?
Hi,i'm doing a simple form with a query as datasource. The query joins SalesTable with CustInvoiceJour and CustInvoiceTrans. I'm trying to group by a custom field on custTable and then retrieve the sum...
View ArticleTemporary saving variables from two methods.
Hi!My goal is to take the variables from two different tabs in wizard and use them in third one.On first tab I have two EditStrings/lookups, lets name them first and second.Inside their own method I...
View ArticleCreate form datasource object through X++
HiIs there any way to be created form data source through X++?I tried something like that:SalesQuotationLine SalesQuotationLine; FormDataSource formDataSource = new FormDataSource();...
View ArticleRestricting Table field company wise
Hi expert, i have a small query regarding security, i want to restrict (mandatory) table field for a specific company in ax 2012,as table are shared, but i want to make some table field mandatory only...
View ArticleHide price field on purchase order
Dear Members,Q1) I need to hide the Price field in purchase order for store users. how can I achieve this. Q2) if I manually hide the field on form where the information get stored.
View ArticleAx classes
Hi,Difference between abstract class and interface class in ax 2012 Am mentioning what i understood but plz explain me in briefAbstract class and interface class cannot be initiated directly,...
View Articlemethod is not a member of webservice class exception in ax2012
1) consuming webservice through C# library project in AX2012r32) x++ does not give an error during compilation3) during runtime it will throw and exception saying "methodname" is not a member of...
View Article