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

Error on Fixed asset ledger Report.

$
0
0

Hello All,

I am facing issue on a report in Fixed asset module. report name is "fixed asset ledger". actually report has different parameters.

every parameter is working good if I used single but when i tried to get report using Fixed asset group and location, it gives me nothing. i am also wounder that some location can give me result with fixed asset group but not all.

kindly check images.

here you can see that i select BUILDMISC and Location. but my report does not giving me anything.

now i am showing you result of only location. in result you can see that location is showing Asset group as well.

i can't understand why it is happening?

i just want to set filter for location: 1096 and fixed asset group: BUILDMISC. i want to see result only these two parameters.

what should i do?


Error on Fixed asset ledger Report.

$
0
0

Hello All,

I am facing issue on a report in Fixed asset module. report name is "fixed asset ledger". actually report has different parameters.

every parameter is working good if I used single but when i tried to get report using Fixed asset group and location, it gives me nothing. i am also wounder that some location can give me result with fixed asset group but not all.

kindly check images.

here you can see that i select BUILDMISC and Location. but my report does not giving me anything.

now i am showing you result of only location. in result you can see that location is showing Asset group as well.

i can't understand why it is happening?

i just want to set filter for location: 1096 and fixed asset group: BUILDMISC. i want to see result only these two parameters.

what should i do?

Direct Delivery PO from a Project sales order

$
0
0

Just noticed today that if I create a sales order from a project, and from that sales order I create a direct delivery PO, the PO created does not linkto the project. I need that to happen. Is there a way that can be done? When I go to the PO, the project field is not enabled, so I cannot enter it manually. But that PO in this case needs to be captured in the project. Can that happen? This is in AX 2009.

Thank you for any guidance with this.

Retail Transactions are not updated properly on HQ

$
0
0

Hi All,

P-001 and 9999 jobs runs every day. But I can't get some of the fields i.e Currency, StaffId in the table RetailTransactionSalesTrans don't get updated. They are blank. However, the table RetailTransactionTable gets updated properly.  I know someone was specifying to update REPLICATIONCOUNTERFROMORIGIN column to 0. But doesn't seem to work for many people as well. I want to look into the AX Classes if some fields are skipped.  Which are the related classes I should look into?  Or if you have any solutions please reply. I appreciate your valuable time....We are using AX2012 R3 CU13.

Adding two datasources for different tables to same query object for a SysQueryForm

$
0
0

Hi

A sysQueryForm is not filtering by a field correctly. This field is from a different table that has been joined after modifying the sysquery.

How to add two different tables as a data source of a query object and filter by the field of the joined table on a sys query form?

    //Project (Fiters out by ProjId on sys query form)

 qbdsProject = _qbdsHeader.addDataSource(tableNum(ProjTable));
 qbdsProject.relations(true);
 qbdsProject.joinMode(JoinMode::ExistsJoin);
        projAdjustmentSelect = queryRun.query().dataSourceTable(tableNum(ProjTable));
        elements = projAdjustmentSelect.rangeCount();
        for (i = 1; i <= elements; i++)
        {
            projAdjustmentSelectRange = projAdjustmentSelect.range(i);
            qbr = qbdsProject.addRange(projAdjustmentSelectRange.field());
            qbr.value(projAdjustmentSelectRange.value());
        }
        
        }
       
       // Code I added to set the data source to new table and filter out by new field in the joined table of the sys query form
        qbdsProjPostedTrans = _qbdsHeader.addDataSource(tableNum(ProjPostedTransTable));
        qbdsProjPostedTrans.relations(true);
        qbdsProjPostedTrans.joinMode(JoinMode::ExistsJoin);
        projPostedTransTable = queryRun.query().dataSourceTable(tableNum(ProjPostedTransTable));
        elements = projPostedTransTable.rangeCount();
        for (i = 1; i <= elements; i++)
        {
            projPostedTransTableRange =  projPostedTransTable.range(i);
            qbr =  qbdsProjPostedTrans.addRange( projPostedTransTableRange.field());
            qbr.value( projPostedTransTableRange.value());

Changing the Tracking Dimension Group

$
0
0

Hi We need to change the tracking dimension for Items with Transactions.  

What the best way to do this?

Thanks in advance :)

Cross-Reference Update Not Working (AX 2012 R3)

$
0
0

I cannot get the Cross-Reference Update to work. I've read the various threads available on the web regarding this, and I've tried running it as a job in batch, truncating the tables manually, etc., but nothing seems to work.

I've tried letting it run for days, and still nothing.

Three things that I've noticed are :

  1. If I run it from the IDE dialog, the progress window doesn't show a path.
  2. When I query XREFDIALOGUPDATE from SQL, there is no Path value.
  3. Other than XREFDIALOGUPDATE, none of the XREF tables ever get populated with anything.

I'm not sure where to go from here.

Errorr create PO msg "Source file Path configuration has not been set!!"

$
0
0

Hi All,

I have received msg 'Source file Path configuration has not been set!!' When I post a PO in AX 2009, anybody can help me please!

Thanks


Ax sign up

$
0
0

How do I sign up for dynamics ax

Object not initialized error

$
0
0

Hi All,

Just for the understanding , suppose when we are trying to open any form and the error appears as "object not initialized" , what does it means and how to solve this..this is not specifically for opening form...if this kind of error appears what will be the cause and how to solve or rectify this..

Please advise.

Regards,

Akbar

Receive More Quantity than Shipped in Transfer Order

$
0
0

Hi All,

I have a problem in transfer order. 

We cannot receive more quantity than shipped. It is a standard functionality. i can ship more quantity by enabling overdelivery checkbox.  it possible to receive more quantity than shipped. 

is it possible to update ship quantity, after shipping once it confirmed, so that i can receive more quantity. 

My warehouse team sending more quantity than shipped, it making lot of trouble while receiving at stores. 

Advance Warehouse

$
0
0

our warehouse gets many online orders for the same item through the e-com site.  These are all single line orders.  Example: 50 different customers place a single line order for the same popular item

Publish Artifact (Packages) failing in Continuous Integration & Deployment for D365 FFO (VSTS)

$
0
0

Hi Experts,

I have set up the Continuous Integration for D365 FFO. I have checked in my code in VSTS with following directory structure:

After mapping, upon checking in, automatic build is running but it is ending with 2 warnings in Build the solution step and failing the Publish Artifact: Packages in continuous with skipping afterwards steps. Following is the screenshot:

Publishing build artifacts failed with an error: Not found PathtoPublish: C:\DynamicsSDK\VSOAgent\_work\2\a\Packages

Upon exploring the Build the solution log, I found following two warning:

And perhaps the above is becoming the reason of failure of Publish Artifacts: Packages.

Am I creating the right directory structure for my code? Why the models and packages information is not findable? 

Any idea?

what is the difference between event and Event handlers?

$
0
0

Dear all,

Can you please let me know what is the difference between event and Event handlers?

Where we can use event and Event handlers.

Please give me more she'd on this

Thanks!

Upload Multiple Order line in one PO

$
0
0

Hi,

Need help on how to upload multiple order lines in one purchase order. I remember before from my previous company that we are using excel then uploading it.

Thanks,

Jake


Bio-Metric System integration with MS project and SAP

$
0
0

Hi,

Could you please guide me about the possibilities of Bio-Metric System integration with MS project and SAP.

Regards

Failed to log on Microsoft Dynamics ax

$
0
0

Dear Experts,

I Restore db(Dynamics ax) of 1 domain to another, I changed SID and NetwerkDomain in SQl server from userinfo table. But when i am trying  to open ax Application still error "Failed to log on to Microsoft Dynamics ". please watch above image.

Thanks and Regards,

Shabir Ahmad

Interpretation of Pegging for Transfer order in Master Planning

$
0
0

Hi,

Please help me understand how to interpret the pegging lines for a transfer order in master planning in AX 2012 R3. It seems confusing when I have just created a transfer order of 1 quantity which has no on-hand in both the issuing and receiving warehouse. Mentioned below are the screenshots of the pegging lines for the 2 planned orders created for this transfer order.

Planned order lines for the transfer order

From Warehouse

To warehouse

Immediate help is highly appreciated.

Thank you,

Regards,

Neeta

Cost is Sales Return.

$
0
0

Hello,

How to make the system capture the average cost while posting sales return if it is not against Return Lot ID.

Thx

Batch Merge

$
0
0

Hi,

I want to merge many batches for most of my inventory items.

thx

Viewing all 73760 articles
Browse latest View live


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