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

Tracking Product Configuration Id's in Inventory

$
0
0

Hello Community!

I am looking into the Product Configurator as we want to implement the feature...however, there are some things i dont understand:

The product master creates configuration id for each configuration, but is there a method to display or show the attributes for a certain configuration?

Lets say i configure something on the sales line and i leave it and look into it later, how can i see what attributes i have chosen? And how are the configurations are being track in the inventory management. Without a product master it is tracked via item no, but a master has only one item no and many configurations...

Thanks in advance


AX 2012 R3 CU13 upgrade

$
0
0

I am upgrading from AX 2012 R3 CU10 to CU13. After installing application updates, I am performing following steps:

1. Initialize-AXModelStore

2. Restart AOS and IIS.

After the above steps when I open AX client, I did not get the message "The Model store has been modified", Instead I get an SQL error.  I am following the steps mentioned in the Installation guide.

Do I need to upgrade to CU11 and CU12 before i run CU13 upgrade ? or is there anything I am missing.

I tried running software update checklist, did a full compile and when I try to run "Detect Code Upgrade Conflicts", it throws an SQL Error.

Fill CustpackingSlipJour Field from CustPackingSlipJour to SalesParmTable

$
0
0

Hi,

My Main object is to retrieve the TotalAmount of a CustpackingSlipJour record.

Using the SalesParmTable, My Code is :

////////////////////////

static void Job3(Args _args)
{
    CustPackingSlipJour CustPksJour;
    SalesParmTable      salesParmTable;
    SalesParmUpdate     salesParmUpdate;
    SalesTotals         salesTotals;
    AmountCur Amount;
   while  select * from salesParmTable where salesParmTable.SalesId=='CV18-000062'{
    while select * from salesParmUpdate where ((salesParmUpdate.ParmId==salesParmTable.ParmId)&&(salesParmUpdate.DocumentStatus==5))
    {
    salesTotals = SalesTotals::construct(salesParmTable, salesParmUpdate.SpecQty, salesParmUpdate.SumBy, salesParmUpdate.ParmId, salesParmUpdate.SumSalesId, salesParmUpdate.DocumentStatus);
    Amount=Amount+salesTotals.totalAmount();
    }
}
    info (strFmt("Amount = %1",Amount));
}

///////////////////////

The problem is that the output amount is 0 cause the CustpackingSlip field in SalesParmTable is 0 and not the RecId of CustPackingslipJour record.

In what cases this Field is filled? help please.

Thanks,

Difference in reports Open ledger transactions and Balance list

$
0
0

Hi friends,

in General Ledger reports exists a difference between Open ledger transactions and Balance list for one specific ledger account in my clients AX.

Can any of experts confirm that for same dates no difference is allowed?

I was trying to find vouchers that cause this difference, but till now no success. Maybe it is all in vain...

Budget Analysis Inquiry - No data

$
0
0

I have problems with the Budget Analysis Inquiry.

No values a shown. I have checked the budget register entries form and its completed and ok. Further, I have tested the report Acutal vs. Budget and that one works but is far to limited, but the data is shown correctly.

In the Budget Analysis inquiry/report have tried with changing Financial dimension sets, changed Operating results, changed posting layer, Date intervalls, dates and dimensions - but no result.

I have tried to find a KB but no success. Version is AX2012 R3, CU12.

Is there someone who got a clue what´s wrong?

Passing values one form to another

$
0
0

Hi Everyone,

I have two:  Forms A and Form B with only Form A having a datasource.

For All the fields in Form A , there is a Corresponding string/int control fields in Form B.

My question is how to pass all the field values from form A to the corresponding fileds on Form B when i open Form B through a button click present in Form A.

Can someone pls help...

Thanks in Advance

Start several production orders in Job Card D365

$
0
0

Hello,

It is possible to start and execute several production orders at the same time 
with the same worker using Job Card in Dynamics 365 Finance and Operations ?
how does it work, Thank you

Control sequence of operations in Manufacturing execution D365

$
0
0

Hello,

How can you control that a next operation of a production order is not
initiated by a worker using Job device until another worker completes the previous operation
using the job device in Manufacturing execution Dynamics 365 Finance and operations
how does it work?, Thank you.




Clickable Hyperlink Image on a Grid Line

$
0
0

Hello all,

on my grid I have a clickable hyperlink URL, however I would like to replace the hyperlink with the globe image resource number 2632 and have the image clickable. 

I was able to add the image on the grid when the hyperlink exists but cannot get the image clickable. Is this possible and can someone point me to some examples.

Thanks all

Problem trying to reset Production Order status to Created

$
0
0

When we try to reset our production order status to created, we receive the following error message:

The quantity cannot be reduced. The number of inventory transactions on order is too low because the quantity or part of it is referenced by an output order or a production order or is marked against other transactions.

We are using Dyamics AX 2012 R3.

Thanks!

Janice

Product configuration model - hide excluded values

$
0
0

Hello,

is there any option to hide in the production configuration model values which are excluded by rules?

Do we need to show that always, or can we setup the attribute / model that it shows just the values which are allowed?

Thanks and regards

[D365] How to overwrite standard form method completely in extension class

$
0
0

Hello everyone,

The situation is the following:
I need under one condition to execute my code in a clicked method of the
EcoResProductCreate form if the condition is true (Value of a field),
if the condition is false the standard code must be executed.
I have created the following method, I also need from the Extension Class
to be able to access all the methods of the EcoResProductCreate form.
Thank you for your answer.

HELP with Dynamics 365 Finance and Operations - New setup nothing works

$
0
0

We have a new client that we are assisting a client with their planned migration onto the Cloud.   They are evaluation Office365/Dynamics CRM and Dynamics Finance and Operations.  No-one in their business nor here at the partners can we get anything to work in the Financials and Operations.  Almost every setting says we do not have the rights to Tables.   We create new companies and are Admins but no joy.   The customer is an international business and we are reporting to a Group level board director whos wants to roll this out to all offices.   There is not one working phone number for UK help anywhere.  Not good.  Help!!!!

Typical - you cant ask for help with my product on this page as the Version box wants an AX version - another example of Microsoft leaving people in the lurch.  Very angry now as I have been directed to this site via your own links.

get someone to contact me PLEASE

How to store display method fields in new table ?

$
0
0

I am having display method field in one table(InventSum), Now I want to filter data using name which is a display method. So I need to store the values from display method to table field for filtering

How Can I achieve this??

Projects Open Balances

$
0
0

how can i upload the projects open balances (billing rules , invoices) for fixed prices projects 


Dimension

$
0
0

How to use Dimension [1], Dimension [2], Dimension [3] .. as display(X++)?

Thanks in advance for your help

Identifying caller form AX 7

$
0
0

Hi Experts,

How to identify caller form in AX7.

For e.g. Serial number dimension field is available in many forms like Inventory transfer journal, Movement journal, Purchase order form etc.

When we click on Serial number, system will open a form (InventSerialLookup).

Is there any possibility to identify from which form InventSerialLookup is called?

Thanks,

N.Sridhar

Batch job is still running even after deletion (D365O)

$
0
0

I have created a custom DataEntity (myDE) for custom table (myTbl). On Production Environment (PROD) I created an Export Project (myEP) and put myDE for incremental export into my local SQL DB into myTbl_Staging.

After while, I’ve got a requirement to increase the length in one of string field of myTbl (and definitely, the requirement says, that in local SQL DB the string value in already exported records also MUST be increased).

For this purpose, I stopped incremental export of myDE in myEP, and created a new Export Project (myTmpEP).

In myTmpEP I created a recurrent job (recurrentJob_1) to export ALL records via myDE by FULL PUSH (in a recurrent job (recurrentJob_1) settings I specified: stop execution after one time). After couple hours I checked the result of export in my local SQL DB (in myTbl_Staging) and discovered, that something goes wrong. The expected quantity of records is 71500, but when the qty of records (my local SQL DB in myTbl_Staging) had had been reaching 71500, after some time (I don’t’ know the exact time interval, I think it’s about 5-15 minutes) ALL records are deleted from myTbl_Staging and the process of fulfilling the myTbl_Staging started again. I decided that I created a recurrent job (recurrentJob_1) in wrong manner, so decided to delete recurrentJob_1

I navigated: System administration/Data management (please do not pay attention to the content in picture, I just want to show the way how I did it)

Step1. Exection details

Step2. View execution log (please do not pay attention to the content in picture, I just want to show the way how I did it)

Step3.  Selected an appropriate job and click "Delete" button.

Step4.  then I deleted and execution of the project

After that, I went to my newly created Export Project (myTmpEP)

and clicked "Export" (so in fact I created a second batch  job (recurrentJob_2))

Than decided to check the result in myTbl_Staging  (in my local SQL DB), and I discovered, that first recurrentJob_1 is still running (together with recurrentJob_2) - I confirmed in this by selecting distinct values of EXECUTIONID field from myTbl_Staging  table:

SELECT count(distinct INVENTSERIALID), EXECUTIONID  FROM [D365DH].[dbo].[DeviceInventTableStaging] GROUP BY [EXECUTIONID] 

Once again, I decided to delete execution by repeating Step1-Step4. Unsuccessfully. The data is still fullfilling into myTbl_Staging (in my local SQL DB).

I checked SystemAdministration\Inquiries\Batch jobs\Batch jobs - there is no my job in the list. Also, I was trying to find the same value of EXECUTIONID from myTbl_Staging (in my local SQL DB) in DMFDefinitionGroupExecution.ExecutionId field (on PROD) but there is no such records there.

The only place where I found same EXECUTIONID is in DMFExecution.ExecutionId table.

So, the question is: how can I stop the execution of batch job? (taking into account - the the batch job is not in the list of batch jobs (SystemAdministration\Inquiries\Batch jobs\Batch jobs))

Integrating with GE Proficy

$
0
0

I was asked to recommend if there was existing middleware to allow GE's Proficy MES to communicate with Microsoft AX. 

How to detect maximize event in AX4 form

$
0
0

Hi to everybody. 

I need to catch the event that is launched when I click in maximize (or minimize) button in any AX4.0 form. I have to write code after that (the event).

Is it possible?

Thanks a lot in advance.

Daniel.

Viewing all 46681 articles
Browse latest View live


Latest Images

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