AW: [Axapta-Knowledge-Village] How to assign a variable in a class to args.Parm() ?

2007-01-18 Thread Andreas Rudischhauser
Args arg = new Args(); arg.parm(some string); Myclass::Main(arg) ... static Main(Args arg) { MyClass obj = new MyClass(); obj.parmXY(arg.Parm()); //myVaraible is decared as a str member in MyClass } MyClass: Str parmXY(str _parmXY = parmXY) { parmXY = _parmXY; return

RE: [Axapta-Knowledge-Village] Re: Production closing error: Quantity ordered may not be reduced, as there are

2007-01-18 Thread Harry Deshpande
Hi If this field is filled up then there is a BOM journal that has not been posted. If you cant see this in the form then search for the line in the database. If (you find the line) Delete this line and you should be ok else Let me know. Regards Harry This posting is provided

Re: [Axapta-Knowledge-Village] How to assign a variable in a class to args.Parm() ?

2007-01-18 Thread Amit Jain
Hi, Try compile forward on your class. If your str variable is a new one and you have not done compile forward yet, then do it. BR Amit Agus Riyadi [EMAIL PROTECTED] wrote: Hi Amer, That should work, and Axapta class can not directly assign to member variable, use parameter

[Axapta-Knowledge-Village] Re: PO invoicing error - Inventory Transactions not generated

2007-01-18 Thread joelholloway
Thanks Tracy. We did have enough stock on hand but I could not do the negative packing slip because the stock was no longer in the location the packing slip was received into (we track inventory by location, but cost at the warehouse level). What, I failed to mention in the original post that

[Axapta-Knowledge-Village] Re: Virtual Company

2007-01-18 Thread Faisal Hussain
Step 1. Create new Company Account from Administration - Company Accounts Step 2. Create Table Collection in AOT and drag-n-drop the required shared tables. Step 3. Create Virtual company account from Administration - Setup - Virtual company accounts, in the company account tab select the newly

Re: [Axapta-Knowledge-Village] AX4 Credit Card add on

2007-01-18 Thread Paul Parry Ax Software
Has anyone implemented Red maple on AX4 in the UK. If so are there any issues to watch for or cards it cannot process. Paul - Original Message - From: Chris Legan To: Axapta-Knowledge-Village@yahoogroups.com Sent: Tuesday, December 05, 2006 8:22 PM Subject: RE:

[Axapta-Knowledge-Village] Inventory Journal Number Sequence

2007-01-18 Thread viju27_kumar
Hi All, We have a journal number sequence for an inventory (Ex:IJ-07) which has been set in the basic- setup- Number Sequence- reference. can i have a different number sequence for different journals like mov,counting,transfer.. Regards, Vijay

[Axapta-Knowledge-Village] Sales Order Confirmation Error.

2007-01-18 Thread Imthiyaz Ahamed
Hi Group, While I am trying to Post Confirmation through Sales Order, I am getting this following Error. Error executing code: The field with ID '65538' does not exist in table 'SalesParmTable'. Stack trace: \Classes\SalesFormLetter\initParmUpdate - line 8 \Classes\SalesFormLetter\new

Re: [Axapta-Knowledge-Village] proforma invoice with invoice number

2007-01-18 Thread Amer Adnan
Kenneth, I didnt get you :S. Do you need a development solution? or a bussiness one?? i just faced the same case. I've successfully implemented that. It doesnt requires more than 20 lines of code!. good luck, waiting for your answer :) amer allie [EMAIL

[Axapta-Knowledge-Village] Re: Creating Purchase Order Automatically

2007-01-18 Thread ajastra_1
Hi Saied, Thanx 4 ur reply. I tried ur solution but it is copying only the lines and not the header. Can u please tell me how can I copy the header also? Regards, Ashish --- In Axapta-Knowledge-Village@yahoogroups.com, saiedhamwi [EMAIL PROTECTED] wrote: HI Ashish, I don't think you need to

Re: [Axapta-Knowledge-Village] How to assign a variable in a class to args.Parm() ?

2007-01-18 Thread Amer Adnan
Hi Riyadi, Yes thats correct. But i tried to do that millions of times but it didnt work well. Then, I recompiled the whole AOT and guess what! it works perfectly Thank you form your time any way :).. amer Agus Riyadi [EMAIL PROTECTED] wrote: Hi

[Axapta-Knowledge-Village] Training Classes for Axapta

2007-01-18 Thread ashwathi_123
Dear all, Those who are willing to take Axapta training(place chennai location), pl send mail to [EMAIL PROTECTED] Emporis Academy will send reply to you. regards ashwathi

[Axapta-Knowledge-Village] Need help

2007-01-18 Thread Dhanashree Bhagwat
Hi, I want to know about how axapta connects to any web applications? Thanks in advance, Dhanashree - Here’s a new way to find what you're looking for - Yahoo! Answers [Non-text portions of this message have

[bisnis-retail] outsourcing websites list

2007-01-18 Thread narmadha jaiij
http://hyperurl.com/outsourcingwebsites check above for outsourcing websites list http://hyperurl.com/outsourcingwebsites - Here’s a new way to find what you're looking for - Yahoo! Answers [Non-text portions of this message

Re: [Axapta-Knowledge-Village] Need help

2007-01-18 Thread mohit rajvanshy
Hi Dhanashree, U can access axapta classes and methods using Business Connector programming. Regards Mohit Rajvanshy - Original Message From: Dhanashree Bhagwat [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Friday, January 19, 2007 9:13:45 AM Subject:

Re: [Axapta-Knowledge-Village] Re: BOM from X++

2007-01-18 Thread mohit rajvanshy
U need to search in Axapta that which class has been used to create BOM; same class u can call from com connectore coding. I think u need to call only main function of the class rest it will take care. Regards Mohit Rajvanshy - Original Message From: gennarociulla [EMAIL

[bisnis-retail] outsourcing websites list

2007-01-18 Thread narmadha jaiij
http://hyperurl.com/outsourcingwebsites check above for outsourcing websites list http://hyperurl.com/outsourcingwebsites - Here’s a new way to find what you're looking for - Yahoo! Answers [Non-text portions of this message

[bisnis-retail] outsourcing websites list

2007-01-18 Thread narmadha jaiij
http://hyperurl.com/outsourcingwebsites check above for outsourcing websites listhttp://hyperurl.com/outsourcingwebsites - Here’s a new way to find what you're looking for - Yahoo! Answers

RE: [Axapta-Knowledge-Village] Inventory Journal Number Sequence

2007-01-18 Thread Faiqa Khushi
Yes , you can have different number sequence for different journals. Go to Inventory managementsetupJournalsJournal Names, Inventory and assign different number sequence to different Journals. You can define unlimited number sequences in BasicsetupNumber Sequence and can use in different

RE: [Axapta-Knowledge-Village] Re: Virtual Company

2007-01-18 Thread Faiqa Khushi
Thank you Faisal. It workedJ Regards. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Hussain Sent: Thursday, January 18, 2007 12:14 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: Virtual Company