[Axapta-Knowledge-Village] Re: Address Field in CustTable

2004-11-11 Thread Danny Gaethofs
Thanks Allan, Do you happen to know why the country code is printed on documents such as invoice, confirmation, and so on. This does not seem logical to me. But maybe it is just a matter of initialization. regards, Danny Gaethofs --- In [EMAIL PROTECTED], allanwallis [EMAIL PROTECTED]

[Axapta-Knowledge-Village] Sales Documents

2004-11-11 Thread Danny Gaethofs
Dear all, I have been looking at the design of the sales documents and am a bit surprised that all of them are developed as separate designs. I need some help in confirming some doubts I have. A lot of these documents share common data and layout. Has there been a special reason for doing

[Axapta-Knowledge-Village] Fw: Axapta Analysis Services Cubes

2004-11-11 Thread Fabrice Perez
Howard Taylor [o2olap] [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... We are doing some research on any tools that create Analysis Services cubes automatically off Axapta data. Are there any tools, and if so, can you forward on the information and links to us at support@ domain

Re: [Axapta-Knowledge-Village] Re: initialize

2004-11-11 Thread Thomas Jensen
Thanks for your answer ill try it. PS The product builder is a product configurator that's included in Axapta Varden Morris [EMAIL PROTECTED] wrote: I do not know exactly what is product builder. Is it a third party software? if you do the following: [class]public class AB{int x;int

Re: [Axapta-Knowledge-Village] Re: initialize

2004-11-11 Thread Thomas Jensen
I can now run the code as a job and it returns values :-) ) And i can call the initAB without the product builder throws errors and i can'treturn values as you said in the message. Can you spare the time to help me with that also ? Thomas Jensen [EMAIL PROTECTED] wrote: Thanks for your answer

Re: [Axapta-Knowledge-Village] How to get all offset account information from a vendor?

2004-11-11 Thread Girish B
if you want the corresponding data (of the LedgerTrans table) from LedgerJournalTrans table. then in the LedgerTrans the Posting has to be ledgerJournal and then get the match using the journalNo and the voucher of both the tables. Butif the voucher nos are the same on multiple lines then it will

[Axapta-Knowledge-Village] A field in the first page of a report

2004-11-11 Thread Alfonso Collados Arroyo
Hi, I need to put a Control Text in the first page of a report, but only in the first. How can I do this? Regards, Alfonso Sharing the knowledge on Axapta. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

[Axapta-Knowledge-Village] Configuration utility settings gets reset

2004-11-11 Thread Girish B
Hi All, At our client site , all the users connect to Axapta using the Terminal server. The users after log on in the Terminal server using their domain userid and password,. Had set on the Axapta configuration utility their UserId and Company. When ever they enter the terminal server ,

Re: [Axapta-Knowledge-Village] A field in the first page of a report

2004-11-11 Thread Girish B
enter in ProLog section. --- Alfonso Collados Arroyo [EMAIL PROTECTED] wrote: Hi, I need to put a Control Text in the first page of a report, but only in the first. How can I do this? Regards, Alfonso

Re: [Axapta-Knowledge-Village] Re: initialize

2004-11-11 Thread Thomas Jensen
It strange the product builder didn't throw any errors, but when i closed axapta and opened it again and tried to call A.initAB(2,2) again the same error about initializing came but it runs fine from the "jobs"Thomas Jensen [EMAIL PROTECTED] wrote: I can now run the code as a job and it

Re: [Axapta-Knowledge-Village] Re: initialize

2004-11-11 Thread Varden Morris
Hi Thomas The only problem I am having to help you with product builder it the fact that I do not know how to write code for that software. I am not sure how you would get a handle to an object created from the class in Axapta. To return a value from a class you need to write a method that

Re: [Axapta-Knowledge-Village] A field in the first page of a report

2004-11-11 Thread Varden Morris
Hi Alfonso To do this you would add a programmableSection to your report. You would then add the text control to this section. You would then need to modify the fetch method of the report and execute the programmableSection before the call to super or if you have overriden the fetch method you

Re: [Axapta-Knowledge-Village] A field in the first page of a report

2004-11-11 Thread [EMAIL PROTECTED]
Hi, I recommend Steve's method as I did the same way for printing the legal footer notes for the POs. like if page#=1, then print or forget. many thanks, Subbu Varden Morris [EMAIL PROTECTED] wrote: Hi Alfonso To do this you would add a programmableSection to your report. You would then

[Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread padmaja_wipro
Hi, I am having difficulty of customizing a small requirement for the purchase order My customer has got 2 types of Item types. (1) Service (2) BOM. For Service type Items, My customer is against posting Packing Slips as they don't reside in Warehouses since they are services which don't

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
Hi Question: packing slip is associated with purchase header and not purchase line. What happens when you have a mix? Service items as well as BOM items. Regards harsh From: padmaja_wipro [mailto:[EMAIL PROTECTED] Sent: Friday, 12 November 2004 11:48 a.m. To: [EMAIL

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Padmaja Iyingar
Hi Harry, My requirement says it won't have any PO with mixed Item types. It will have either Service type or BOM types. Does anyone have any solution for this?. Thanks in advance, Padmaja Hi Question: packing slip is associated with purchase header and not purchase line. What happens when

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
Hi Easiest solution will be to override the clicked method of updatenow menu and check whether the purchase order line is of type item or of type bom Regards harry From: Padmaja Iyingar [mailto:[EMAIL PROTECTED] Sent: Friday, 12 November 2004 12:23 p.m. To: [EMAIL

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
Hi Updatenow is the name of the menu. Incidentally I would also override saleslinetype.update and insert to make sure that all the lines in the purchase order are of one type Item or service. Regards harsh From: Padmaja Iyingar [mailto:[EMAIL PROTECTED] Sent:

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread akash malohatra
Hi, I can suggest to change/modify the code in the PurchTableForm calss -- enableUpdateJournalButtons() method... Regards Akash --- Harry Deshpande [EMAIL PROTECTED] wrote: Hi Updatenow is the name of the menu. Incidentally I would also override saleslinetype.update and

RE: [Axapta-Knowledge-Village] Very Urgent Help From Experts

2004-11-11 Thread Harry Deshpande
Hi Padmaja! I guess you will be confused with so many answers. The fact is that all purchase order lines are only of one type BOM or Service. So only the first purchLine has to be checked which is readily available in PurchTable form. The code can be as simple as if

RE: [Axapta-Knowledge-Village] Assigning invent dims from Sales to Purchase

2004-11-11 Thread Yifat Halili
Hi, Maybe I am not understanding the problem. Is it right that you want to items on a sales order to be linked to a specific purchase order what about using standard Axapta, where you create a purchase order linked to the sales order Sales order header - Functions- create