RE: HOW TO CORRECT A POSTED INVOICE
The status of the line will change once you invoice the line. So you should post a new invoice.
View ArticleRE: Fixed Assets - Derived Books (OPERATIONS Layer)
Hi LudwigSorry for the late response on this. See below my setups, and my error I'm facing:
View ArticleFixed Assets - Derived Books (OPERATIONS Layer)
I have two fixed asset books. One posting to CURRENT layer (mainbook), and the other to the OPERATIONS layer (globalbook). I want the globalbook to derive from the mainbook, so that when i acquire an...
View ArticleRE: Need to create an innerjoin with the same table
Hi HiteshAX,If you talking about select statement then you can do something like:CustTable custTableA, custTableB; select custTableA join custTableB where custTableA.AccountNum ==...
View ArticleNeed to create an innerjoin with the same table
Hello everyone. I am trying to create an innerjoin with the same table. Can anybody kindly suggest how should I proceed? I already created two buffers for that table. Do I need to create a relation on...
View ArticleRE: Massive Update CountryRegionId via AX job
Thanks for the Reply.Actually I found out the job works... No idea what I was testing yesterday.It turns out it updates the address regardless if called from Form.Thanks for the advice of not...
View ArticleRE: Difference between the 'Booked hours' and 'Assigned hours' - Project...
Thanks a lot Thomas Chan. The version is Update10 and the platform build version is 7.0.4641.16233.But i think by allowing to Soft Assign, Hard assign (which can be ONLY done from the screen in WBS)...
View ArticleDifference between the 'Booked hours' and 'Assigned hours' - Project Resource...
What is the difference between the 'Booked hours' and 'Assigned hours' - Project Resource Scheduling?
View ArticleRE: Printing A Route Card
Currently no. If you want, you can develop a very simple Report for that. (only a matter of hours)Ask if you Need some Details?
View ArticleRE: Need to create an innerjoin with the same table
A relation with recid or Primary key makes Little sense.Here's an example:Look at the table MainAccount, and see the relation for the field OpeningAccount, how it joins to the same table. (This is an...
View ArticlePrinting A Route Card
HiIs there a way to print a route and all associated information without having to create a works order?Thank youSimon
View ArticleQuery not valid
Dear all,I try to build simple query report in D365, but while selecting query in the dataset is showing error"Query NOT valid".And I did all basic steps. But still same error BRTony
View ArticleRE: Convert a Complex Select statement into a Query
Approach 1: You can use query expressions, and put this in an AOT query's init() method. You have to execute the query via Code, and explicitly call the query.init() method, before Looping.This will...
View ArticleConvert a Complex Select statement into a Query
I need to convert the following select statement into a Query. The statement is a bit complex ,hence I am stuck. Can somebody kindly help in this regard ?while select caseDetailBase1 join...
View ArticleSet up financial dimensions for integrating applications with multiple companies
Hi, I have to import master data into multiples companies through DMF, but I'm concern about default dimension fields, in the form "Set up financial dimensions for integrating applications" I set up...
View ArticleRE: Convert a Complex Select statement into a Query
Hi Crispin,Thanks so much for the reply. Actually I need to add this query to the initializeQuery() method of a ListPage. Creating 2 different queries and stacking them one under the other sounds like...
View ArticleRE: Set up financial dimensions for integrating applications with multiple...
The tables associated DimensionAttribute**** have the property SaveDataPerCompany set to "No".Given that, your Import from separate datasets / DMF processing Groups for different companies will work,...
View ArticleRE: Fixed Assets - Derived Books (OPERATIONS Layer)
Hi, Can you share a screenprint of your fixed asset posting profile? I am especially interested in the acquisition posting, the value models that have been setup for this transaction type and the...
View ArticleRE: Convert a Complex Select statement into a Query
It gets a bit complicated if it is for a listpage.And "stacking them one under the other" is not what I meant. That won't work. Both the queries have to be executed sequentially, so you get data from...
View Article