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

Issue with order transaction records are being written

$
0
0

Hello,

Sorry, I am relatively new to X++, so apologize for asking what might have a simple solution.

We have custom code to update custom tables with a parent/child relationship when a sales order is confirmed. The code uses ttsbegin/ttscommit for inserting new records.

The issue we have is when the transaction is complete, it writes a child record before it writes the parent record, in general, not an issue, except we are also using dual write to a CE environment and the child table has a lookup to the parent table in CE. Since the parent record isn't written first, we are getting an error in dual write on the lookup in CE.

Is there a way to make sure that the parent record is written first?


Deleting a production journal (Prod. picking list journal, ### must be processed first)

$
0
0

Hi All,

My question is regarding production control module in Microsoft Dynamics AX 2012. I have two production journal in my production order (P0000671). I’m trying to delete production journal, but I got error message "Prod. picking list journal, LOT-12545584 must be processed first."

So I go to the production jorunal lines (Journal: 010018) and see that I have an inventory reference (LOT-12545884) to the production journal lines (Jouinral: 010019).

So I do the same and try to delete the production journal (Journal: 01001), check the production lines lines and see the reference (LOT-12545584) to journal line (010018). One depends on the other and cannot be removed.

 

Any thoughts?

I found related post InventTrans.TransChildRefId wrongly updated in prodbom lines added using a picking journal . Of course it works for me, but I don't want to use sql to remove production journals.

Thank you in advance!

Delete a legal entity in AX 2009

$
0
0

Hi Team,

 We need to delete a existing legal entity (company) in AX 2009, as it's not in use.

Please guide what is the best way to do this, share your experince

1. With possible less time following best practices

Warehouse Management app customization uisng process guide framework

$
0
0

Hello Everyone,

Hope you all are doing well.

I am performing a customization in Warehouse mobile app using process guide framework. So, there is situation when you click showlist(custom button) a new page should be available for the user. Below image is for your reference 

So, there is a button called show list when you click that button a new page should open below code where i am trying call the next page. But it is not working can 

you suggest me what need to be done in doexecute() method.

[ProcessGuideActionName(#ItemShowList)]
internal class WHSRetailDemandReplenishShowItemsList extends ProcessGuideAction
{

public str label()
{
return "Showitems list";
}

protected void doexecute()
{
ProcessGuidePage page;
#ProcessGuideActionNames
#WHSRF
WhsrfPassthrough pass = controller.parmSessionState().parmPass();

}

Deleting staging data in AX 2009

$
0
0

Hi Team,

We need to delete below data in AX 2009, as db size become more

1. Staging data such as - deleting old sales order, purchase order data 

2.  Old data base logging data - database logging is enabled

Please share your experience on  deleting unwanted data on above topics, also let us know if any better ways to do this..

Highly appreciate your help

Retail POS terminals count per database

$
0
0

Hi,

I am planning to open 3 new stores that are going to sell same items (same assortment for all the stores). each store will have 10 terminals. should i proceed with one store database or 3 store database?

As i heard, Microsoft is recommending to have 10 terminals per store database.

How to successfully recreate a tax document line for transfer order line

$
0
0

Hello good day,

This question of mine is more on the technical side, is anyone familiar on how to use the standard class TransitDocumentManager_IN.transit(); ?

Due to some issues with a report, I had to do a datafix job which should match the lines of InventTransferJourLine and InventTransferParmLine and delete the old TaxDocmentRowTransitRelation record. But as per checking in my testing, we also had to recreate the Tax document line for the transfer order line. 

If anyone is familiar on how to recreate the tax document, it would be a huge help.

Thank you.

How can i resize proudct information image ax 2012

$
0
0

i need to resize product information image as it appears in large size i need to display it in normal size

any help ?


Does Master Planning Considers Purchase Orders which are under Review Status

$
0
0

Hi All.

Please help me with challenge am facing  purchase orders which are in review status Microsoft Dynamics AX 2012:

I have approved the planned order and firmed it , which is now a Purchase Order but not approved(in review) .Master planning still brings the demand for that item in planned orders. Is there any way where we can change the master planning parameters , so that the master planning considers the purchase orders irrespective of status of the purchase order(open order, in review)

Appreciate if anybody can advise how to avoid getting those items in planned orders.

Project Management and accounting - Beginning Balance button is greyed out

$
0
0

Dear All,

I created a project manually and then when i tried to create a beginning Balance of a proect. But Beginning Balance button at the top under Project action tab is greyed out.

Can somebody please tell me what is the reason of it and how it will be enabled?

Inventory value report -financial quantity of an item is negative

$
0
0

Dear All,

I would like to ask about the AX Inventory value report.

First of all, I'm running my inventory valuation report and for one of the item financial quantity was negative. Attaching the screenshot for reference

But, In the system We are not allowing physical negative inventory. 

Thank you
Laxmi narayana

what is the usage of query Dynalink and what is different between addLink and addDynaLink

$
0
0

what is the usage of query Dynalink and what is different between addLink and addDynaLink

what is the usage of query Dynalink and what is different between addLink and addDynaLink

$
0
0

what is the usage of query Dynalink and what is different between addLink and addDynaLink

Passing more than one record from one form to another

$
0
0

Hi,

the task I am currently working on is creating new form and passing the selected records from SalesTableListPage to the new form via menu item button. I already did that overriding the clicked method and init using a container. Now for the second part of the task I need to count the total quantity of all lines matching the query criteria and average price of all lines matching the query criteria and display it on the new form. (Meaning I have to count the quantity of items for the selected customer or item and the average price of those items). How do I do this?

Passing more than one record from one form to another

$
0
0

Hi,

the task I am currently working on is creating new form and passing the selected records from SalesTableListPage to the new form via menu item button. I already did that overriding the clicked method and init using a container. Now for the second part of the task I need to count the total quantity of all lines matching the query criteria and average price of all lines matching the query criteria and display it on the new form. (Meaning I have to count the quantity of items for the selected customer or item and the average price of those items). How do I do this?


How to make custom field from DimensionAttributeValue available in Management Reporter reports?

$
0
0

Hi,

We have added custom fields via extension to some of the financial dimension tables to perform grouping of dimension values.

The hope is that these fields would be available in management reporter for use in custom management report setup.

Having read a few articles this didn't seem possible in AX 2012 but I was wondering if there was a walk through guide for this in D365 or if anyone has managed to perform this task to date?

How to make custom field from DimensionAttributeValue available in Management Reporter reports?

$
0
0

Hi,

We have added custom fields via extension to some of the financial dimension tables to perform grouping of dimension values.

The hope is that these fields would be available in management reporter for use in custom management report setup.

Having read a few articles this didn't seem possible in AX 2012 but I was wondering if there was a walk through guide for this in D365 or if anyone has managed to perform this task to date?

How to make custom field from DimensionAttributeValue available in Management Reporter reports?

$
0
0

Hi,

We have added custom fields via extension to some of the financial dimension tables to perform grouping of dimension values.

The hope is that these fields would be available in management reporter for use in custom management report setup.

Having read a few articles this didn't seem possible in AX 2012 but I was wondering if there was a walk through guide for this in D365 or if anyone has managed to perform this task to date?

Transfer Order and Cost Price issue ax2012

$
0
0

Hello,

I am working with a Retail organization and they are using AX 2012 R3. They are facing cost price issue during Transfer Orders. The system shows a cost price Bigger Than the Item cost different from the cost price of sending warehouse. The receiving warehouse shows Huge cost price. Can someone gives an idea / solution (if any) about this issue. Whether this bug is fixed or not? thanks in advance.

 

Transfer Order and different Cost Price issue ax2012

$
0
0

Hello,

I am working with a Retail organization and they are using AX 2012 R3. They are facing cost price issue during Transfer Orders. The system shows a cost price Bigger Than the Item cost different from the cost price of sending warehouse. The receiving warehouse shows Huge cost price. Can someone gives an idea / solution (if any) about this issue. Whether this bug is fixed or not? thanks in advance.

 

Viewing all 175888 articles
Browse latest View live


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