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

RE: Upload Multiple Order line in one PO


RE: Cost is Sales Return.

$
0
0

HI,

This is integrated Sales Orders, so in same Sales order maybe the items 2 times ( sales and sales return ) so the cost showing zero after posting.

RE: Technical design document

$
0
0

As I already said, you can link your spec with actual code changes in VSTS, so any developer can see the link, find all changes for a given requirement, find all requirements associated with a particular class, see for which requirement a particular line of code was created and so on.

RE: Technical design document

$
0
0

Thanks for the reply Martin ,

[quote user="Martin Dráb"]As I already said, you can link your spec with actual code changes in VSTS[/quote]

What do you mean by spec ? Is it a document to be prepared by developer ?

Please explain.

RE: Error on Fixed asset ledger Report.

$
0
0

Hi Hassan Ghauri,

You adjusted the report, right?

Do you mind sharing some details of this adjustment so that also other community members know in case they run into the same issue.

Many thanks and best regards,

Ludwig

RE: Failed to log on Microsoft Dynamics ax

$
0
0

Ludwig Reinhard ,

Yes, i did i restore db(dynamics ax) of 1 domain to another, i changed SID NetwerkDomain and NetworkAlias, when i tried to log in error above

Thanks and Regards,

Shabir Ahmad

RE: Intercompany settlement

$
0
0

When you use centralised payment functionality, system pick posting profile from General ledger for intercompany posting. We would like to know the standard process to settled those open GL entries which has posted without routing through AR/AP posting profile.

Intercompany settlement

$
0
0

Hi all, Can someone tell me the process step wise for intercompany settlement . I have created the intercompany purchase order but now want to do intercompany settlement.

Thanks in advance.


RE: Technical design document

$
0
0

A spec means a specification. You have some kind of functional requirement for which you create the TDD, so you would have a work item in VSTS (e.g. a user story) representing this requirement. You can put your TDD there or you can have a TDD document linked to it. And when code changes are checked in, they can be linked to this work item too.

Centralised payment - GL entries posted without routing through AR/AP posting profile

$
0
0

When you use centralised payment functionality, system pick posting profile from General ledger for intercompany posting. We would like to know the standard process to settled those open GL entries which has posted without routing through AR/AP posting profile.

RE: Synchronization errors

$
0
0

Hi Nikolaos,

Yes you are correct. May be issue already exist on the table but i didn't noticed.   I have verified the table field Journalnum doesn't have any changes in other layer.(we have only one customized layer that is USR- Production)

Ref screen :-

Sync and full compilation done only at the time of Go-Live (Almost 2-year back). 

Regards,

KVNKK

Synchronization errors

$
0
0

Hi,

I just create new filed in Ledger Journal table  getting below error 

Can any one suggest me on below errors pls :-

Error Synchronize database Cannot execute a data definition language command on ().
The SQL database has issued an error.
Info Synchronize database SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The object 'I_211TYPENUMIDX' is dependent on column 'JOURNALNUM'.
Info Synchronize database SQL statement: ALTER TABLE "DBO".LEDGERJOURNALTABLE ALTER COLUMN JOURNALNUM nvarchar(20) NOT NULL
Error Synchronize database Problems during SQL data dictionary synchronization.
The operation failed.
Info Synchronize database Synchronize failed on 1 table(s)

Error 2:-  Added new field on Agreement table and enable alert rule on field. (error coming when alert getting generated)

[Microsoft][SQL Server Native Client 11.0][SQL Server]A column has been specified more than once in
the order by list. Columns in the order by list must be unique.. The SQL statement was: "SELECT T1.PURCHNUMBERSEQUENCE,T1.VENDACCOUNT,T1.VENDORDATAAREAID,T1.BUYINGLEGALENTITY,T1.WORKFLOWSTATUS_PSN,T1.INSTANCERELATIONTYPE,T1.AGREEMENTCLASSIFICATION,T1.AGREEMENTSTATE,T1.DOCUMENTTITLE,T1.DOCUMENTEXTERNALREFERENCE,T1.CURRENCY,T1.DEFAULTAGREEMENTLINETYPE,T1.DEFAULTAGREEMENTLINEEFFECTIVEDATE,T1.DEFAULTAGREEMENTLINEEXPIRATIONDATE,T1.ORIGINATOR,T1.LANGUAGE,T1.EARLIESTLINEEFFECTIVEDATE,T1.LATESTLINEEXPIRATIONDATE,T1.ISDELETED,T1.DEFAULTDIMENSION,T1.AWARDDATE,T1.DEPARTMENT,T1.PROJECTMANAGER,T1.TOTALAMOUNT,T1.BOOKMARK1_4895,T1.PURCHAGREEMENTSTATUS,T1.DEFAULTAGREEMENTLINEEXPIRATIONDATE1_4895,T1.MODIFIEDDATETIME,T1.MODIFIEDBY,T1.CREATEDDATETIME,T1.RECVERSION,T1.RELATIONTYPE,T1.PARTITION,T1.RECID FROM AGREEMENTHEADER T1 WHERE (((T1.PARTITION=?) AND (T1.RECID=?)) AND (T1.INSTANCERELATIONTYPE IN (4902) )) ORDER BY T1.RECID,T1.RECID OPTION(FAST 2)"

Regards,

KVNKK

RE: Cost is Sales Return.

$
0
0

Hi,

I created new item and purchase it then sales then sales return without putting cost and cost posted zero.

RE: Insufficient inventory transaction

$
0
0

Microsoft directed us to install the hotfix KB 3080482 for the same error.

The exact case happened somewhere else but in a CU10 environment. Will check if the same KB solves the issue or need something else.

Insufficient inventory transaction

$
0
0

Hi All 

i am facing the following issue in warehouse management Ax 2012 R3 CU10

Insufficient inventory transaction, happens during the picking of replenishment or sales work orders with no valid or traceable reason.


RE: Technical design document

$
0
0

Thanks for the reply ,

[quote user="Martin Dráb"]You have some kind of functional requirement for which you create the TDD,[/quote]

[quote user="Martin Dráb"]You can put your TDD there or you can have a TDD document linked to it[/quote]

Based on the above statements , TDD is mandatory to be prepared by developer and without TDD ,it's not possible to track object changes against the customizations.

RE: Synchronization errors

$
0
0

I have to say that your production deployment process is not in line with MS best practices and I'm not surprised that there are strange problems.

Please check this white paper about the topic: www.microsoft.com/.../details.aspx

Basically you don't know when the environment was last in a healthy state. This is something that you have to check with each production deployment! And you should deploy modelstore (or at least models), not xpos

If I were responsible for fixing the environment, I would first copy the databases to another AX instance, so I could try different things without causing more harm in the production. After figuring out how to fix it, I would plan how to use this info to fix the prod environment, too.

After prod is fixed, I would copy the databases one more time and use the copy environment as a staging environment for prod deployments from then on. And I would start using modelstore delivery for production deployments.

RE: Technical design document

$
0
0

It is perfectly possible to track object changes without TDD. For example you might have a VSTS user story for the functional requirement. You can force developers to add a link to a VSTS item when checking in. When developers check in code regarding your user story, they associate their changeset with the VSTS user story id. Now you can track all customizations regarding that user story.

TDD (Technical Design Document) is meant for describing what technical changes (dev work) are needed to fulfill a functional requirement.

Documenting your design and tracking changes are two different things. But of course you want to have a link between your FDD, TDD and VSTS changesets.

RE: Centralised payment - GL entries posted without routing through AR/AP posting profile

RE: Technical design document

$
0
0

Anyway I don't think you can avoid TDD with any change tracking tools. Design needs to be done before implementing the changes. So it's impossible to avoid the need for design by generating it afterwards by tracking / analysing the changesets.

Viewing all 175888 articles
Browse latest View live


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