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

ChangedDate is same for most of queries object

$
0
0

Hi Experts,

I was checking Queries list changed Date, most of queries are changed by same date, how it is!! for example i found that more that 20 queries are changed on same date by admin user is it possible or how??

Please check the above image for more info.

Best Regards,

Shabir Ahmad


Does the Update Balances run when changing dimension sets on the TB or need batch job to do it?

$
0
0

Hi all,

I have some batch jobs running to update balances for dimension set xxxx that were created a long time ago but I suspect they are not necessary, as I don't have one for all dimension sets.  I think I've seen the phrase 'updating dimension sets' when I've changed the view of the Trial Balance previously or did I imagine it?  I thought it recalculated automatically when you opened the dimension set.  Can anyone confirm if this is the case, as I want to remove the unnecessary batch jobs.

thanks

how to transfer Inventory to Fixed Assets with it's other cost like expanses spent on the asset to make usable

$
0
0

Greetings ,

i need to know how to transfer Inventory to Fixed Assets with it's other cost like expanses spent on the asset to make usable

thanks 

Unable to run - Insufficient access rights

$
0
0

Hi,

i have applied a hotfix for GST E-Invoice patch in India in my demo environment.

But whenever i try to open the menu item i get this error 

My user is sys admin and sys user. And also this menu item doesn't appear in Accounts receivable. The property for this menu item is 

And also I have license in AX which is 

Please Suggest.

Table / Form as Dropdown field in another Form

$
0
0

Hello Team,

We have created a New Form and Table for Country Of Origin having two fields (Country Code and Country Name). We want to have a Dropdown of this Table / Form in Inventable Form. We have created a New Field (type as String but Extended datatype similarly to Country code in CountryOrigin TAble) for Country Code in Invent Table but this field is displayed as a Textbox and not Dropdown. Kindly let us know what are we missing.

Thank You.

Display Product Image In Custom Form Grid

$
0
0

Good day,

I am attempting to create a custom form to display the ItemId from the InventTable and the relevant item's image from the EcoResProductImage table in grid format using a Window control for the image.

On the form methods I have the following code:

public void showImage()
{
    Image   itemImage;
    ;
        productImageRecId = InventTable::find(InventTable.ItemID).RecId;

        if(productImageRecId)
        {
            select ecoResProductImage where ecoResProductImage.RefRecId == productImageRecId
            || ecoResProductImage.RefRecord == productImageRecId;

            containerImage =  ecoResProductImage.ThumbnailSize;

            itemImage = new Image();
            itemImage.setData(containerImage);
            Image.image(itemImage);
            image.widthValue(itemImage.width());
            image.heightValue(itemImage.height());
        }
}

and in the form data source I have the InventTable with an Active method with the following code:

public int active()
{
    int ret;

    ret = super();

    element.showImage();

    return ret;
}

This does produce a form that displays the item and image but only when I select each individual line. I know this is because of the active method, and I know that I would need to rather create a display method on the form data source so that it displays all images when the form opens. What I am unsure about is what to select and what to return in the display method. I can use the same select statement I used in the showImage() method but I do not know what to return then.

I have attempted to use the CompanyImage form and its code as reference but I have been unsuccessful. 

I am fairly new to AX dev and dev in general so any guidance would be much appreciated.

Thank you in advance.

Different payer and different receiver on invoice

$
0
0

Hi

Here is the screen: https://ibb.co/S0X71JR

I have a problem with other payer and other receiver in invoice. Account payer and account receiver on the left in the window "Faktura niezależna" is correct.

Unfortunately, the invoice is not the same. The buyer account is in the recipient field and the customer account is in the buyer field. It should be the other way around. Any ideas?

Customer Workflows

$
0
0

Hello 


From where can I approve a name change

I don't know where to find it


usage data(Element name)

$
0
0

Hi champs,

How to clean usage data on specific user and specific module form, I know the cleaning procedure in AX but I can't able to find a particular element and module name, so I would like to know how can I find an element and form module name which those are not appearing forany user?

Thanks in advance and appreciate your valuable reply,

Data Import export framework

$
0
0

Hi experts,

I have created an entity to load the cost price of the item in the material master data when importing by the legal entity using the data import-export framework for entry attributes did not receive any error atsource (get stagging data) run file from the path, am facing the below error,

I also checked that the price field is already present in the source-target mapping.

can anyone please suggest a reason why I am getting this error? how is able to fix it

your reply is highly appreciated

Thanks in advance

Getting record already exists error for my custom tables when inserting new data.

$
0
0

Hi Experts,

I have custom table in which have inserted lot of data, now to move this data to other environment i generated sql script with data only option the script shows recid's

When i import xpo to other environment & run the data script , i can see everything just fine however while inserting new data via form i get 

"Cannot create a record in mycustom table.
The record already exists."

I suspect this is due to the fact that recid;s are getting created when importing data , please suggest a fix.

Warehouse Counting by Item

$
0
0

Hi There! 

I am having an issue processing a cycle count plan for a specific item. I select my query and process the cycle plan however I get many more items than what was put in my query. This happens both when I define a location and when I dont. I am initiating the work in the mobile application. Any insight would be very appreciated! 

Cycle Count Plan: 

Work Created: 

Thanks! 

Vanessa

Unable to import custom table after deleting & synhing db

$
0
0

Hi experts,

I have a custom table in which i had to fix a BP issue for which i did the following

1. Export custom table

2. Delete from Ax

3. Synch Ax db

4. open the exported ccustom table file

5. change relationship property for enffornce relation from 1 to 0 (Fix for a BP issue)

6. Import the xpo

However it gives this message while importing "A table, Extended Data Type, Base Enum or class called mycutomtable  already exists. Import of Table aborted."

Have cleared usage data & twice restarted ax , sql & dev machine 

Any ideas.

Debug metadata

$
0
0

Hi everyone,
could anyone tell me how to debug  metadata classes ? Because it occurred below error while BYIOD testing and  have known the fact that below classes is related.

Microsoft.Dynamics.AX.Framework.Tools.DataManagement.Serialization.dll,Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.dll,Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.dll

Basically, I would like to get a evidence how SyncStartDateTime set current execute datetime on the  CustCustomerV3Staging.

Best regards

Debug metadata

$
0
0

Hi everyone,
could anyone tell me how to debug  metadata classes ? Because it occurred below error while BYIOD testing and  have known the fact that below classes is related.

Microsoft.Dynamics.AX.Framework.Tools.DataManagement.Serialization.dll,Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.dll,Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.dll

Actually,, I would like to get a evidence how SyncStartDateTime set current execute datetime on the  CustCustomerV3Staging.

Best regards


Production order XXXXXX could not be scheduled. Not enough capacity could be found

$
0
0

Hi, 

This is strange, because the resources share the same calendar and use the infinite capacity, but only one operation has this problem, what shall I do?

Cannot find Schedule field in PayrollPositionDetails table

$
0
0

Greetings everyone,

In Human resources > Positions > Positions, there's a tab called "Payroll" that has the field "Schedule" for every position. When I right click on the field to go to form info, it says it's a field called "Schedule" inside PayrollPositionDetails. However, when I open the table in Visual Studio, the field is nowhere to be found.

 

Does anyone know what is the problem exactly?

export all active Sales trade agreements for a specific Vendor

$
0
0

I am very new to Trade Agreements in AX and I am working my way through it. Is there a way to get a list of all the active sales trade agreements for a specific Vendor?

Thanks!

Delete one item

$
0
0

Hi!

I have the question, here is the screen: https://ibb.co/BwDFfR0

Is it possible to delete one of these items from the AX level in the red box (no matter which)?


I would like to delete one of these items. But I don't know what I can do to delete one of the items.

I am in the menu: purchase order.

Inventory value report outcome different when run by batch processing, the report display les column in report.

$
0
0

1. Application name: AX2012


Detailed description of the request:
=================================
A report which when run by batch processing, the outcome of the report number of columns are coming 10 - which is not correct.

& Same report when run by AX 2012 Menu button it gives me 15 column in report. - correct output.

Any help 

Viewing all 72043 articles
Browse latest View live


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