Time taken for moving the code while comparing

Hi,

When we are importing the object in axapta generally we will compare and then move the code by clicking the arrow icon.So after clicking the arrow icon in side of compare window it is taking time for moving the code to some other application.Can i know the reason why it is taking time.

What do you mean by that?

Hope you know, when we are comparing and import the Object(class), it will show the changes based on the layers ( like remove → /paste <-).

here when i’m clicking on the arrows either remove or paste (-> / ← ), it is taking more than 5 min to paste/remove. Previously i didnt face this delay, That is what i have a doubt… is there any reason for this delay to Paste/remove the code.

Please Advise.

It shouldn’t take 5 minutes to click the arrow and move in code. I’ve noticed things being sluggish with reports/forms but classes should be pretty quick.

Let’s say Class\SalesFormLetter has SYP, BUS, VAR, and CUS layers. If you are merging code into the VAR layer, you should:

  1. Login to the CUS layer and export out SalesFormLetter and remove the CUS layer
  2. Login to the VAR layer and merge your changes
  3. Log back into the CUS layer and MERGE your original CUS layer against the VAR layer.

Technically with classes, you might not need to export the upper layer if the methods don’t conflict, but it’s good practice.

How are you connecting to AX? Terminal server/workstation or local client on the AOS?

A good test would be to log directly into the AOS machine and try your code merges and see if you get the same time issue.

Does all the processes go down or only this - might be an environmental issue.