Enable to log on to Dynamics Ax | Printing Counting Journal
Howdy!Error while printing counting journal; Images as attached belowAfter moving forward(on clicking Ok on parameters form) I get this errorI've check the server configuration, system service account,...
View ArticleRE: Error about CIL on client in report run in batch job
You can debug batch in Visual studio . GO to Debug> attache to process > batch .exe and start your batch to debug in visual studio. When you start debugging in VS on the right hand side you can...
View ArticleError about CIL on client in report run in batch job
Hi All,When I run the report through batch getting following error in log."Stack trace: Invalid attempt to call WinAPI.fileExists running in CIL on the client."How to resolve this anyone help.Thanks,
View ArticleRE: Using Batch Service in Pending Vendor Invoice
Try to debug batch and see if you can find in the code ,what exactly its doing
View ArticleUsing Batch Service in Pending Vendor Invoice
Hello,I'm looking to use the batch service job to post pending vendor invoices on the batch server. I know this is possible in AX7 or D365 as I've tested the Pending Invoice batch job in these...
View ArticleRE: Changing a web control size
Well... the web menu item properties are the only one that requires tampering after all..Just found out that flushing the three EP cache (data,dictionary and AOD) did the trick.
View ArticleChanging a web control size
Hello everyone,Cutting my teeth on some basic E.P. web control programming.I'm simply trying to change the height of the trvChooseCategory web control so the category drop-down can display mor e...
View ArticleRE: DIXF : Staging error (DimensionFinancialTag)The record already exists.
Hi,Faced the same problem when import items from legal entity to another one when open the table that appear in error massage I found empty record almost used by staging step when I delete it and try...
View ArticleRE: Send Email Receipt
I came across this hotfix today and it reminded my of this forum post. Check to see if you have this hotfix present in your environment. I know it specifies "without specifying a customer" but it's...
View ArticleSend Email Receipt
Dears,Please note that i want to cancel the send email receipt pop-up screen when using the default customer using a cash receipt.I am using MPOS and kindly find the following screenshot of the pop-up...
View ArticleRE: How to change the colour of second grid in form SalesTable.
What did you find when you debugged your code in displayOption() in the case that doesn't work?
View ArticleRE: A Transaction Currency is required to complete the currency calculation
I had the same issue and found that this was related to the role I was assigned. My advice would be to check and see what roles you have been assigned and make sure you have full access to the sales...
View ArticleA Transaction Currency is required to complete the currency calculation
Hi,I was running the "Sales tax payments" report from GL and had the error detailed below:I have checked the transactions and they all have a transaction currency. The accounting, transaction and...
View ArticleRE: AP Payment Journal - Check Printing Issues
I figured this out - I'm not sure if I did it correctly, but I finally got it all updated. I made a new payment transfer journal and got everything posted, including the one that didn't print. Since...
View ArticleRE: How to change the colour of second grid in form SalesTable.
When the program is running and red the record in SalesTable and invoking the SalesLine table, all the time with the firs record never passe by the method displayoption, but when in SalesLine are at...
View ArticleRE: How to change the colour of second grid in form SalesTable.
What do you mean by "invoking a table"? Please elaborate your scenario.
View ArticleRE: ReqItemTable form called from somewhere else
Was missing some form-specific code in linkActive method.
View ArticleReqItemTable form called from somewhere else
I am trying to add this menuitem to the ReqTransPO form. I copied the button over from the EcoResProduct listpage form.It seems to work, but the dimensions don't show up and in the dimensions tab they...
View ArticleRE: How to handle process which might take a long time.
Is it necessary to do it synchronously? Starting a background process, allowing the user to do something else in those ten minutes and notifying him when data is ready sounds like a better approach to me.
View ArticleHow to handle process which might take a long time
I have a page where user click on the button and it will join few tables and generate table rows which might take 5 - 10 minutes. I am a little bit afraid there is going to be session timeout and not...
View Article