[Axapta-Knowledge-Village] Ledger Budget

2005-07-05 Thread G Radhakrishnan
Hi friends, Iam novice to Axapta Package. We are into an manufacturing unit of Garments. Can anybody help me abt the concepts of Ledger Budget Module under GL. I could not find real stuff from the guides. Thanks in advance.

[Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-05 Thread sdupontel1
Hi all, Can we remove a class from memory using this syntax : class.finalize () ? Thank you Best regards Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowledge-Village/ * To unsubscribe from this

[Axapta-Knowledge-Village] CCH Sales Tax Data Map

2005-07-05 Thread Brandon George
Hello All! I am reaching here, but I wanted to check and see if anyone has ever worked with the Axapta Sales Tax engine? Is so, have you ever mapped the CCH Zipsales Database (Flat File) to the Axapta Sales Tax Tables? If you have can I get a copy of the mapping? Also does anyone have

RE: [Axapta-Knowledge-Village] Ledger Budget

2005-07-05 Thread Krishnan.S - Leader (Enterprise Solutions Practice) - SIS
this is for the budget amount to be posted into the ledger a/c, on transactions you can see the balance the ledger a/c which can be mapped to any of your purchase or sales transactions regards krishnan -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL

RE: [Axapta-Knowledge-Village] Ledger Budget

2005-07-05 Thread G Radhakrishnan
Hi Krishnan, Thank u. I created an account for budget-Purchases and I created a purchase journal. During my purchase transaction, the offset account I gave Budget-Purchases. Am I right? Problems faced are, 1. I created a key with total budget amount and is not alloted for 12 months. I mean, the

Re: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-05 Thread Subrahmanyam, Mamidi
Hi , I assume you are asking a 'Honest' question. ( Not because of you got in the exam :-) ) Yes. Its like a garbage collector in JAVA and Delete call in C++. So If you have explicitly allocated a block of memory for a class ( Potentially your 'own' class ) in order to realse the memory ,

RE: [Axapta-Knowledge-Village] Adding Built in Functions

2005-07-05 Thread Malcolm Burtt
Hi Brandon If I understand your question correctly then the answer is is yes. Add your function as a method on the class called global (you'll find that right at the bottom of the list of classes in the AOT) and you can refer to it in code in the same way as kernel functions. e.g.

RE: [Axapta-Knowledge-Village] Adding Built in Functions

2005-07-05 Thread Brandon George
Well, I tried to add the following Method: static str MMI_Test(str s){ s = s + "TEST"; return s;} And tried myval = MMI_Test("a"); From a Job, and it tells me that the function is not declared. I do a Global:: to try and find it, and it's not there for use. I don't want to have to

RE: [Axapta-Knowledge-Village] Adding Built in Functions

2005-07-05 Thread Malcolm Burtt
Hi I've just created the following method on the global class static str myfunc(str s){ return s + "TEST";} ...and called it in the following job... static void Job54(Args _args){ ; print myfunc("Hello world"); pause;} Both compile and run fine. Maybe you fell foul

[Axapta-Knowledge-Village] Does Anyone know ECN - Engineering Change Note

2005-07-05 Thread Subrahmanyam, Mamidi
Hi, I am just wondering ( perhaps I am circleing around myself:-( ) if anyone knows ECN ( SAP Term ) functionlaity in Axapta. I did a custmozation but its going ugly... Does anyone have any experince about the ECN for maintaining different BOM versions in Axapta 3.0?. Axapta allows only one

Re: [Axapta-Knowledge-Village] Re: Remove Class from memory ?

2005-07-05 Thread Subrahmanyam, Mamidi
Hi, The finalize() method works on the class object. This is not a static function. When you call Finalize method ( this.finalize() ), that deallocates the memory for the class object and closes the handle of the object if any...means complete flusing out... so bottomline, Myclass myClass;

RE: [Axapta-Knowledge-Village] Duplicate ItemId in form

2005-07-05 Thread Jens Strandberg
Hi there, Well, the problem is solved. I did not check the obvious: I had 2 identical (blank) records in table InventItemLocation. Axapta expects only one instance with identical warehouse, so this caused the confusion. After having deleted the record using Table Browser, everything

[Axapta-Knowledge-Village] Citrix Server Login

2005-07-05 Thread Koh Meng Chiat
Hi all, I've set up a Citrix Server in my office LAN and tried to login remotely using Citrix client program using dial up connection and VPN. Just curious why the 1st time i login Citrix will take quite long to load the Axapta Application but much more faster in second / subsequent login. Is

Re: [Axapta-Knowledge-Village] Ledger Budget

2005-07-05 Thread Sun Fen Chen
for budget you don't need to create a new COA. just use your existing COA. are you using method=Key or Period? If Period it will create budget based on your frequency setup from the start date until end date. If Key, it will create based on the percentage that you specify in the Allocation key

[Axapta-Knowledge-Village] How to avoid a gap in Number Sequence?

2005-07-05 Thread Koh Meng Chiat
Hi all, I think most of you have probably have encounter this before. Once the user creates a new voucher, say in General Journal lines, a new number will be assigned by the system automatically according to the number sequence setup. If the user deletes the voucher transaction before posting,