Forum Post: RE: TMS - Mileage engine fields are missing
Hi Fredrik, Yes you are right. There is something called as "define mileage engine" at the top of the same form, where in we can define what fields are required to setup the Mileage engine. Thanks..
View ArticleForum Post: RE: TMS - Mileage engine fields are missing
Hi Harold, Yes i did and i have found the solution for it, now i can go through the rest of the setups as well.. Can you suggest a good document for the step by step procedure of TMS module ? Thanks
View ArticleForum Post: RE: There are ledger journal lines missing that are required to...
Hi Joni, did you solve your issue? I receive the same error. In my environment I was able to generate a payment before. A journal where I could previously generate the payment now gives the error.
View ArticleForum Post: RE: Axapta3.0 sever terminated connection to client when migrated...
Hi Umesh, Thanks for the reply. We have only migrated DB level and not done any changes at application level. it was db to db migration.
View ArticleForum Post: RE: Generate Number Sequence
static void number(Args _args) { NumberSeq numberSeq; DriverId num; ; numberSeq = NumberSeq::newGetNum(ProjParameters::numRefDriverId()); num = numberSeq.num(); info(num); } this job is working when I...
View ArticleForum Post: RE: TMS - Mileage engine fields are missing
Hi Hassan I found the following blogs by Alex Anikiev helpful for setup etc. ax2012manufacturing.blogspot.co.uk/.../microsoft-dynamics-ax-2012-r3-wmstms_84.html...
View ArticleForum Post: RE: Delivery reminder not working
You will need to investigate, because you have closed those receipts with the values you entered (not the quantity). You would need to credit them back out, re-receipt and re-process, but your cositng...
View ArticleForum Post: RE: Can not Report as finished
Hello Steven Weaver, Thank you for your reply. For your question Your first question: I do not create job. I'm a newbie, so could you please tell me clearly abt job. You second question: Yep, I do it....
View ArticleForum Post: RE: Generate Number Sequence
every time, you are just showing form(design), you are not showing what's inside that form methods. What somebody will do with your form design? and what if form methods are empty from inside or...
View ArticleForum Post: RE: Release product - change unit
Hi, I just tested this creating a new unit called 'Test' on a new product and when I released it to another entity, all the units were blank (despite units being shared across entities). Could you send...
View ArticleForum Post: RE: Can not Report as finished
You need to understand the options when you "Start" production, the parameter has settings on how you create picking and route journals. There are also similar settings on RAF. With point 2 it depends...
View ArticleForum Post: Error while closing the inventory
Hi All While running inventory closing process i m facing the error msg "Account number for transaction type inventory profit does not exist" I have already defined the the profit and loss account...
View ArticleForum Post: RE: Change SSRS report name displayed in report title at run time
Hi Martin, I have tried with new menu item and it has worked for me as explained in my previous update but I will be keen to know how to change the caption of the report from Code as below didn't work...
View ArticleForum Post: RE: How to use date and time in a field?
Hello Anand To store date and time in single EDT you have to use utcdatetime EDT. you can refer to this link for more information msdn.microsoft.com/.../cc597805.aspx
View ArticleForum Post: RE: Query from SecurityRole system table error after data and...
Hi, thank you all for your quick responces. André Arnaud de Calavon With full access to the target db and in AX we also experienced the issue so this was not related to permissons. Thanks for your...
View ArticleForum Post: RE: ASK : The difference between Enum and Base Enum?
Hi Ahmed, I've tried Base enum, it's working. But there's strange behavior. 1. Both fields (by default) showing first value, when i picked (for both fields) first value it's not saved in my table. 2....
View ArticleForum Post: RE: ASK : The difference between Enum and Base Enum?
Perhaps some visual illustrations will cement these concepts. Here is the Type hierarchy browser from Base enum TableGroupAll, showing not just how ItemCode extends TableGroupAll, and how...
View ArticleForum Post: RE: How to use date and time in a field?
The extended data type you are using seems alright to me. Could you be a bit more specific about how you save and select the date and time now (where time is zero)?
View ArticleForum Post: RE: Print Cost Center name when prints 'CustInvoiceJour' report...
Hi, I solve this issue by using query and here I group the financial dimension (Product project), using this query calculate the total amount for each financial dimension (PP) by using display method...
View ArticleForum Post: RE: The difference between Enum and Base Enum?
Brandon, Wow, i forgot to use type hierarchy browser, i see that three of them has same value (Table, group, all), i thought at first that they has different values. Okay it's super clear to me now. I...
View Article