RE: Close print preview after print to the printer?
I 'd rather send to Printer directly. instead of opening in Screen.Because in AX 2012, ReportViewer is under SystemDocumentation, which doesn't allow you to do anything on it.. So, clicking the Close...
View ArticleRE: Sales Order quantity not matching released work quantity
Was the sales order Qty 1 when it was released to WHS and somebody added 6 later?
View ArticleRE: How to display the actual values of LedgerDimension and...
a small Addition to Rustem's answer. If you are happy with AccountId, DimensionAttributeValueCombination.displayValue will do..If you Need main account and the Accounting structure, look at the method...
View ArticleRE: Issue with GST Calculation
Hi Ludwig,No,the form is not modified. Form is specific for India Country.Advance in Thanks and Regards,Vignesh R
View ArticleRE: How to Find AX Method from SQL Query
the query which I'am struggling for is as below.(@P1 bigint,@P2 bigint,@P3 bigint,@P4 bigint,@P5 bigint,@P6 bigint,@P7 bigint,@P8 bigint,@P9 nvarchar(5),@P10 nvarchar(21),@P11 numeric(32,16),@P12...
View ArticleRE: Issue with GST Calculation
Hi Crispin,Now the Vendor name is coming to the field but tax calculation is not doing properly. If I choose manually the Vendor then only it is working.Advance in Thanks and Regards,Vignesh R
View ArticleRE: Service Question
Hi, Andre,I think, for example, if the batch will run every a few seconds, then it will call some specific queries or functions and will make performance issue.Do you mean it won't? If so, could you...
View ArticleRE: How to Find AX Method from SQL Query
Hi Daniel Lee!Is there any data on CallTree or X++/RPC tab in TraceParcer form?community.dynamics.com/.../microsoft-dynamics-ax-2012-utilities-trace-parser
View ArticleHow to Find AX Method from SQL Query
Hi, everyone.I got a query(heavy select statement - customized) and want to find which x++ code call this query.It's very hard to find because I didn't make any customization at all.I used activity...
View ArticleRE: Send mail in ax with body,birth day greeting mail
Hi Friends,I am able to send the Birthday greeting now with the help of Email Template.1.I created one email-template2.Added my HTML Image3.I kept my jpg file at email parameters form,Folder location,I...
View ArticleSend mail in ax with body,birth day greeting mail
Dear Friends ,I need to send mail from AX,Birth day Greeting mail to the employees.How can I develop below template and send as mail.
View ArticleRE: Service Question
First of all, the minimum interval for running batches in AX is one minute.Second, you can speficy the interval yourself. For example it could run once every hour. It depends completely on your...
View ArticleRE: How to Find AX Method from SQL Query
SalesLine.BS_LineStatus and SalesTable.BS_OrderRequestType look like custom fields to me and the fact that the query is filtered by them might give you some idea about where it's used.If these filters...
View ArticleRE: Service Question
Hi Daniel!There is no difference using batch task or service if the logic of manipulation with csv file written in AX.As example, you can put your file to specific path from where batch task can take...
View ArticleModifying the report - RetailSalesPerformanceByProduct
HiI am trying to modify the report RetailSalesPerformanceByProduct (Retail>>Reports>>Sales Performance By Products) by adding Product Category, when I modify the query in the report and...
View ArticleRE: Server unavailable error
Hi SiddhantI believe its not related a single specific form, the error message is coming randomly when opening forms.Regards,Durai Murugan R
View ArticleRE: Issue with GST Calculation
That could only mean, the trigger behind initValue/modified/insert/update/write anything else, is not called when Vendor Name is currently assigned..it works when the user manually selects the vendor...
View ArticleRE: Export & Import XPO between Different Version of AX
When you export the xpo, select "Application object layer" and select the layer where your customizations are.But of course you can't avoid having to compare when importing.
View ArticleRE: Export & Import XPO between Different Version of AX
Hi Daniel!There is no any efficient ways than compare all objects and add objects one by one.
View ArticleExport & Import XPO between Different Version of AX
Hi, everyone.I've appreciated for the forum's great help.Recently, I have a task to move xpo from one environment to another environment.The xpo has many customized code and new customized objects,...
View Article