RE: [Axapta-Knowledge-Village] need help

2008-11-24 Thread Sanam Khan
Thanks a lot ... you are right that I need to delete the transactional data.. Can you kindly let me know that is there any way if I don't want to delete transactions regarding the sales means my sales order Any help would be highly appreciated ... -Original Message- From:

Re: [Axapta-Knowledge-Village] Unit of Measure display

2008-11-24 Thread MaryAnn Hand
I presume that it is already a customization if the multiple units are more than purchase unit, sales unit, and inventory unit. If not, and only these three, then only one table is needed - InventTableModule. If you know all the tables needed for the report, you can create a nice report, without

[Axapta-Knowledge-Village] Re: Another X++ question

2008-11-24 Thread kardo_ax
As I mentioned before, I am new to X++ so can you tell me where and how to use it? how this method will return the third dimension and have the user to select from/ thank you --- In Axapta-Knowledge-Village@yahoogroups.com, Thamrin Hartono [EMAIL PROTECTED] wrote: Maybe u can use this

[Axapta-Knowledge-Village] Print Trail Balance

2008-11-24 Thread Sohail Afzal
Hi all I need to print trail balance of prior Close fiscal year kindly help us out in this regards. If anyone have any idea then kindly let me know. Best Regards, Mohammad Sohail

Re: [Axapta-Knowledge-Village] Re: Another X++ question

2008-11-24 Thread ashok kumar
Hi.. Create one String type EDT,  ( for example Call it as Dim1) in EDT relation - in normal relation Type :  Set this Property for this relation.. Table : Dimensions RelatedFeilds: Dimensions.Num Right Click on Relation Once again and Select Related Field Fixed Relation   RelatedFeilds:

[Axapta-Knowledge-Village] 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

[Axapta-Knowledge-Village] How to add Values into Report at runtime

2008-11-24 Thread Siva kumar
Hi all,        I had come across a situation where I need to print the table field value as report field column in the middle of the report during runtime.     Lets say I have a table xxxTable with one field which has the values 10k,18k and 22k.     I want this values to be printed as report

Re: [Axapta-Knowledge-Village] Best practice

2008-11-24 Thread Sumit Loya
Hi Syner, One suggestion here. You need not create two classes. The same class can be used for both batch operations and non-batch operations. If you want the task to run in batch then you just need to go to 'Batch' tab, select the 'Batch processing' check box and specify 'Batch group'. You can

[Axapta-Knowledge-Village] Re: How to add Values into Report at runtime

2008-11-24 Thread Adeel Shafqat
HI Siva, Want to confirm that the 10K, 20K and 30K Fields are used as the name or title of the field or 10K is also calculated at run time(not its data in field just ) i mean that can it be 9K or something like that... if it 10K, 20K and 30K is used as name or title then you should add them is