Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 72043 articles
Browse latest View live

Financial Dimension and sales order

$
0
0

Hello

When I create a sales order ah have financial dimension values  in the customer setup, these values are filled in sales order header.

after this I create  line to selec the item and these values are filled in the line of sales order accroding wtih the values in header.

My doubt is, if I have a different dmension value in the item setup, the value of the dimesnion in line must be updated with the value of the item setup?

Or the system keep de the value received by the sales order header?

regards


Help with creating a PPV SQL Query report with part number detail (Attn André Arnaud de Calavon)

$
0
0

Here is my goal:  I would like to create an SQL query that gives me line-item detail for Purchase Price variances that include the following attributes:

 

  • Item number
  • Item Number description
  • Vendor Name
  • Physical Voucher
  • Financial Voucher
  • Purchase Order Number
  • Receipt Date
  • Order Quantity
  • Receipt Quantity
  • Standard Cost of Total Receipt
  • Standard Cost of relief (We have Freight, Labor and Overhead)
  • PO value of material receipt
  • Purchase Price Variance

 

From my research I thought that the following attributes in table INVENTTRANS translated to the following values above:

 

COSTAMOUNTPHYSICAL = Standard Cost of Total Receipt

COSTAMOUNTOPERATIONS = Standard Cost of Total Relief

COSTAMOUNTPHYSICAL + COSTAMOUNTOPERATIONS + COSTAMOUNTADJUSTMENT = PO Material Cost

                Note that for the PO material cost I thought I could also use VENDPACKINGSLIPTRANS.VALUEMST

COSTAMOUNTADJUSTMENT = Purchase Price Variance

COSTAMOUNTPHYSICAL + COSTAMOUNTOPERATIONS = Standard Material Cost

 

Unfortunately, these assumptions are not always correct.

 

From the reading that I have been doing online the INVENTTRANS table contains any and all transactions for inventory movements.  As I think I understand this, that means all Physical transactions, yet I see what I think are Financial transactions in this table, PIV vouchers.  These PIV vouchers will show (in the VOUCHER attribute) in the same record as the Physical Voucher, so the record must get updated at a later date. So then, the values in that record also get updated. 

 

Then in your post you wrote about the INVENTSETTLEMENT table.  In there you wrote these are transactions related to inventory closing or recalculation (Cost Roll?).  But these values seem to equal the PPV, which I did not know get calculated during the inventory closing (I see these numbers in the vouchers BEFORE the inventory closing process). 

 

My background is that I have been working with MS Dynamics for a little over a year and am finding that getting to correct table with the correct relationships is cumbersome to say the least.  There is the ability in AX to explore the tables and attributes using Alt-D, but the relationships displayed here are very much incomplete, kind of frustrating really.

 

Anything you could teach me would be most appreciated.  The current SQL code I am using is below.

 

Thanks,

-Luke 

lsmith@forneyind.com

 

 

Select

       t1.VOUCHERPHYSICAL

       ,t1.VOUCHER

       ,t2.ORIGPURCHID

       ,t2.PURCHASELINELINENUMBER

       ,T2.PURCHNAME

       ,t1.DATEPHYSICAL

       ,T2.DELIVERYDATE

       ,t1.ITEMID

       ,t2.ItemDescr

       ,T2.[Qty PO Ordered]

       ,T2.[Qty PO Rcpts]

       ,T1.[Tot Std $ Rcpts]

       ,T1.[Tot Std Relief $ Rcpts]

       ,T1.[Tot Std Matl $ Rcpts]

       ,T2.[Tot PO Matl Rcpts]

       ,t2.[Tot PO Matl Rcpts] - T1.[Tot Std Matl $ Rcpts] as 'Tot PPV $ Rcpts'

from

 

(

Select

       it.DATEPHYSICAL

       ,it.VOUCHER

       ,it.VOUCHERPHYSICAL

       ,IT.ITEMID

       ,ITO.INVENTTRANSID

       ,ITO.RECID

 

       ,sum(it.COSTAMOUNTPHYSICAL)                                                       as 'Tot Std $ Rcpts'

       ,sum(it.COSTAMOUNTOPERATIONS)                                                     as 'Tot Std Relief $ Rcpts'

       ,sum(it.COSTAMOUNTADJUSTMENT)                                                     as 'Tot PPV $ Rcpts'

       ,sum(IT.COSTAMOUNTPHYSICAL + It.COSTAMOUNTOPERATIONS)         as 'Tot Std Matl $ Rcpts'

 

from inventtrans IT

       join INVENTTRANSORIGIN ITO on ITO.RECID = IT.INVENTTRANSORIGIN

where it.DATEPHYSICAL between '1/01/2021' and '01/31/2021'

group by

       it.DATEPHYSICAL

       ,it.VOUCHER

       ,it.VOUCHERPHYSICAL

       ,IT.ITEMID

       ,ITO.INVENTTRANSID

       ,ITO.RECID

having SUM(it.COSTAMOUNTPHYSICAL + it.COSTAMOUNTOPERATIONS + it.COSTAMOUNTADJUSTMENT) <> 0

 

) T1

 

Inner join

 

(

Select

       VPST.COSTLEDGERVOUCHER

       ,VPST.DELIVERYDATE

       ,VPST.ITEMID

       ,vpst.NAME as ItemDescr

       ,VPST.ORIGPURCHID

       ,PT.PURCHNAME

       ,VPSt.PURCHASELINELINENUMBER

       ,VPST.INVENTTRANSID

       ,max(vpst.ORDERED)                       as 'Qty PO Ordered'

       ,sum (VPST.QTY)                                 as 'Qty PO Rcpts'

       ,sum(vpst.VALUEMST)                      as 'Tot PO Matl Rcpts'

 

From VENDPACKINGSLIPTRANS VPST

       inner join PURCHTABLE PT on PT.PURCHID = VPST.ORIGPURCHID 

group by

       VPST.DELIVERYDATE

       ,VPST.ITEMID

       ,vpst.NAME

       ,VPST.ORIGPURCHID

       ,VPSt.PURCHASELINELINENUMBER

       ,VPST.INVENTTRANSID

       ,VPST.COSTLEDGERVOUCHER

       ,PT.PURCHNAME

) T2 ON t2.INVENTTRANSID = t1.INVENTTRANSID

       and t2.COSTLEDGERVOUCHER = t1.VOUCHERPHYSICAL

 

How to solve Db synch error

$
0
0

Hi, 

How to solve this error.

when I created new field in Exchangeratecurrencypair table and try to table synch, showing this error

So, I delete a newly created field but again showing this error, while attempt to synch. How to clear this.

I tried clear the cache, aos service restart, refresh database, incremental cil, full cil, db synch but again showing this error while table synch.

How to solve this, Give some ideas.

Payment Fee AX 2009

$
0
0

Hi,

I am looking to see how we can record the bank fee costs deducted by the customer during payment. I found this link to be helpful in D365, which also applies to ax 2009 version.

https://www.loganconsulting.com/blog/record-a-customer-payment-with-wire-fees-in-dynamics-365-for-finance-and-operations/

However the requirement of the business is that they would like to see that bank fee has been deducted by the customer, however with the above approach, we get an impression that the customer has paid fully which is not the case. 

How can we get this recorded on customer..? without a JE. because they are already doing a JE to record the fee on the customer, how can we avoid this process..?

ACC. Receivable- credit note

$
0
0

Hello, good morning all...

  • Why credit note ia bding used? And how? In AX system...

This was my answer ..when the amount on a cust. Inv(invoice) has a ngetive value the inv. Is classified as a credit note. When the douc. Is printed it has the title of crdit note

So might my answer was not be enough...

Can i know the breaif of credit note..

Many thanks...

A value is missing. Enter a value in the Item model group field in the Released product details form to be able to proceed

$
0
0

could i understand what is order here ... i read the messg. screen but didn't find way to solve it... 

from where i gonna put the value for the item model group field ... any explains will might help me show my the steps...

and im trying to create po for this item... 

Rework Batch Order

$
0
0

Hi I am creating rework batch order. When I check My estimation cost, always Rework FG cost display as 1. But When run RAF, consumption cost taken as correctly. Any setting did I miss to display the Estimation cost wrongly.?

Legal Entity

$
0
0

How to display values from particular "Company" of  "Legal Entity" as one of the "Table Fields"?


Custom menu only visible to admin.. hidden for other users.

$
0
0

Hello,

I have created one menu and added that under mainMenu. It is visible to admin user. but hidden for other users. 

I have created new privilege and assigned display menuitems which I have added under my new Menu. and assigned that privilege to role. still that Menu not visible. 

Insert dimension into ledgerjournaltrans

$
0
0

Hello, 

How I can insert LedgerDimension into ledgerjournaltrans

my structure  dimension  is (AccountNumber-PersonalNumber)

I want to insert it in this way 

Ex:- I have a transaction for this accountNumber '13020' personalNumber '000023'

I want to insert it into LedgerDimension accountNumber - personalNumber  

how I can do this. using x++ code 

using d365 

Warning while cancelling a voucher

$
0
0

Hi Guys,

While Cancelling a voucher in Invoice Approval Journal in AP getting the following warning.

Field "Reference" must be filled in

Field "Supplier Account" must be filled in

But Reference field is not present anywhere and Supplier account is filled already, so don't know why this warning is propping up. If anyone encountered this issue before please let me know how to resolve it

Thanks

Filter the records which has zero value after Sum(field) x++ / Query class / View

$
0
0

Hi All, 

This job will iterate 1500 records in queryRun as per my query. That's correct. Among that, there 5 records only has Qty > 0. How can i filter the same in above query class?

I have added group by of Item Id and InventDimId. And Sum of Qty field.

Thanks.

dynamics ax 2012 r3 windows server requirements

$
0
0

Hi Retail experts,

We have AX2012R2CU6 retail running since 2013 arround 50 concurrent users.
The customer wants to upgrade to R3 version.
The AOS and the application(windowsTS) servers are on Windows 2008 server R2 standard SP1
While the DB server on Win2016 standard.
Does AX2012R3 run properly on Win2008 servers..? or we need to upgrade to later version?

The POSs machines have 4GB RAM each is it sufficient for AX2012R3 POS?

In the requirements document from microsoft, it does not mention clearly whether Win2008 server R2 standard SP1 is supported with AX2012R3 or not:

Ax2012 how to reverse/settle Prepayment invoice that tie from PO not yet make payment.

$
0
0

I have create Prepayment invoice from PO but i'm not yet make the payment on this invoice. it have any way that i can reverse/settle.

change the value in the generaljournalAccountEntry (Voucher Transaction) table

$
0
0

Hi everyone,

I have a problem, how do I change the value in the generaljournalAccountEntry (Voucher Transaction) table

when posting a Product Receipt, in which class should I enter the code or what are the other ways?

thank you 

Regards.


how to Cancel or correct a Project PO Receipt

$
0
0

HI 

I'm cannot cancel or correct a Project PO Receipt, The system warns that Cannot cancel the product receipt ##### as it has linked item requirements.

how get DimensionValue for worker

$
0
0

Greeting everyone 

how get this Dimension Value for this worker

Microsoft Dynamics Installation has no text file(AxsysEN-GB.ktd)

$
0
0

Hi Experts,

Our two 2 clients are facing this error as opening Dynamics ax "Microsoft Dynamics Installation has no text file(AxsysEN-GB.ktd)" Check the above image.

Best Regards,

Shabir

Customer Collection - how to identify invoices with reorganized transactions (payment plan) ?

$
0
0

hi all, 

As part of customer collection performed by collection agents, they can if needed come to an agreement with a customer about a payment-plan in case of liquidity issues for example. If so, they need to be able to reflect the agreed upon payment plan in Ax2012 off course. Within the collections module they select the transaction, click "settle" and reorganize the invoice according to the payment-plan. 

BUT... how can we afterwards check in an easy and efficient way which invoice(s) has been reorganized? 

Upon reorganizing the transaction, you also have the option to apply a payment-plan. I have performed this as a test as on the customer-transaction, in the section "payment" perhaps this would be shown somehow but it is not. 

Currently a dispute reason-code is used but that is not the purpose of the dispute reason code. We use the dispute reason code to capture the main customer motivation for the dispute and not the possible outcome/solution! The only other option i see could be to create an additional collection-status. ?

Can you please share your experience on how to fulfill this business-requirement? 

kind regards, 

Jo

Customer collection - track & trace copy invoice send to customer

$
0
0

hi all, 

You know all the scenario: customers who stall there requirement to pay an invoice with the excuse they did not receive the invoice. Off course, one need to review how "waterproof" the process is for sending invoice to the customer to make sure that they timely & correctly receive the invoices, you will never be able to avoid these situations as some customers use it as strategy to delay outgoing cash-movements. 

And as a supplier, the power lies with the data.  As a good supplier, we will provide the necessary invoice copies but we should not be take as fools off course. We need to be able to capture if a copy-invoice has been send and when and to who. So upon selecting a transaction in the customer collection details, we should be able to see when a copy-invoice has been send to the customer already. So that we provide a push-back to the customer in case they request a second copy or still have not yet paid the invoice etc... 

Currently we are using an activity to capture that we have send a copy-invoice but it is not linked to a certain transaction and therefore it remains cumbersome sometimes to retrieve this information when needed. Also, there is not status, counter or whatso ever to help us easily identify if copy invoices have been send or not. 

What is in your experience the most efficient way of capturing this data?

Looking forward to your experience, 

Jo

Viewing all 72043 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>