RE: [development-axapta] Customised Filtering

2004-04-28 Thread Deshpande, Harry





hi

On 
second thoughts...

It 
will be better if you could change your look up form on the item id to the 
format of the look up form on the field warehouse (on salesline). So the new 
lookup with have two tabs. On first tab show itemgroup and on second tab show 
related items. this will make things easier.

regards

harry


  -Original Message-From: kamtt 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, April 27, 2004 7:18 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Customised FilteringHello,I 
  am new for Axapta and I have encounter below problem.In Sales Line of 
  Sales Order, I would like to select an ItemGroup first and then it will 
  automatically filter and shows for Item Numbers which are only related to 
  selected ItemGroup.I don't want to jump to Item Number and filter 
  using standard. In this way, user need to select ItemGroup first and and 
  it will show filtered Item Numbers when he dirll down on Item Number 
  field. Please advice me how to solve the problem.Thanks in 
  advance,kamtt







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Customised Filtering

2004-04-28 Thread Deshpande, Harry





hi 
Amit!

Hmmm, 
I guess adding a new datasourceis better than adding a new field or 
creating a new look up form,but personally speaking I avoid adding a new 
datasource unless its absolutely required. Just my way of thinking. no real 
rational behind this.

regards

harry

  -Original Message-From: Amit Jain 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 28, 2004 6:09 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Customised Filtering
  Hi Harry
  
  First thing i m not suggesting that Kamtt should create another field for 
  itemgroup, but from the statement of Kamtt it looks like that they are already 
  using ItemGroup field in SalesLine table.Ifcreation of new field 
  is a problem then might be he cancreate a new datasourcefor 
  ItemGroup and then use sysTableLookTable class. but i won't suggest creation 
  of new forms only for look until and unless it cannot be done another way. 
  This is what my personal experience says. 
  
  What ur opinion.
  
  
  
  Regards
  
  Amit
  
  "Deshpande, Harry" 
  [EMAIL PROTECTED] wrote:
  

hi 
Amit!

Interesting!

The problem with what you are proposing is ...

Either I have to create a field to hold the value of 'ItemGroupId' on 
salesLine. This field does not serve any purpose after a line has been 
created and violates the 'Normalization' rule for the data. It also takes up 
unnecessary disk space.

One can also create just an extended data type field on the saleTable 
form (in the sales line grid). However, this means..if i specify an 
item group and go to second line to specify a different item group the first 
item group changes. This will create confusion for the 
viewer.

This is why I recommended a different lookup form on the ItemId with 
two tabs like the 'location' look up form.

Do 
let me know if you find some problem with the above 
thinking.

regards

harry

  -Original Message-From: Amit Jain 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 28, 2004 
  4:50 PMTo: 
  [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Customised Filtering
  Hi
  
  For this u must have created a data field for itemgroup in the 
  salesline form. you can anytime override the lookup method of the itemid 
  field in SalesLine datasource to control the way look up behaves. All you 
  have to do is use sysTableLookup Class. Refer Axapta's help for this. If 
  you still face problem then let me know.
  
  
  Regards
  
  Amit"Deshpande, Harry" 
  [EMAIL PROTECTED] wrote:
  

hi

On second thoughts...

It will be better if you could change your look up form on the 
item id to the format of the look up form on the field warehouse (on 
salesline). So the new lookup with have two tabs. On first tab show 
itemgroup and on second tab show related items. this will make things 
easier.

regards

harry


  -Original Message-From: kamtt 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, April 27, 2004 7:18 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Customised 
  FilteringHello,I am new for Axapta and I 
  have encounter below problem.In Sales Line of Sales Order, I would 
  like to select an ItemGroup first and then it will automatically 
  filter and shows for Item Numbers which are only related to 
  selected ItemGroup.I don't want to jump to Item Number and 
  filter using standard. In this way, user need to select ItemGroup 
  first and and it will show filtered Item Numbers when he dirll 
  down on Item Number field. Please advice me how to solve the 
  problem.Thanks in 
  advance,kamtt
  
  
  Do you Yahoo!?Win 
  a $20,000 Career Makeover at Yahoo! HotJobs 
  
  
  
  Do you Yahoo!?Win 
  a $20,000 Career Makeover at Yahoo! HotJobs 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Open directory with AX codes

2004-04-26 Thread Deshpande, Harry
Title: Meddelelse





hi

I am 
not very sure as to what are u trying to do but 

look 
at the aot import form and see how the browse button works. Then send your 
parameters but instead of sending just the extension for eg *.xpo send the full 
filename i.e. filename.xpo. This should work

regards

harry


  -Original Message-From: Mikael Dalgård 
  [mailto:[EMAIL PROTECTED]Sent: Monday, April 26, 2004 3:58 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Open directory with AX codes
  Hi 
  all
  
  From DOS I can 
  use this parameter to open a directory "explorer C:\dirname". 
  Does anybody know how I can open a directory with Axapta 
  codes.
  
  I have tried with 
  this: 
  
  void 
  clicked(){ 
  str 
  vItemName; 
  SMM_CustTable 
  PrefTable;
  
   PrefTable = 
  SMM_CustTable_DS.cursor(); if 
  (PrefTable) 
  { vItemName = ' ' + 
  xinfo::directory(directoryType::Appl); 
  vItemName = vItemName + 'SMMArchive\\' + 
  PrefTable.SMM_ID; 
  winapi::shellExecute('explorer.exe ' + vItemName); 
  } super();}
  
  Best 
  regards
  
  Mikael Dalgård
  
  
  







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] SalesAutoCreate

2004-04-26 Thread Deshpande, Harry





hi 
sinn!

Exactly what problem did u get while using this 
class?

regards


[Deshpande, 
Harry]-Original Message-From: 
sinn3653 [mailto:[EMAIL PROTECTED]Sent: Monday, April 26, 2004 
4:34 PMTo: [EMAIL PROTECTED]Subject: 
[development-axapta] SalesAutoCreate
hi alldoes anyone know how to use the 
  "SalesAutoCreate" class to create sales order and sales lines. If 
  some one has already developed one please send me the 
  sample/info.regards,sinn







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: SalesAutoCreate

2004-04-26 Thread Deshpande, Harry





hi

if you 
wish to copy lines from an existing sales order to a new sales order you should 
use salesAutoCreate.

SalesTableForm is not meant to create sales order. It is meant to control 
the behavior of form SalesTable.

regards

harry

  -Original Message-From: sinn3653 
  [mailto:[EMAIL PROTECTED]Sent: Monday, April 26, 2004 5:29 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Re: SalesAutoCreatehi 
  harry,in what circumstance we should use the salesautocreate class to 
  create the sales order and sales lines ? What about the salesTableForm 
  class. i notice that, the standard sales order is using this class 
  'salesTableForm' to do the sales order creation.hv any idea which form 
  or class is calling the salesAutoCreate class 
  ?regards,sinn.--- In 
  [EMAIL PROTECTED], "Deshpande, Harry" 
  [EMAIL PROTECTED] wrote: hi sinn!  
  Exactly what problem did u get while using this class?  
  regards[Deshpande, 
  Harry] -Original Message- From: sinn3653 
  [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 4:34 PM 
  To: [EMAIL PROTECTED] Subject: [development-axapta] 
  SalesAutoCreatehi all  
  does anyone know how to use the "SalesAutoCreate" class to create  
  sales order and sales lines.   If some one has already 
  developed one please send me the sample/info.  
  regards, sinn
  _   Yahoo! Groups Links   
  * To visit your group on the web, go to: 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
 * To 
  unsubscribe from this group, send an email to: 
  [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED]subject=Unsubscribe 
 * Your 
  use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
  http://docs.yahoo.com/info/terms/ 
  .







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: tabpage

2004-04-21 Thread Deshpande, Harry





how 
abt redraw?

  -Original Message-From: byteway_so 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 21, 2004 4:44 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Re: tabpageYes I tried that too, 
  without succes though.It seems that there is no screen update when 
  changing from tabPage.So perhaps I should force a reread when a tabPage 
  change takes place...Any more ideas?--- In 
  [EMAIL PROTECTED], "markskinner" [EMAIL PROTECTED] 
  wrote: Have you tried putting an else condition to set the color back 
  to the original color if the tab is not "Overview"?







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: Warehouses in Master Planing

2004-04-21 Thread Deshpande, Harry





hi 
Yifat

Hope u 
have taken care of location etc. Since you are copying the InventDimId, the 
location,batch etc assigned to the finished goods will be copied over to the raw 
material.

Perhaps what u can do as follows: (typing from memory, spelling mistakes 
are possible)

in the 
declaration section declare something like

InventDim inventDimHarry;

where 
you have inserted the new line put 

inventDimHarry.inventLocationId = 
InventDim::find(_reqPo.covInventDimId).inventLocationId;
reqTransBOM.covInventDimId = 
InventDim::findorcreate(inventDimHarry).inventDimId;

regards

harry

  -Original Message-From: yifath1 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 21, 2004 
  6:56 PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Re: Warehouses in Master 
  PlaningHi HarryYOU are brilliant!thank 
  you so much.Exactly what we were trying to do!I will sleep 
  tonight.ThanksYifat  Team--- In 
  [EMAIL PROTECTED], "Deshpande, Harry" 
  [EMAIL PROTECTED] wrote: hi Yifat,  
  this is a one line modification.  change method 
  'createBOM' on table 'reqTrans'. Put the following line somewhere 
  in the 'Search' loop inside this method (say when the quantity is 
  assigned to the BOM.) 
   
  reqTransBOM.CovInventDimId = 
  _reqPo.CovInventDimId;  this should solve your 
  problem  regards  
  harry--- In 
  [EMAIL PROTECTED], "yifath1"  
  [EMAIL PROTECTED] wrote:  Hi there,   
   The problem occurs when you run the master scheduling, it populates 
the warehouse for the production order, but it does not populate 
   the   warehouse for the raw material. For our solution to 
  work (for our   client) we need to be able to run master 
  planning... there is no   problem when creating manual production, 
  but this is not the an   option at the moment.  
Thanks  Yifat 
   --- In [EMAIL PROTECTED], "Theissen, Annette"  
   [EMAIL PROTECTED] wrote:   Does your problem 
  only occur when creating a Production from   MasterPlan 
  but   not when creating a Production directly?  
 -Ursprüngliche 
  Nachricht-   Von: mud_mullet 
  [mailto:[EMAIL PROTECTED]   Gesendet: Freitag, 16. April 2004 
  16:24   An: [EMAIL PROTECTED]  
   Betreff: [development-axapta] Re: Warehouses in Master Planing 
  I looked at her Discussion And 
  your reply but i am pritty sure   thatthe 
  changes are not made on the Table they need to be Made in one  
   ofthe classes that are used Maybe the reqcalc Class 
  but im not surewhere   --- In 
  [EMAIL PROTECTED], "Theissen, Annette"
  [EMAIL PROTECTED] wrote:Hi Jason, 
 seems like you're working on the 
  same as Yifat does. Why don't   youhave 
  alook at the mails titled "Produce the same BOM in 2 
  independentwarehouses".
  Bye, Annette 
 Mit freundlichen Grüßen / Best regards 
  Dipl. Phys. Annette Theißen
  System Software Entwicklung
  __Viscom 
  AG - Carl-Buderus-Str. 9-15 - D-30455 HannoverPhone: 
  +49/511/94996-0 - Fax: +49/511/94996-900
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  -http://www.viscom.de http://www.viscom.de  http://www.viscom.de http://www.viscom.de   
http://www.viscom.de/ http://www.viscom.de/
   http://www.viscom.de/ http://www.viscom.de/   
  -Ursprüngliche 
  Nachricht-Von: mud_mullet 
  [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 16. April 
  2004 15:24An: 
  [EMAIL PROTECTED]Betreff: 
  [development-axapta] Warehouses in Master Planing
  Hi all 
  I have independent warehouses that really produce, 
  purchase andsell items. 
  However, the item master and bills are shared between  the  
 warehouses i.e. item Z is manufactured in all warehouses 
  with components that sit in the warehouse where it 
  is produced.Once i create 
  demand for the same item to be produced in   warehouse  
1 and warehouse 2, i run master planning 
  which creates productionand 
  purchases orders for the correct items. However, the warehouse  
   for the components of the the BOM is not 
  populated.   
   Any Help would be Greatly AppreciatedThanks in 
  Advance Jason  

  _ Yahoo! Groups 
  Links
  * To visit your group on the web, go to: 
 http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
 
 * To unsubscribe from this group, 
  send an email to:
  [EMAIL PROT

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-20 Thread Deshpande, Harry





hi 
Yifat,

this 
isa one line modification.

change 
method 'createBOM' on table 'reqTrans'. Put the following line somewhere in the 
'Search' loop inside this method (say when the quantity is assigned to the 
BOM.)

 
reqTransBOM.CovInventDimId = 
_reqPo.CovInventDimId;

this 
should solve your problem

regards

harry

--- In [EMAIL PROTECTED], 
  "yifath1" [EMAIL PROTECTED] wrote: Hi there, 
   The problem occurs when you run the master scheduling, it populates 
   the warehouse for the production order, but it does not populate 
  the  warehouse for the raw material. For our solution to work (for 
  our  client) we need to be able to run master planning... there is no 
   problem when creating manual production, but this is not the an 
   option at the moment.  Thanks Yifat 
--- In [EMAIL PROTECTED], "Theissen, 
  Annette"  [EMAIL PROTECTED] wrote:  Does your 
  problem only occur when creating a Production from  MasterPlan 
  but  not when creating a Production directly?  
  -Ursprüngliche Nachricht-  
  Von: mud_mullet [mailto:[EMAIL PROTECTED]  Gesendet: Freitag, 16. 
  April 2004 16:24  An: [EMAIL PROTECTED] 
   Betreff: [development-axapta] Re: Warehouses in Master Planing 
   I looked at her Discussion And your reply but 
  i am pritty sure  that   the changes are not made on the 
  Table they need to be Made in one  of   the classes that 
  are used Maybe the reqcalc Class but im not sure   where 
   --- In [EMAIL PROTECTED], "Theissen, Annette"  
   [EMAIL PROTECTED] wrote:   Hi Jason, 
   seems like you're working on the same as 
  Yifat does. Why don't  you   have a   look 
  at the mails titled "Produce the same BOM in 2 independent   
  warehouses".  Bye, Annette 
  Mit freundlichen Grüßen 
  / Best regardsDipl. Phys. Annette Theißen  
   System Software Entwicklung   
  __   Viscom AG - 
  Carl-Buderus-Str. 9-15 - D-30455 Hannover   Phone: 
  +49/511/94996-0 - Fax: +49/511/94996-900   
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  -   http://www.viscom.de 
  http://www.viscom.de  
   http://www.viscom.de/ 
   http://www.viscom.de/ 
 -Ursprüngliche 
  Nachricht-   Von: mud_mullet 
  [mailto:[EMAIL PROTECTED]   Gesendet: Freitag, 16. April 2004 
  15:24   An: [EMAIL PROTECTED]  
   Betreff: [development-axapta] Warehouses in Master Planing  
 Hi all 
I have independent warehouses that really produce, purchase and 
sellitems. However, the item master and 
  bills are shared between thewarehouses i.e. item Z is 
  manufactured in all warehouses withcomponents that sit in 
  the warehouse where it is produced.  Once 
  i create demand for the same item to be produced in  warehouse 
1and warehouse 2, i run master planning 
  which creates production   andpurchases orders 
  for the correct items. However, the warehouse  for
  the components of the the BOM is not populated.
   Any Help would be Greatly Appreciated 
Thanks in AdvanceJason   
   
  _   Yahoo! Groups Links 
  
  * To visit your group on the web, go to: 
http://groups.yahoo.com/group/development-axapta/ 
   http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
   http://groups.yahoo.com/group/development-axapta/ 

  * To unsubscribe from this group, send an email 
  to:   [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] 
   subject=Unsubscribe   
 * Your use of Yahoo! Groups 
  is subject to the Yahoo! Terms  of   Service  
http://docs.yahoo.com/info/terms/ 
   http://docs.yahoo.com/info/terms/ 
.   
   _ Yahoo! Groups 
  Links  * 
  To visit your group on the web, go to:  http://groups.yahoo.com/group/development-axapta/ 
   http://groups.yahoo.com/group/development-axapta/ 

  * To unsubscribe from this group, send an email 
  to:  [EMAIL PROTECTED]  
  mailto:[EMAIL PROTECTED] 
  subject=Unsubscribe   
  * Your use of Yahoo! Groups is subject to the 
  Yahoo! Terms of  Service  http://docs.yahoo.com/info/terms/ 
  .







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Permission group access

2004-04-20 Thread Deshpande, Harry





hi 
Acooi

curious. Why do you want to do this thru code? Why not just set the 
security key?

regards

harry


  -Original Message-From: ooi aikchong 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, April 21, 2004 
  10:35 AMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Permission group accessHi 
  all,I have few forms which will only allow to be accessed by a 
  particular permission group. This group has multiple users. So, my 
  question is How can i control the form to be accessed by the specified 
  group only in my code? Is there any function in Axapta which allow me to 
  do so? I am using Axapta 3.0 SP1.Urgently seeking help from u all. 
  Thanks.rgds,acooi_Using 
  a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: Warehouses in Master Planing

2004-04-18 Thread Deshpande, Harry





hi 
Jason

You 
will have to fingure around method 'createBOM' of table 
'reqTrans'

regards

harry


-Ursprüngliche Nachricht-Von: 
mud_mullet [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 16. 
April 2004 16:24An: 
[EMAIL PROTECTED]Betreff: [development-axapta] Re: 
Warehouses in Master Planing

  I looked at her Discussion And your reply but i am pritty 
sure that the changes are not made on the Table they need to be Made in 
one of the classes that are used Maybe the reqcalc Class but im not sure 
where--- In [EMAIL PROTECTED], "Theissen, Annette" 
[EMAIL PROTECTED] wrote: Hi Jason, 
 seems like you're working on the same as Yifat does. Why don't you 
have a look at the mails titled "Produce the same BOM in 2 
independent warehouses".  Bye, 
Annette   Mit freundlichen Grüßen / Best 
regards  Dipl. Phys. Annette Theißen System Software 
Entwicklung __ 
Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover Phone: 
+49/511/94996-0 - Fax: +49/511/94996-900 
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
- http://www.viscom.de http://www.viscom.de/  
 -Ursprüngliche Nachricht- Von: mud_mullet 
[mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. April 2004 
15:24 An: [EMAIL PROTECTED] Betreff: 
[development-axapta] Warehouses in Master Planing   
Hi all   I have independent warehouses that really produce, 
purchase and sell  items. However, the item master and bills are 
shared between the  warehouses i.e. item Z is manufactured in all 
warehouses with  components that sit in the warehouse where it is 
produced.  Once i create demand for the same item to be 
produced in warehouse 1  and warehouse 2, i run master planning 
which creates production and  purchases orders for the correct 
items. However, the warehouse for  the components of the the BOM is 
not populated.   Any Help would be Greatly 
Appreciated Thanks in Advance  Jason  
  _   Yahoo! Groups 
Links   * To visit 
your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ 
http://groups.yahoo.com/group/development-axapta/ 
   * To 
unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]subject=Unsubscribe 
   * Your 
use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
http://docs.yahoo.com/info/terms/ 
.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] byproduct

2004-03-17 Thread Deshpande, Harry
Title: Meddelelse





hi 
aks!

I was 
actually wondering if there is any document describing how it should 
work.

I am 
writing abyproduct module and I am almost there (trying to make the 
costing work), just wanted to check notes if what I have done is what is 
expected by a functional person.

regards

harry


  -Original Message-From: abinsam 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, March 16, 2004 1:13 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] byproduct
  hi harry,
  
   Add a BOM component line 
  with (-ve) qty. this will add up in your inventory when you report 
  as finish your production orwhen you post your pick list. (Depends 
  on your setup of production).
  
   Hope this will help 
  you.
  
   I too searched for the doc some 
  time back. But there is nothing available from microsoft.
  
  cheers
  
  aks.
  
-Original Message-From: Deshpande, Harry 
[mailto:[EMAIL PROTECTED]Sent: Monday, March 15, 2004 
9:51 AMTo: 
'[EMAIL PROTECTED]'Subject: [development-axapta] 
byproduct
hi

Does anyone have any document describing how a byproduct should work 
in Axapta?

regards

harry










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Gannt Schema Problem..

2004-03-17 Thread Deshpande, Harry





hi

check 
load route, load job settings.

regards

harry


  -Original Message-From: Anil Ozay 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, March 17, 2004 
  10:30 PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Gannt Schema Problem..
  
  Hi all developers.. I have a 
  problem about Gantt Schemas. 
  
  On "Production Orders" form, when 
  i select any order and click Gantt, this works fine.. But when i select 
  
  
  On "Basic / Inquiries / Gantt 
  table" form,when i select one record and click Gannt, infolog window 
  appears :
  
  "No 
  operations to display"
  
  All the parameters are the same. 
  May be i miss any configuration.. Do you have any idea for 
  this??
  
  Best 
  regards,
  
  Anil 
  Ozay







Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

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










[development-axapta] ByProduct

2004-03-17 Thread Deshpande, Harry





hi

I am 
wondering if anyone can help me with the concept of 
by-product.

I have 
written a module and it's working fine in terms of inventory and posting to 
GL.

My 
questions are:

1. 
What should be thefinancial and physical cost of such by-product? I am 
taking it at standard cost. Any other suggestions?

2. 
Currently I am posting the by-products by using a journal similar to 'reported 
as finished' journal. However, I wish to link this to route feedback quantity 
since by-products are produced at different operation numbers. But I dont want 
to make route posting more complicated (there can be more than one-by product 
coming out per operation). Any idea as to how to handle this 
part?

regards

harry








Yahoo! Groups Links

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










[development-axapta] byproduct

2004-03-14 Thread Deshpande, Harry
Title: Meddelelse





hi

Does 
anyone have any document describing how a byproduct should work in 
Axapta?

regards

harry










Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: Ax Manu: Train

2004-02-29 Thread Deshpande, Harry





hi 
Thomas!

Thanx 
for the reply. I have the document already.

There 
seems to be one more inventory closing document which people refer to as 
white-paper. I was searching for this particular document.

It is 
more a matter of curiosity than anything else. Whenever someone talks about it, 
it is projected as the bible for inventory closing. However, no one has been 
able to procure it for me. The guy who refers to this document on the technet... 
his email id is not valid any more.

May be 
this is just one more urban myth *s*

regards

harry.


  -Original Message-From: Mr Thomas Kristiansen 
  [mailto:[EMAIL PROTECTED]Sent: Friday, February 27, 2004 8:19 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Re: Ax Manu: TrainHi 
  HarryHere is a paper on simulated inventory closing whichyou might 
  find useful.Thomas--- In [EMAIL PROTECTED], 
  "Deshpande,Harry" [EMAIL PROTECTED] wrote: hi 
   I need the white-paper on inventory closingdesparately. 
If anyone has the soft copy then can you 
  pleaseemail it to me?  regards 
   harry  -Original Message- 
  From: abinsam [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 
  5:49 PM To: [EMAIL PROTECTED] Subject: 
  [development-axapta] Ax Manu: Train
   Hi ,  Where can I get an 
  advanced axapta manufacturingtraining doc ?  
   any web sites from where I can download the 
  file?  Or someone here got a 
  softcopy ?  Thanks in advance  
  Abin_  
   Yahoo! Groups Links   
  * To visit your group on the web, go to: 
  http://groups.yahoo.com/group/development-axapta/ 
  http://groups.yahoo.com/group/development-axapta/ 
 * 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!?Get better 
  spam protection with Yahoo! Mail.http://antispam.yahoo.com/tools 








Yahoo! Groups Links

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










[development-axapta]

2004-02-26 Thread Deshpande, Harry
Title: Zprva






  hi
  
  We 
  have one large company, one medium sized company and 12 small companies in a 
  single SQL server database.
  
  1. I 
  am thinking of switching off all the generate literal parameters on the 
  Navision Axapta configuration utility, will this speed up MRP (and inventory 
  closing).
  
  2. 
  Will this slow down other work (keeping in mind the fact that we have numerous 
  small companies)
  
  3. 
  If I set one AOS server with these parameters unmarked and use this AOS to run 
  MRP, Inventory closing then will it work?
  
  regards
  
  harry
  







Yahoo! Groups Sponsor


ADVERTISEMENT




Click Here















Yahoo! Groups Links

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










[development-axapta] SQL Server

2004-02-26 Thread Deshpande, Harry
Title: Zprva





hi

We run master planning and inventory closing in the 
night and make sure that no one uses the system during this 
time.

1. Is there any way we can set-up SQL server to put 
table locks on the table automatically during this run?
2. Will it help speeding up the 
process?

regards

harry









Yahoo! Groups Sponsor


ADVERTISEMENT




Click Here















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ax Manu: Train

2004-02-26 Thread Deshpande, Harry
Title: Zprva





hi

I need 
the white-paper on inventory closing desparately. 

If 
anyone has the soft copy then can you please email it to me?

regards

harry

-Original 
Message-From: abinsam 
[mailto:[EMAIL PROTECTED]Sent: Thursday, February 26, 2004 5:49 
PMTo: [EMAIL PROTECTED]Subject: 
[development-axapta] Ax Manu: Train

  Hi ,
  
   Where can I get an advanced axapta 
  manufacturing training doc ? 
  
   any web sites from where I can download 
  the file ?
  
   Or someone here got a softcopy 
  ?
  
  Thanks in advance
  
  Abin







Yahoo! Groups Sponsor


ADVERTISEMENT




Click Here















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Problem with AOS - Multilanguage ---- Se nding again !!

2004-02-24 Thread Deshpande, Harry
Title: Zprva





hi 
abinson!

Some 
part of the language set-up like input-local is user specific and stored in 
individual user profiles.

regards

harry

  -Original Message-From: abinsam 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 24, 2004 4:57 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Problem with AOS - Multilanguage  Sending again 
  !!
  This problem is not 
  solved yet .. so sending again !!
  
  Hi 
  all,
  
   I have a problem while using 
  multi-language.
  
   We have item numbers and item name 
  rit.
  Here the itemname is entered in 
  Arabic from one of the client system. This client system is using XP with all 
  the recent SPs. The display in this particular client system is okey and 
  Axapta displays both the English and the Arabic letters on the same form. No 
  problem.
  
  The problem occurs when other client systems 
  tries to use Axapta through AOS( in the same network). When other client 
  machines open the item form they see all the data entered in Arabic as 
  question marks( like this ? ?). 
  All the client machines are configured to use both 
  languages (ENG and ARABIC). Some machines default language is 
  Arabic.
  
  The AOS is on windows 2000 server (sp3) and Axapta 
  version is 3.0 with sp1. I tried investigating on the server. The server is 
  also Arabic enabled. The default language was English and laterI changed 
  the default language to Arabic. After changing the default language to Arabic 
  I opened Axapta and found no data in Arabic is displayedreadable. All 
  are question marks.
  I tried entering some data in Arabic. The key board 
  input to Axaptaform is in Arabic but after I save the data, close the 
  form and open it again, the data is displayed in question 
  marks!.
  
  The actual problem is here I think --  The 
  Axapta AOS configuration or Axapta client configuration on the server cannot 
  read Arabic. Why I came to this conclusion because, When I tried to type 
  something in the Axapta configuration on the server with keyboard input as 
  Arabic, it is not displaying the Arabic letters, instead it displays some 
  weird characters!. I tried typing Arabic on Clients Axapta configuration 
  Utility. There it accepts the Arabic input!.
  
  So whena client tries to connect through 
  the AOS using the configuration on the server, as the servers configuration 
  utility cannot read arabic ,the client is not getting thethe Arabic 
  characters.
  
  I reinstalled the AOS while the default 
  language on the server is Arabic. Still the same problem. 
  
  Someone please explain how can I solve this !!!. I 
  need both the languages displyed on all clients using AOS. How can i make the 
  server read arabic inputs ?
  
  Any ideas or solutions ???
  
  Thanks in advance.
  
  Aks.
  







Yahoo! Groups Sponsor


ADVERTISEMENT




Click Here















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] AW: Problem with method in the sys layer

2004-02-17 Thread Deshpande, Harry





oh 
boy!

Yes, I 
could have also copied syp layer from a standard installation. Imagine the 
stupidity of doing the upgrade again.!

regards

harry

  -Original Message-From: Jim Dickie 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 18, 2004 1:16 
  AMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] AW: Problem with method in the sys 
  layerHi MarkI had the same problem at the 
  same place. I renamed the dynamic method,recopied the sys.aod from a 
  clean installation (and, I think, the syp,gls and glp layers, the method 
  was renamed in all of these!) and rebuiltthe aoi, all was well 
  again. I assume the method really is renamed inthe .aod and this has 
  to be replaced with a correct version.Jim Dickie, Circon 
  Circle Consulting GmbH,Färbergasse 13, A-6850 DORNBIRN







Yahoo! Groups Sponsor


ADVERTISEMENT



Click Here














Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Terminal server

2004-02-17 Thread Deshpande, Harry





hi 
Girish!

I am a 
bit worried over using 2-tier and 3-tier combination. In the past this has led 
to some funny transactions. 

Are 
you saying that the process is getting delayed because of terminal server? 
Incidentally, I gave the wrong information ...the person who runs MRP logs in 
using VNC and is logging in from China, the server is in 
Singapore.


regards

harsh

  -Original Message-From: Girish Bhatkal 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 17, 2004 
  7:28 PMTo: [EMAIL PROTECTED]Subject: 
  RE: [development-axapta] Terminal server
  Hi 
  harsh,
   in case of terminal servers there are 3 
  process. first the request is sent to the terminal server and then the 
  terminal server is talking to the AOS and then AOS with the Database. there 
  are a few ways you can increase the performance one is connect the people who 
  are connected with thick clients. I believe the terminal server is in the same 
  place where the AOS and the database is placed. In this case you can have the 
  person who is running the MRP connected with 2 tier (as terminal server is 
  acting as local machine). i feel this could work but i am not sure it is the 
  best solution. 
   if there are any other guys with 
  different opinion then do let us know , to share the 
  knowledge.
  
  
  regards,
  Girish
  
-Original Message-From: Deshpande, Harry 
[mailto:[EMAIL PROTECTED]Sent: 11 February 2004 
08:07To: '[EMAIL PROTECTED]'Subject: 
[development-axapta] Terminal server
hi


We 
are running AOS, Appl and database all on three different 
machines.

I 
am launching my clienton the AOS 
machine thru terminal server session to AOS.

Currently the MRP run takes 13 hours (due to a 
number of reasons).

If 
I launch my client on my desktop and access AOS thru AOS advertisement, the 
MRP run is cut down to 6.5 hours. Any idea as to why this is 
happening?


regards

harsh
ps: If i look at online users when running client 
on my desktop, i can see three SPID's allocated to my login. however in the 
previous case there is only one SPID


  -Original Message-From: Jens Fudge 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 11, 2004 
  4:01 PMTo: 
  [EMAIL PROTECTED]Subject: Re: 
  [development-axapta] Re: sending of emails without using 
  outlookI havent been testing 
  it more, but I have been doing some thoughts aboutthis.It 
  seems that SysMailer actually calls dundamailer, so both 
  solutionsshould give the same result. Sysmailer is aparantly just a 
  wrapper.As I cannot find anywhere to tell sysmailer (or dundamailer) 
  which SMTPserver (or POP3 server) to use, it has to take values from 
  Windows defaultmailer.On my workstation I have MS Outlook 
  installed, but I never use it. Thereare no accounts defined in 
  it.I normally use Lotus Notes as mail program.I have a hunch 
  that Windows thinks that Outlook is my normal mailprogram,and this is 
  probably why it will time out.I am not sure of these things, but I 
  think it could be the 
  issue.'/Jens|-+| 
  | 
  "elianill" 
  || 
  | 
  [EMAIL PROTECTED]|| 
  | 
  e 
  || 
  | 
  || 
  | 11-02-2004 
  08:53 || 
  | Please 
  respond to|| 
  | 
  development-axapt|| 
  | 
  a 
  ||-+ 
  --| 
  | 
  | | 
  To: 
  [EMAIL PROTECTED] 
  | | 
  cc: 
  | | Subject: 
  [development-axapta] Re: sending of emails without using 
  outlook 
  | 
  --|Hi 
  Harish,I made the same expiriencies as Jens beforeDo you 
  have any other ideas how to solve?Best regards,Elia--- In 
  [EMAIL PROTECTED], Jens Fudge 
  [EMAIL PROTECTED]wrote: 
  hmm... I just tried both solutions... Same result: It 
  timed out. /Jens 
  |-+ 
  | 
  | 
  "Harish | 
  | 
  | 
  Mohanbabu" | 
  | 
  | 
  [EMAIL PROTECTED]| 
  | 
  | 
  .co.in | 
  | 
  | 
  | | 
  | 09-02-2004 
  18:05 | | 
  | Please 
  respond to| | 
  | 
  development-axapt| 
  | 
  | 
  a 
  | |-+ 
  --|| 
  | | 
  To: 
  developm

RE: [development-axapta] Re: Problem with method in sys layer

2004-02-16 Thread Deshpande, Harry





hi

Just 
curious to know, has the method changed from static to dynamic (from 2.5 to 3) 
or the other way?

If 
this is correct. Then you will have to delete the modification in 2.5 and do the 
upgrade again. Cant think of anything else.

regards

harry

  -Original Message-From: hm_oboe 
  [mailto:[EMAIL PROTECTED]Sent: Monday, February 16, 2004 5:37 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Re: Problem with method in sys 
  layerHi Wolfgang,thank you for your reply. 
   think that you only have to delete the method (dynamic) 
  method transferToUpdate() (I guess, it's only on your VAR layer), and 
   rebuild the axapd.aoi file...I exactly did this before I 
  wrote the message...The mehtod is not in my VAR layer, but it is in 
  SYS layer.Exactly, there is no VAR layer for this table anymore and the 
  method still remains renamed.What can I do?Regards, 
  Mark hi there,   
   the "AOT-Rename" (only the name appearing in the AOT is changed 
  (not the name in the method itself)) occurs during the class/table 
  loading when e.g. a static method has the same name as dynamic 
  method in the same class hierarchy or table, thus giving you a 
  "warning" to change the name.  In this case the method 
  transferToUpdate() is an static one (since Ax 3.0).  
   I think that you only have to delete the method (dynamic) 
  method transferToUpdate() (I guess, it's only on your VAR layer), and 
  rebuild the axapd.aoi file...   
   regards to all  wolfgang 







Yahoo! Groups Sponsor


ADVERTISEMENT



Click Here














Yahoo! Groups Links

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










[development-axapta] Terminal server

2004-02-11 Thread Deshpande, Harry





hi


We are 
running AOS, Appl and database all on three different 
machines.

I am 
launching my clienton the AOS machine 
thru terminal server session to AOS.

Currently the MRP run takes 13 hours (due to a number 
of reasons).

If I 
launch my client on my desktop and access AOS thru AOS advertisement, the MRP 
run is cut down to 6.5 hours. Any idea as to why this is 
happening?


regards

harsh
ps: If i look at online users when running client on my 
desktop, i can see three SPID's allocated to my login. however in the previous 
case there is only one SPID


  -Original Message-From: Jens Fudge 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 11, 2004 4:01 
  PMTo: [EMAIL PROTECTED]Subject: Re: 
  [development-axapta] Re: sending of emails without using 
  outlookI havent been testing it 
  more, but I have been doing some thoughts aboutthis.It seems that 
  SysMailer actually calls dundamailer, so both solutionsshould give the 
  same result. Sysmailer is aparantly just a wrapper.As I cannot find 
  anywhere to tell sysmailer (or dundamailer) which SMTPserver (or POP3 
  server) to use, it has to take values from Windows 
  defaultmailer.On my workstation I have MS Outlook installed, but I 
  never use it. Thereare no accounts defined in it.I normally use Lotus 
  Notes as mail program.I have a hunch that Windows thinks that Outlook 
  is my normal mailprogram,and this is probably why it will time 
  out.I am not sure of these things, but I think it could be the 
  issue.'/Jens|-+| 
  | 
  "elianill" 
  || 
  | 
  [EMAIL PROTECTED]|| 
  | 
  e 
  || 
  | 
  || 
  | 11-02-2004 08:53 
  || 
  | Please respond 
  to|| 
  | 
  development-axapt|| 
  | 
  a 
  ||-+ 
  --| 
  | 
  | | 
  To: 
  [EMAIL PROTECTED] 
  | | 
  cc: 
  | | Subject: 
  [development-axapta] Re: sending of emails without using 
  outlook 
  | 
  --|Hi 
  Harish,I made the same expiriencies as Jens beforeDo you have 
  any other ideas how to solve?Best regards,Elia--- In 
  [EMAIL PROTECTED], Jens Fudge 
  [EMAIL PROTECTED]wrote: 
  hmm... I just tried both solutions... Same result: It timed 
  out. /Jens 
  |-+ 
  | 
  | 
  "Harish | 
  | 
  | 
  Mohanbabu" | 
  | 
  | 
  [EMAIL PROTECTED]| 
  | 
  | 
  .co.in | 
  | 
  | 
  | | 
  | 09-02-2004 18:05 
  | | 
  | Please respond 
  to| | 
  | 
  development-axapt| | 
  | 
  a 
  | |-+ 
  --|| 
  | | 
  To: 
  development-[EMAIL PROTECTED] 
  | |cc:| 
  | Subject: [development-axapta] Re: 
  sending of emailswithout usingoutlook 
  | 
  --| 
  Hi Elia, Please note that Dundas Mailer control is by default 
  installed when you install Axapta ver 3.0. For more info on this 
  mailer control, please go to 'SysMailer' class which is available 
  under AOT - Classes. Once you there, select 'SysMailer' 
  class and press F1. The following is the code sample from that help 
  - - 
  { SysMailer mailer = new SysMailer(); mailer.body("This is the 
  body of the mail"); mailer.subject("The message subject"); 
  mailer.fromAddress("[EMAIL PROTECTED]"); mailer.fromName("Peter 
  Villadsen"); mailer.tos().add("[EMAIL PROTECTED]"); 
  mailer.tos().add("[EMAIL PROTECTED]"); 
  mailer.attachments().add("c:\\gylle.log"); mailer.sendMail(); 
  pause; } 
   Do please 
  make sure you have correctly configured SMTP settings. Hope 
  this helps, Harish Mohanbabu --- In 
  [EMAIL PROTECTED], "elianill" [EMAIL PROTECTED] 
  wrote:  Hi,  I´ve found an email concering using SMTP 
  server without an email-  client sent few months ago.  
  When executing the code mentioned, I get the following error-  
  message:   Method 'QuickSend' in COM object of class 
  'DUNDAS.MAILER'returned  error code 0x80004005 (E_FAIL) which 
  means: The connection timed- out.   Does 
  anybody has an idea how to go on?  With best regards and many 
  thanks,  Elia  
  *** 
   With Axapta you have the license to use the dsmailer.dll, placed 
  in  your client\bin directory.   With this 
  dll you can send emails directly. Take a look at that  piece of 
  code:   static void TEST_SendEmail_Dundas(Args 
  _args)  {  COM C = new 
  

[spam] RE: [development-axapta] Layers

2004-02-04 Thread Deshpande, Harry

Yahoo! Groups SpamGuard has detected that the attached message to the 
group development-axapta is likely to be spam.  For more information 
about SpamGuard, please visit our help pages: 
http://groups.yahoo.com/local/spamguard.html


---BeginMessage---



hi 
Paulina!

I 
would recommend first upgrading to to version 3.0 (because 3 has better 
debugging tools)

Then 
put return false in DBSyncronise to stop data sync.

Then 
export bus layer with id's and import it into cus layer.

Then 
export user layer with id's and import it into cus layer. (user layer will 
correctly override the already imported objects in the bus layer). However, make 
a note of changes to 'delete methods' on tables and confirm if the changes 
have taken place correctly after merging.

remove 
return false from DBSyncronise and then resync the database.

Worked 
for me on the last 3 sites. Cant remember anything else that I have done for 
merging.

regards

harsh
ps: I 
think there is bug in the upgrade tool and if you are upgrading any folder other 
than standard then upgrade process does not copy the label files for standard 
axapta, you will have to do that manually.

  -Original Message-From: paulinavk 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, February 05, 2004 
  6:57 AMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] LayersIs there an easy way to 
  amlagamate 2 different layers? We have a usr layer and a bus layer 
  that I want to amalgamate in to a cus layer. All the changes in the 
  bus layer are customer related and for the upgrade it is easier if they 
  are in one layer.ThanksPaulina
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 

To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
---End Message---


RE: [development-axapta] Com

2004-01-29 Thread Deshpande, Harry
Title: Message





hi 
Arief!

Hmmm...Let me explain my problem in detail, which I 
should have done earlier.

This 
has to do with CRM implementation when Axapta is being accessed thru terminal 
server.

What I 
thought is may be I can log into Outlook (installed on the user machine) when 
user runs sync function in the CRM module which is being run on a terminal 
server. So this function has to run for multiple users and not for a single 
user.

Coming 
back to your solution:

When I 
go to configuration utility the only way I can register a remote computer seems 
to be Register COM+(Component Services). Am I correct. Further, can i use this 
to register multiple remote computers ?

regards and thanx for the help

harry

  -Original Message-From: Arief Tarmizi 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, January 29, 2004 
  5:57 PMTo: [EMAIL PROTECTED]Subject: 
  RE: [development-axapta] Com
  
  Try to register the 
  COM+ to the remote computers. From ACU (Axapta Configuration Utility), select 
  Business Connector page. Click Register Button. Select the Register COM+ 
  (Component Services) option and select the computer name (remote). Dont 
  forget, I think u will need COM Client license code in order to do 
  this.
  
  -Original 
  Message-From: Deshpande, 
  Harry [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 2:39 
  PMTo: 
  '[EMAIL PROTECTED]'Subject: [development-axapta] 
  Com
  
  
  hi
  
  
  
  The help 
  for COM object says it allows to run the com object on remote computers. Any 
  idea how to achieve this? I am logging into Axapta on a terminal server and I 
  need to run the application on the client.
  
  
  
  regards
  
  
  
  harry
  

  
  
  
  
  · 
  
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 

To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  







Yahoo! Groups Sponsor


  ADVERTISEMENT 









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] How to Call more than one report in Axap ta

2004-01-25 Thread Deshpande, Harry





hi

I 
suppose you will have to send the query belonging to Route card option to the 
new report and use this query instead of super() in fetch.

regards

harry

  -Original Message-From: Hemant Kumthekar 
  [mailto:[EMAIL PROTECTED]Sent: Sunday, January 25, 2004 1:35 
  PMTo: AxaptaSubject: [development-axapta] How to Call 
  more than one report in Axapta
  Hi ,
  
  I have developed an auto report and would like to call it from the 
  existing Axapta report. Can anyone please guide me how to do that.
  
  I want to call this report from the 
  ProductionReportsProduction PapersRoute Card 
  option. I created an MenuFunction and instantiated sequentially in 
  fetch method, but the results are not as per what I desire. 
  Since I created the Menufunctionand Instantiated in fetch method 
  the Production Route card report runs first then display a range selection 
  screen for running the auto report I created,I would like this report to 
  use the same Query range as entered for the Production Route Card printing , 
  so that the user just enters the range one time and the report is 
  printed.
  
  Thanksin advance.
  
  HDK 
  
  
  Do you Yahoo!?Yahoo! SiteBuilder - Free web site building tool. Try 
  it! 
  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 

To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  




Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] importing application objects without xp o

2004-01-19 Thread Deshpande, Harry





hi

Yes, 
Just dont give them any access

regards

harry

  -Original Message-From: Cenk Ince 
  [mailto:[EMAIL PROTECTED]Sent: Monday, January 19, 2004 5:08 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] importing application objects without 
  xpo
  
  Thanks for all 
  answers;
  
  Harry, do you mean 
  using my lisence keys in our customers machine?
  
  Thanks.
  
  -Original 
  Message-From: Deshpande, 
  Harry [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:59 
  AMTo: 
  '[EMAIL PROTECTED]'Subject: RE: [development-axapta] 
  importing application objects without xpo
  
  
  hi
  
  
  
  create 
  one more database, point the application folder oflive company to this 
  database and upload your license keys in thie environment. Then you can import 
  the project.
  
  
  
  regards
  
  
  
  harry
  
-Original 
Message-From: Cenk 
Ince [mailto:[EMAIL PROTECTED]Sent: Friday, January 16, 2004 11:47 
PMTo: 
[EMAIL PROTECTED]Subject: RE: [development-axapta] 
importing application objects without xpo
No, 
they dont have var runtime, x++, or morphX Development 
suite.
So how 
can i do it?

-Original 
Message-From: Mister L 
[mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 5:06 
PMTo: 
[EMAIL PROTECTED]Subject: AW: [development-axapta] 
importing application objects without xpo


Does 
your customer have a VAR-runtime-license?

  -Ursprüngliche 
  Nachricht-Von: Cenk 
  Ince [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 16. Jänner 2004 
  15:10An: 
  [EMAIL PROTECTED]Betreff: [development-axapta] 
  importing application objects without xpo
  Hi 
  all;
  
  One 
  of our customers doesnt have develeopment lisance. How can i import my 
  developments into their 
  system.?




Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] importing application objects without xp o

2004-01-18 Thread Deshpande, Harry





hi

create 
one more database, point the application folder oflive company to this 
database and upload your license keys in thie environment. Then you can import 
the project.

regards

harry

  -Original Message-From: Cenk Ince 
  [mailto:[EMAIL PROTECTED]Sent: Friday, January 16, 2004 
  11:47 PMTo: [EMAIL PROTECTED]Subject: 
  RE: [development-axapta] importing application objects without 
  xpo
  
  No, they dont have 
  var runtime, x++, or morphX Development suite.
  So how can i do 
  it?
  
  -Original 
  Message-From: Mister L 
  [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 5:06 
  PMTo: 
  [EMAIL PROTECTED]Subject: AW: [development-axapta] 
  importing application objects without xpo
  
  
  Does 
  your customer have a VAR-runtime-license?
  
-Ursprüngliche 
Nachricht-Von: Cenk 
Ince [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 16. Jänner 2004 
15:10An: 
[EMAIL PROTECTED]Betreff: [development-axapta] importing 
application objects without xpo
Hi 
all;

One of 
our customers doesnt have develeopment lisance. How can i import my 
developments into their system.?

Thanks.


Cenk 
NCE

ERPTeknik 
Danman (Microsoft Axapta)


ERPTechnical 
Consultant(Microsoft 
Axapta)

Data Sistem 
Genel Otomasyon Sanayi ve Ticaret A.S

www.datasistem.com.tr

Tel : 0232 463 16 63 (Dah: 
208)





Yahoo! Groups 
Links
· 
To visit your group on 
the web, go to:http://groups.yahoo.com/group/development-axapta/ 

· 
To unsubscribe from this 
group, send an email to:[EMAIL PROTECTED] 

·




Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: RE : [development-axapta] Changes in classes when no X++ lise nce

2004-01-06 Thread Deshpande, Harry
Title: Message





hi

Further,if the class you are modifying has been 
extended, you will have to either export and import all the extended classes or 
recompile the system. This really depends on which method you are modifying. For 
eg. If you modify class declaration method of class 'reqCalc'. You will have to 
export and reimport every extended class like say 
'reqCalcExplode'

regards

harry

  -Original Message-From: Aksnes Eva 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 06, 2004 4:34 
  PMTo: '[EMAIL PROTECTED]'Subject: RE: 
  RE : [development-axapta] Changes in classes when no X++ lise 
  nce
  Thanks a lot. That was really a great idea. 
  
  Eva
  

-Original Message-From: Steeve Gilbert 
[mailto:[EMAIL PROTECTED] Sent: 5. januar 2004 
13:49To: [EMAIL PROTECTED]Subject: RE 
: [development-axapta] Changes in classes when no X++ 
lisenceIf you don't have X++ licence and want to 
modify a class do the following : -Apply your 
modifications-Export the class-Reimport the classThe changes 
will be applied when you reimport it. If you logout before you 
reimport, changes will be lost.Is that what you're searching 
for?Steeve...-Message d'origine-De: 
eva_aksnes [mailto:[EMAIL PROTECTED] Envoyé: 2 janvier 2004 
02:29À: [EMAIL PROTECTED]Objet: 
[development-axapta] Changes in classes when no X++ lisenceWhat do 
you suggest? As a partner we have lisence to develope in classes and 
such, but when the customer do not have X++ lisence - it is difficult to 
add changes to the classes. What do you do?The suggestions on 
the table are:1:Change the lisence to partner lisence when adding the 
changes, change back when customer is online again. This means 
syncronizing and we have experienced loss of data. Ex: In User Group 
Rights. Do you know of any other side effects?2:Move the 
axVar.aod and recompile. Any sideeffect to this way? Seems to me to take 
much time, and what to do if something goes wrong - back with the old 
aod and recompile again? Much downtime on the customer.Do you 
have better suggestions? Yahoo! Groups 
LinksTo visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/To 
unsubscribe from this group, send an email 
to:[EMAIL PROTECTED]Your use of 
Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/ 


Yahoo! Groups Links

  To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 

  To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

  
  Yahoo! Groups Links
  
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ 

To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  




Yahoo! Groups Links

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