Incremental CIL takes too long time in AX 2012 R2 CU7
Hi All,I have one doubt regarding Incremental CIL.In my application i run the Incremental CIL and it is taking more than 15 hrs and still going.My doubt is can i close that application in the middle...
View ArticleWhen to use event handler in AX?
Hi Experts,What is the basic use of event handlers? What are the advantages of them over writing code directly to methods? (except upgrade advantages)I have gone through few blogs but, They were more...
View Articlecannot see parameters on batch job task when added manually - sysoperation...
Dear all,I have created few of the batch jobs with the sysoperation framework in AX 2012.when I run these jobs from the menu items in a batch and then go the batch job form and look for the parameters,...
View Articlex++ List of all Methods on a table.
Hi.I need to retrive a list of all methods on a table.I tried the followingSysDictTable dTable = new SysDictTable(tableName2Id('CustInvoiceJour'));et dictMethodSet = dTable.methods(true, true,...
View Articlewhere clause in DP class dataset (SRSReportDataSetAttribute)
Hi,I am developing an RDP report where I am using regular tables to show my data. I want to do something like this in my getTableBuffer method:select * from xyzTable where createdby == "curUserId";It's...
View ArticleAIF Services, User is not authorized for this port.
Hello, I am trying to access AIF service using claims user from a remote location and its giving me following 2 execptions:1)The submitting user '' is not a valid Microsoft Dynamics AX user.2)User is...
View ArticleAIF: Add Services reference dynamically , is there any way ?
Hi Guys ,Kindly help me out , I want to add services reference(WSDL services) in AX , but that should be dynamically or runtime , I have one field at form level which will have url ... I know we can...
View Articlehow to find menu item type
i want to find out a report which has datatype output and i want to find this datatype from ax dynamics kindly help me out??
View ArticleHow to sort data in report data provider
i have a source code as this below :public void processReport(){ QueryRun qr; PurchReqTable purchReqTable; PurchReqLine purchReqLine; PurchLine...
View ArticlePrinting portions of same report to multiple printers (call back function to...
Scenario (an example)I have a 10 page SSRS Report (which has DP, Controller, etc.) that i would like to print to multiple printers. First 3 page goes to Printer A, Next 3 goes to Printer B, and so...
View ArticleCompile and Compile forward
Hi All,What is the difference between Compile & Compile Forward ? When we used Compile Forward.Can you please give more shed on this.Thanks!Regards,-Arpan Sen
View ArticleAccess denied to method getRolesForUser in class SysUserManagement for a...
I was using the following piece of code to fetch all the Roles a user possesses which include both its own roles and also the roles from its AD Groups.UserId userId = curuserId(); List roles = new...
View ArticleOwner of files generated by aif outbound ports
Hello everyone,I want to know who is the one who creates files when we launch an outbound port service (with File system adapter). Is it the aos or the user? I mean if for example the user who calls...
View ArticleImport of Fee Journal Via Excel
Hi,I am trying to import Fee Journal data using Excel Add-in and getting following errorThe value in field VoucherNumberSequenceTable is invalid.Please Advise.ThanksPallavi
View ArticleWhat technique's can I apply to make a Display Method selectable in the...
Often users are referencing display methods and the need to have them filterable in the grid. In most cases an advance filter can work around this. I have one case where this doesn't work at all.In the...
View ArticlePanel for selecting user groups
Hi All , I have Tab control . Please Find the below Pasted Screen Shots.(1) User : TabPage (2) UserGroups: TabPage Please note that In [ User ] Tab Page . I have selected a User [ADMIN] and...
View ArticleError when trying to add an azure connector
Hello,In order to try out AX, I created a project under lcs and wanted to link my MSDN azure subscription.Under Project Settings -> Azure Connector I clicked the (+) sign and inserted my Azure...
View ArticleChanges lost after checking-in menu items
Hi all, Recently, I am experiencing very strange behaviour with menu items and TFS. More specifically, I made changes on several menu items and checked them in all at once. Unfortunately, the...
View ArticlePurchases ledger
Please assist as to what could be the problem / what to do I'm getting an error when selecting an item "object not initialized"
View Articlesetup issue in number sequence
Hi all, While Some sort of failure is occurring and NO items are being created. The Loc8 interface is being executed, but no XML is sent and no item is added to ecoresproduct or inventtable. I...
View Article