Re: [Axapta-Knowledge-Village] Two layer customizing

2004-12-23 Thread Joy






Dear Malcom and Vaibhav or anyone 
else,

Can you tell me the detail of creating upgrade 
project?
And where i find the compare tools and how to use 
it?

Regards,

Joy


  - Original Message - 
  From: 
  vaibhav 
  pednekar 
  To: Axapta-Knowledge-Village@yahoogroups.com 
  
  Sent: Wednesday, December 22, 2004 11:55 
  PM
  Subject: RE: [Axapta-Knowledge-Village] 
  Two layer customizing
  hi,Malcom is right,just use the compare 
  tool to find the objects modifiedin the VAR and USR 
  layers.regardsvaibhav pednekar--- Malcolm Burtt [EMAIL PROTECTED]wrote: 
  Hi  I would have thought that the simplest method 
  would be to take the VAR and USR layers to a new application, 
  just as you have already tried and then create an upgrade project from 
  all elements that have both VAR and USR changes. You can then use 
  the compare tool to get all the VAR changes into the USR 
  layer. This is the approach that you would use if you were taking a 
  new SYP layer from MBS, for example, and what you are doing here is a 
  similar operation.  Where this breaks down is if 
  you have tables that only exist in the VAR layer and you want them in 
  the USR layer. The only approach here is to export them from 
  VAR, delete from VAR and import them to USR...but you cannot do this 
  against an existing database because the table Id of the USR table 
  will be different from the VAR table.  
  Regards  Malcolm Burtt  Global IT Group 
  "Business Solutions designed for YOUR business processes" 
  Global IT Group is the trading name of Touchstone Global Business 
  Solutions Ltd. and is part of the Touchstone Group PLC. 
   -Original Message- From: Joy 
  [mailto:[EMAIL PROTECTED] Sent: 22 December 2004 07:47 
  To: Axapta-Knowledge-Village@yahoogroups.com; 
  development-axapta@yahoogroups.com Subject: [Axapta-Knowledge-Village] 
  Two layer customizing- 
  Original Message -  From: Joy 
  mailto:[EMAIL PROTECTED]  To: 
  development-axapta@yahoogroups.com  Sent: Wednesday, December 22, 2004 
  11:11 AM Subject: Two layer customizing  Hi 
  all,  I want to ask a question about programming in 
  two layer (Var and USR)  Now i'm in a axapta 
  project. My team make some program in USR layer and our 
  consultant make it in VAR layer. My team made the program in different 
  axapta application with our consultant.  Is 
  there the best way to combine our layer in other Axapta 
  application, because i have try to combine it by taking the 
  AXUSR file in our application and AXVAR file in our consultant 
  application to another Application. The result is if our team 
  have maded changes to the same object (such as method in tables, 
  menues, etc) with our consultant, his changes seems 
  dissappeared?  Why it can happen, and what should i do 
  to combine it beside by using expot import?  cause if i use 
  export import, i must do it at least 60 project. 
   Thanks  Joy   Sharing 
  the knowledge on Axapta. Yahoo! Groups 
  Sponsor  http://us.ard.yahoo.com/SIG=1298i179u/M=324658.5816620.6854924.3001176/D=groups/S=1705001380:HM/EXP=1103790751/A=2343726/R=0/SIG=12i4d2srq/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/time=1103704351610624 
  http://us.ard.yahoo.com/SIG=1298i179u/M=324658.5816620.6854924.3001176/D=groups/S=1705001380:HM/EXP=1103790751/A=2343726/R=1/SIG=12i4d2srq/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/time=1103704351610624 
 Get unlimited calls to  
  U.S./Canada  http://view.atdmt.com/VON/view/yhxxxvon01900091von/direct/01/time=1103704351610624 
   http://us.adserver.yahoo.com/l?M=324658.5816620.6854924.3001176/D=groups/S=:HM/A=2343726/rand=205105869 
  
  _   Yahoo! Groups Links   
  * To visit your group on the web, go 
  to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/ 
* To unsubscribe from this 
  group, send an email to: 
  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
 * Your 
  use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ 
  . 
   __ Do 
  you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250Sharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [Axapta-Knowledge-Village] Two layer customizing

2004-12-23 Thread Malcolm Burtt






Hi 
Joy

The upgrade 
project is the mechanism used when you receive a new version from MBS (its 
accessed from Tools - Development Tools - Version update), but on closer 
inspection, its not the tool you want. You actually need to use the "Compare 
layers" tool which can be found in the same place as the upgrade project 
tool.

Log into the 
layer that you want all your changes to end up in.

Select VAR as 
your reference layer and USR as the source layer then let it create a 
development project for you.

Next make 
sure that your user options are set to show changes in all layers (Tools - 
Options. Development tab, Application object layer = Show all from corrected 
layers).

Now select 
each item in the project that was created by the compare layers tool. Right 
click on the item and select Add-ins - Compare. Select VAR and USR as the 
layers you want to compare and it will show you the 
differences.

The compare 
tool will give you the option to move code between the layers, but not move 
fields or tables. If you need to do that then you must export the object from 
its source layer, delete it from that layer and then import the changes into the 
correct layer. Note that this changes the table and field Id's that were 
allocated, so you cannot usethe new application against an existing 
database.

Good 
luck


Malcolm Burtt Global 
IT Group"Business Solutions designed for YOUR business 
processes"Global IT Group is the trading name of Touchstone Global Business 
Solutions Ltd. and is part of the Touchstone Group 
PLC.

  -Original Message-From: Joy 
  [mailto:[EMAIL PROTECTED]Sent: 23 December 2004 
  09:15To: 
  Axapta-Knowledge-Village@yahoogroups.comSubject: Re: 
  [Axapta-Knowledge-Village] Two layer customizing
  Dear Malcom and Vaibhav or anyone 
  else,
  
  Can you tell me the detail of creating upgrade 
  project?
  And where i find the compare tools and how to use 
  it?
  
  Regards,
  
  Joy
  
  
- Original Message - 
From: 
vaibhav 
pednekar 
To: Axapta-Knowledge-Village@yahoogroups.com 

Sent: Wednesday, December 22, 2004 
11:55 PM
Subject: RE: [Axapta-Knowledge-Village] 
Two layer customizing
hi,Malcom is right,just use the compare 
tool to find the objects modifiedin the VAR and USR 
layers.regardsvaibhav pednekar--- Malcolm Burtt [EMAIL PROTECTED]wrote: 
Hi  I would have thought that the simplest method 
would be to take the VAR and USR layers to a new 
application, just as you have already tried and then create an 
upgrade project from all elements that have both VAR and USR 
changes. You can then use the compare tool to get all the VAR 
changes into the USR layer. This is the approach that you would use 
if you were taking a new SYP layer from MBS, for example, 
and what you are doing here is a similar operation. 
 Where this breaks down is if you have tables that only 
exist in the VAR layer and you want them in the USR layer. The only 
approach here is to export them from VAR, delete from VAR and import 
them to USR...but you cannot do this against an existing 
database because the table Id of the USR table will be different 
from the VAR table.  Regards  
Malcolm Burtt  Global IT Group "Business Solutions designed 
for YOUR business processes" Global IT Group is the trading 
name of Touchstone Global Business Solutions Ltd. and is part of 
the Touchstone Group PLC.  -Original 
Message- From: Joy [mailto:[EMAIL PROTECTED] Sent: 
22 December 2004 07:47 To: 
Axapta-Knowledge-Village@yahoogroups.com; 
development-axapta@yahoogroups.com Subject: 
    [Axapta-Knowledge-Village] Two layer customizing  
  - Original Message -  From: Joy 
mailto:[EMAIL PROTECTED]  To: 
development-axapta@yahoogroups.com  Sent: Wednesday, December 22, 
2004 11:11 AM Subject: Two layer customizing  Hi 
all,  I want to ask a question about programming in 
two layer (Var and USR)  Now i'm in a axapta 
project. My team make some program in USR layer and our 
consultant make it in VAR layer. My team made the program in 
different axapta application with our consultant. 
 Is there the best way to combine our layer in other Axapta 
application, because i have try to combine it by taking the 
AXUSR file in our application and AXVAR file in our 
consultant application to another Application. The result is 
if our team have maded changes to the same object (such as method in 
tables, menues, etc) with our consultant, his changes seems 
dissappeared?  Why it can happen, and what should i do 
to combine it beside by using expot import?  cause if i use 
export import, i must do it at least 60 project. 
 Thanks  Joy   Sharing 
the knowledge on Axapta. Yahoo! Groups 
Sponsor  http://us.ard.yahoo.com/SIG=1298i179u/M=324658.5816

Re: [Axapta-Knowledge-Village] Two layer customizing

2004-12-22 Thread Joy






Thanks Raul,

I owe you much.

I'll try your tips, and now i know how it 
works

Joy


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.