how to display the data zero value in the Purchase order Report.
Currently i am working on the SSRS Purhase order Report.there are more Fields in the Line Details.suppose Discount amount and Discount Percent are there in the Purchase Order Formif discount Amount...
View ArticleRE: use enum value in select statement
CustTrans CustTrans; ; select CustTrans WHERE CustTrans.Approved == NoYes::Yes; //DO WHATEVER NEEDED
View Articleuse enum value in select statement
Dear Alli am using this select * from custTranswhere custTrans.Approved == enum2str(NoYes::Yes);butt error occurred Operand types are not compatible with the operatorhow to use this .
View ArticleRE: Hiring an in house AX Team
Well, if you want to find a good AX Programmer, first hire a Guy who can interview.Don't hire permanently. Hire for few hours as freelancer, some expert who can interview ax developers. Regarding your...
View ArticleRE: Report Viewing Error in Procrument and sourcing module
the report is based on SSAS Cubs so do two things1) Make sure Cubes are deployed2) Open Cubs in SSAS on SQL Server and make sure user/user group has access to Cubes. if not right click the cubes and...
View ArticleReport Viewing Error in Procrument and sourcing module
i am trying to open the some reports in procurement and sourcing->reports->statics->vendors->Top vendors by YTD Purhchses i am gettting this Following Error."Either the user, RIL\erp5, does...
View ArticleRE: Diff'ing Model Stores
Synchronization with TFS (and .xpo import in general) is a part of development; it has no place at all in deployment. After you test and approve some version for deployment, the right process it to...
View ArticleDiff'ing Model Stores
Greetings...We're running AX 2012 FP (Yes, I know) and doing model store deployments. Before each deploy, I bring my production DB into my staging environment and export the model store. I then sync...
View ArticleRE: Database AX Log Too BIG!
I can't tell you what kind of recovery model you need for your environment, because you didn't give us any information about it.In general, you need full recovery model for production environment;...
View ArticleDatabase AX Log Too BIG!
Dear allfriend, and expert,My AX server 2012 , alwy full HDD, because:Dynamics AX = 10GBDynamicsAX_Log= 60GB ( Big).Any one help me reduce size of dynamicsAX_Log, can i delete the log file ?Plz help...
View ArticleRE: How to those voucher don't display where debit credit value is same
It cannot happen, The report shows you data from CustTrans and in CustTrans there is single field for Amount. It is either AmountCur or AmountMSTThere are NO separate fields for debit or credit.so as...
View ArticleHow to those voucher don't display where debit credit value is same
Dear all how to hide those voucher where debit credit value is same in CustAccountStatementEXT in AR >report>external >customer account statement this report show through...
View ArticleRE: Integration of Salesforce to AX
I still don't know what kind of logic you want your button to trigger. Just calling the web service is not enough - it must somehow identify what to send. Do you want to send orders selected in the...
View ArticleRE: Try Catch - Throw Error in class method
Please put a breakpoint on doSomething() and check the transaction level in debugger. If it's not zero, it's the transaction to blame,
View ArticleTry Catch - Throw Error in class method
Hi guys,I have the following issue:Code example:ClassMyClass myClass;try{myClass = ClassMyClass::construct();myClass.doSomething();}catch{*** Handle error ***}Now the question:Inside the...
View ArticleAX 2009 - change based Alerts
Hi thereWe have change based alters to QA orders. But recently it stopped. Can any one suggest what could be the reason.ThanksVenkat
View ArticleRE: C# .Net connector query syntax regarding dates
What kind of error do you get?And do you really have to use this ugly old framework? Wouldn't the query service or LINQ to AX, for example, make your life easier?
View ArticleC# .Net connector query syntax regarding dates
Hi,Been working with the .net business connector on a c# web app and I am having bother mastering the syntax around dates when a where is used.I am trying to use the selected date from a calendar...
View ArticleRE: Creation of values in custom financial dimensions through the DIXF: not...
Hi Veronika,There can be some reasons why there is no documentation or hard to find. What's new tries to give explanation on new features mainly. On Issue search you can explore issues which are...
View Article