RE: Conditional Notification.
On every table there is a method Write() which is used for every Insert, Update or Delete.You should create a postWrite() to do the validation using Events( more details on:...
View ArticleRE: Voucher Transaction form optymalization problem
No problem.You can run the sp_axwho T-SQL command in SQL Server Management Studio against your AX database while the form is loading, which would give you all open cursors with the query plans. The one...
View ArticleVoucher Transaction form optymalization problem
Hello,I have the problem to optymalize voucher transaction form( LedgerTransVoucher ). In production the form is opening like 10 minutes for first time and few second next time for the same range. I...
View ArticleRE: your microsoft dynamics ax session is no longer valid ax 2012 error while...
You are way behind with patching up your kernel for all AX components, 6.3.2000.3787 is far away from the latest...
View ArticleRE: How to get dynamic file name for PO confirmation report by using print...
Hi try code below . I am using it for sending email with my own file. You can use it and save your file on ur destination SrsReportRunController controller = new SrsReportRunController();...
View ArticleHow to get dynamic file name for PO confirmation report by using print...
Hi,I have a requirement to save my PO confirmation report as PDF format file name should be "PurchId-Supplier Account-supplier email address-PurchaseOrder.pdf"(00001-000) in custom destination folder...
View ArticleRE: The ledger transaction type ledger journal for Account...
I understand Yasir, every case is unique and unfortunately I can't give you a general troubleshooting which can help you. You might want to request a developer to debug the process and understand what...
View ArticleThe ledger transaction type ledger journal for Account XXX-XX-XXX-XXXX-X-XXX...
Dear Experts it is stated that i found this error while reversing a ledger to ledger transaction.. even a few hours before its reversing but suddenly i found this error....
View ArticleRE: your microsoft dynamics ax session is no longer valid ax 2012 error while...
Good day Vinod,This week I had the same message error but on different process. We solved this issue by doing a full maintance on the environment (Compile through AXBuild, Full CIL and Syncronization)....
View Articleyour microsoft dynamics ax session is no longer valid ax 2012 error while...
We are getting your microsoft dynamics ax session is no longer valid, please log off and log on again while calculating cost.There are series of event in the event viewer at the time of crash. Please...
View ArticleRE: Product receipt button greyed out on a confirmed PO
Hi ViestursThat worked. Thank you everyone for your prompt responses and assistance. I'm so happy :)RegardsAngelAX
View ArticleRE: Get created Line in SalesLine from Class SalesCopying.copy();
Thanks Skrut, but tmpFrmVirtualLines is only accesible into copy() method.
View ArticleRE: Get created Line in SalesLine from Class SalesCopying.copy();
Is correct Chaitanya, as i can access to form control from Copy method?I validate a checkboxThis method uses the salescopying class
View ArticleRE: How to Use Multi data source AOT query in RDP/X++
To attach AOT query your use SRSReportqueryAttribute in contract class. Below link will give you idea how to use that...
View ArticleRE: AX users unable to login when run ssrs report
Hi,Please try to create new user and assign System admin and give access to DynamicsAX Report folder and see.because you will get to now if that is problem with existing user or not.Regards.Have a...
View ArticleAX users unable to login when run ssrs report
Hi Expertsall users unable to log in dynamics error when they run SSRS reports only.business connector user only can access reportsThis user granted.1-system admin in ax 2-system admin in SQL...
View ArticleRE: PO has missing line items when I try to Product receipt
Hi ViestursThis is what we seeRemaining quantity is still 12 for those 4 items that do not show when we want to receipt them.
View ArticleRE: Get created Line in SalesLine from Class SalesCopying.copy();
You can do it after sales line.write() in copy method
View ArticleGet created Line in SalesLine from Class SalesCopying.copy();
HelloI need get the line created (recid) in salesline table, called from salescopying form.After salesCopying.copy(), i like update the line created.I actually get the recid...
View ArticleRE: Voucher Transaction form optymalization problem
Good day Daniel,Only to complement Vilmos's post.On SQL Studio Management choose the Business Store database, which usually is the database with the same name as the server. Then create a new Query, I...
View Article