[development-axapta] Best practice

2008-11-24 Thread Syner P
Hi, We have to develop a simple function to calculate item net weights from several company specific tables. But I am not sure about the code placement and class structure. As the function directly related with InventTable. It should reside on it. And we need two new classes using this function

Re: [development-axapta] Best Practice Errors on Tables

2007-11-13 Thread Sailendran Rajan
Hi, 1. Check if the field is relly reqd or not. 2. since it is a displat method, u hav to add the following comment just above the methos body //BP deviation documented this is to conform with trust worthy computing (Twc) sail dvstza <[EMAIL PROTECTED]> wrote: Hi Everyone,

[development-axapta] Best Practice Errors on Tables

2007-11-12 Thread dvstza
Hi Everyone, We are in the process of getting our code ready for certification. I get the following warnings on tables that we created: 1. Field is not referenced in X++ code (Basically on each and every field we added) 2. Display methods I get the following: TwC: Validate access to return val

Re: [development-axapta] Best Practice error (Wrong security key. Security key must match position in main menu)

2005-12-01 Thread Amit Jain
Hello Vikas,      I think you have not put the security key in the menu item. Just put the security key in that. Be careful in putting the security key, because it should be according to the module and submenu you put that menu item in.      Regards      Amit vikas garg <[EMAIL PROTECTED]> w

[development-axapta] Best Practice for Replicating Data to Reporting Server?

2005-04-07 Thread kevjustice
What's your opinion on the best method for getting an axapta database over to another SQL server to off-load 3rd party reporting tools?  FYI, haven't had any luck with SQL replication due to the number of tables that don't have primary keys. Thanks! Yahoo! Groups Links To

RE: [development-axapta] Best Practice in Axapta to ensure quality AXAPTA based ERP Solutions

2004-11-10 Thread Girish Bhatkal
codes from Standard axapta functions and copy them and later modify it. Enjoy coding. Cheers, Girish   _  From: axapta_guru [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 11:40 To: [EMAIL PROTECTED] Subject: [development-axapta] Best Practice in Axapta to ensure quality AXAPTA base

[development-axapta] Best Practice in Axapta to ensure quality AXAPTA based ERP Solutions

2004-11-10 Thread axapta_guru
Hi Guys Can you guide me how we can improve the performance (Speed) of axapta based ERP solutions, using best designing practices, best coding practices, and any other means. A few example may be : 1.   Do all data manipulations on tables, Business Logic changes on Class level, and Display