AW: [Axapta-Knowledge-Village] Re: savelast() get last()

2005-01-17 Thread Andrae, Tobias
Hello Harry, Thats not totally true savelast co. are topics in X++ Integration course ;-) In addition, each participant of any MBS exams agrees not to publish any questions of this exam, an ptmhki is doing exactly that. Tobias Von: Harry Deshpande [mailto:[EMAIL

[Axapta-Knowledge-Village] Microsoft Business Solutions Certified Master - Axapta Application

2005-01-17 Thread mchiat
Hi all, I've passed my Axapta Finance and Trade Logistics Exam recently. I get to know from Microsoft Partnersource that if you've passed 3 out of 8 elective certifications ( Finance (Prerequisite), Trade Logistics, Product Builder, Shop Floor Control, CRM, Project, Production,

Re: [Axapta-Knowledge-Village] how to determine the best location of validate method?

2005-01-17 Thread Varden Morris
Hi Ptmhki The table will always be the best location if it is possible to write the code there. If it is not possible then the datasource is the second best place. If you write the code on he datasource of a form and you need to reuse it on another form you will have to duplicate the code

Re: Re[2]: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-17 Thread Varden Morris
You are most welcome.kam tt [EMAIL PROTECTED] wrote: Thank you Varden and Max,"_ds" is cool. You guys certainly make my day.Regards,kamtt--- Varden Morris <[EMAIL PROTECTED]>wrote: It is normal for users to see what was in the table before they open a form. The reread and refresh on the

[Axapta-Knowledge-Village] MRP - Customization

2005-01-17 Thread ssb_axapta
I am new to axapta and trying to customize MRP.I would like to put a filter(customization) based on some certain creteria(ie) item selection should be controlled inside the code by checking some conditions.I am planning to do this in two places. 1.class--Reqcalc.additem2reqtranscache -- for

[Axapta-Knowledge-Village] MRP problem with certain items.

2005-01-17 Thread Myrl Stadnick
Title: Message We have an assembly that when you run MRP againstthe item,the MRP shows that we have and open work order for 30 pieces. This work order was deleted. I can delete this work order our of ReqTrans, but when you then rerun MRP it comes back in again. How do we permanently get

[Axapta-Knowledge-Village] Check (Cheque) formats / Export

2005-01-17 Thread tj_jayson
Hi All, Can I export the cheque as a comma seperated file Is it a standard Axapta ver 3.0 sp3 . Thanks TJJ Yahoo! Groups Sponsor ~-- In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!

[Axapta-Knowledge-Village] Purchase Order Archive

2005-01-17 Thread blaisdel
It appears that there are two choices in standard Axapta to handle completed(invoiced/paid)purchase orders. 1. Leave them in the data base. 2. Delete them from the data base using AP | Periodic | Clean up | Purchase update history clean up Does anyone have a procedure, or script to

RE: [Axapta-Knowledge-Village] MRP problem with certain items.

2005-01-17 Thread Harry Deshpande
Title: Message Hi Check whether there is a record in InventTrans (even if the work order was deleted) Regards harry Harry Deshpande Senior Consultant CGNZ Middle Market Solutions Website: www.cgnz.com/middlemarketsolutions Ph +64 29 277 5133 Fax +64 9 358

RE: [Axapta-Knowledge-Village] Re: savelast() get last()

2005-01-17 Thread Harry Deshpande
Hi Oh! I did not know that Regards harry From: Andrae, Tobias [mailto:[EMAIL PROTECTED] Sent: Monday, 17 January 2005 9:16 p.m. To: Axapta-Knowledge-Village@yahoogroups.com Subject: AW: [Axapta-Knowledge-Village] Re: savelast() get last() Hello Harry, Thats

RE: [Axapta-Knowledge-Village] MRP - Customization

2005-01-17 Thread Harry Deshpande
Hi So each item has an associated site and you want to run master planning only for the site for which a particular plan is being run. What about underlying items in BOM? Are the distinct for each site? Do you have any transactions within two sites? Regards harsh

RE: [Axapta-Knowledge-Village] MRP - Customization

2005-01-17 Thread Harry Deshpande
Hi In fact why don't you create two companies? Are they distinct enough? Regards harsh -Original Message- From: ssb axapta [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 January 2005 4:22 p.m. To: Harry Deshpande Subject: RE: [Axapta-Knowledge-Village] MRP - Customization hi, There

RE: [Axapta-Knowledge-Village] Lookup table in EDT ?

2005-01-17 Thread Tony Depalo
Title: Message In AOT/Forms/InventJournalTable there is a drop down box showing ALL, Posted or not Posted then depending on this value the form is filtered, that is maybe show only the posted entries. If this is the sort of functionality you are looking for then follow the logic on this

RE: [Axapta-Knowledge-Village] Lookup table in EDT ?

2005-01-17 Thread akash malohatra
Hi, write the code in the ExecuteQuery() method of the datasource to filetr the data with user input value. declare QBR of type Querybuildrange in the class declartion. Then simply pass the userinput value to this querybuildrange in the executeQuery() method QBR.value(queryvalue(the user

Re: [Axapta-Knowledge-Village] query for the fields of a table

2005-01-17 Thread Raul Llorente Peña/OPENSOLUTIONS
Have a look over the dictTable class:dictTable dt; int numberOfFields; int fieldId; int i; ; dt = new dictTable(tableNum(CustTable)); //name of table info(dt.name()); numberOfFields = dt.fieldCnt(); info(int2str(numberOfFields)); for (i = 1; i = numberOfFields; i++) //if you want All fields

Re: RE: [Axapta-Knowledge-Village] Re: savelast() get last()

2005-01-17 Thread Raul Llorente Peña/OPENSOLUTIONS
I agree Barry Bayliss.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Bayliss, Barry" [EMAIL PROTECTED] escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "Bayliss, Barry" [EMAIL PROTECTED]Fecha: 18/01/2005

[Axapta-Knowledge-Village] Re: PROJECT MODULE INTERNAL PROJECT COST CAPITALISING

2005-01-17 Thread linus_van_pelt_lvp2000
--- In Axapta-Knowledge-Village@yahoogroups.com, jesse [EMAIL PROTECTED] wrote: Dear all, Have anyone tested on Axapta Project module with Internal Project type? The reason why I am asking this is because according to Axapta Advance Project Guide for Internal Cost Project with WIP, system

AW: RE: [Axapta-Knowledge-Village] Re: savelast() get last()

2005-01-17 Thread Andrae, Tobias
Hi Paul, hi Barry, If you take a look at the recent questions of ptmhki you will see that they look all the same like exam questions, not like real world problems. So I think, that ptmhki already tried once, failed and now tries to find all the answers he (she?) didnt know the first