Re: [Axapta-Knowledge-Village] Re: call datasource method

2005-04-26 Thread hato
hello mike, that helps a little, but i need the method on a particular field from the datasource. in that case e.g. from the field "name" the method modified (if there would be a modified method) or any other. thanks anyway harry Michael Oakes wrote: >Look at the form AssetGroup in version

[Axapta-Knowledge-Village] Getting Started with Record Level Security

2005-04-26 Thread slees32
Pardon our ignorance but we are trying to use RLS for the 1st time. After some trialling, we are not quite sure how RLS works with User Groups that we now understand pretty well. If a better basic explanation is available somewhere (we have read at length the standard Axapta documentation) we

[Axapta-Knowledge-Village] X++ Projects

2005-04-26 Thread Bayliss, Barry
Hello, Does anyone know: 1. If it is possible to add objects to a project programmatically? If so, how? 2. How to create a project programmatically? 3. If it is possible to add a new project grouping? Barry. Yahoo! Groups Sponsor ~--> In lo

[Axapta-Knowledge-Village] Email/Outlook setup problem

2005-04-26 Thread James Flavell
Sorry this is not a pure Axapta question but is related... I want to use the email function but when I print to email it will not work on some XP machines and gives error about MAPI etc. Basically I have traced it to in the settings under Internet Explorer. Right click internet explorer>properti

Re: [Axapta-Knowledge-Village] Re: Intercompany Sales Order and Purchase Order

2005-04-26 Thread Koh Meng
Thanks.  It solves the problem ! vshan12_rao <[EMAIL PROTECTED]> wrote: Hi,You need to set the customer code as an external code in the Vendor Master.  Under the Gateway /Organisation/Partners setup Set the Handling Vendor Numbers to 'External'-- In Axapta-Knowledge-Village@yahoogroups.com, "the

[Axapta-Knowledge-Village] Re: Intercompany Sales Order and Purchase Order

2005-04-26 Thread vshan12_rao
Hi, You need to set the customer code as an external code in the Vendor Master. Under the Gateway /Organisation/Partners setup Set the Handling Vendor Numbers to 'External' -- In Axapta-Knowledge-Village@yahoogroups.com, "thehbiz" <[EMAIL PROTECTED]> wrote: > > did you set your intercompa

[Axapta-Knowledge-Village] Line Discount to apply for Item groups???

2005-04-26 Thread tj_jayson
Hi All, Is there a way to select Item groups in the Line discount set up form instead of discount groups? Thanks for all your help TJJ Yahoo! Groups Sponsor ~--> What would our lives be like without music, dance, and theater? Donate or volun

[Axapta-Knowledge-Village] Re: Intercompany Sales Order and Purchase Order

2005-04-26 Thread thehbiz
did you set your intercompany relationship under Basic/Setup/Gateway/Organisation? This is the starting point for setting Possible actions where for each ction you have to set the External code for Customer and Vendor. --- In Axapta-Knowledge-Village@yahoogroups.com, Koh Meng <[EMAIL PROTEC

Re: [Axapta-Knowledge-Village] Re: Production - Items vs BOM

2005-04-26 Thread vaibhav pednekar
hi, My understanding of ur processes - 1. You always Purchase this Item 2. In rare case u need to do some Quality Testing and minor modification it. So here what i think - 1. Setup the Purchase item of type - Item 2. Create another Item of type - BOM, where the BOM line will be the Item you

Re: RE : [Axapta-Knowledge-Village] Read table from another DB

2005-04-26 Thread Varden Morris
you are welcome.Steeve Gilbert <[EMAIL PROTECTED]> wrote: Hello Varden,   My mistake…  Everything is fine now, thanks! Steeve...   -Message d'origine-De : Varden Morris [mailto:[EMAIL PROTECTED] Envoyé : 26 avril 2005 11:49À : Axapta-Knowledge-Village@yahoogroups.comObjet : Re:

[Axapta-Knowledge-Village] Labels not being output during service shutdown

2005-04-26 Thread Jens Strandberg
Ax 3.0 SP3 Hello there, Are we the only poor souls that are not able to persuade Axapta to write to the label files, when the AOS service is being shut down ? We have 3 different environments, 1 "live" on Oracle, 1 test on (a different) Oracle and 1 development on SQL. We are not able to output

RE : [Axapta-Knowledge-Village] Read table from another DB

2005-04-26 Thread Steeve Gilbert
Hello Varden,   My mistake…  Everything is fine now, thanks! Steeve...   -Message d'origine- De : Varden Morris [mailto:[EMAIL PROTECTED] Envoyé : 26 avril 2005 11:49 À : Axapta-Knowledge-Village@yahoogroups.com Objet : Re: [Axapta-Knowledge-Village] Read table

[Axapta-Knowledge-Village] Re: Production - Items vs BOM

2005-04-26 Thread yifath1
hi there, Just an idea, why don't you set it up as a BOM, and in the planned orders you can change a planned production order to a planned purchase order. (you also have the ability to split the order quantity) I don't know if I understand your concept completely, you want to be able to pur

[Axapta-Knowledge-Village] Production - Items vs BOM

2005-04-26 Thread rickhardy22
We have cases where we purcahse an item from a vendor and in the rare case we may need to do some quality testing on it or do some minor modifications to it. We set the item up as an "item" in Axapta beaces as demand shows up for the product our purchasing department knows to order more.

RE: [Axapta-Knowledge-Village] Vendor Item Link

2005-04-26 Thread Maurice Cohen
No, there is not. We had to customize the system for a few of our customers.   Microsoft Business Solution Partner Advanced Systems Integration, Inc. 26449 Rancho Parkway South Lake Forest, CA 92630   From: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Vi

Re: [Axapta-Knowledge-Village] Read table from another DB

2005-04-26 Thread Varden Morris
Hi Steeve   The statement class works fine. See the example under the system documentation.   Varden MorrisSteeve Gilbert <[EMAIL PROTECTED]> wrote: Hello everyone,     I'm trying to read a table from another DB then the Axapta DB using the Connexion object.  So far I've had no success.  I

[Axapta-Knowledge-Village] Re: call datasource method

2005-04-26 Thread Michael Oakes
Look at the form AssetGroup in version 3.0 The clicked method on the button AssetGroupBookSetupBooks calls a form datasource method. void clicked() { super(); assetGroup_ds.findTmpAssetGroupCOT(assetGroup.GroupId, true); } does this help? Mike Oakes --- In Axapta-Knowledge-Village@yah

[Axapta-Knowledge-Village] call datasource method

2005-04-26 Thread hato
hi, do anybody know how i can call a method from the datasource within a form? for example: in any method of the form "xy" i want to call the method "modified()" from the formdatasource "abc" what i tried allready: 1. abc_ds.object(fieldnum(abc, field)).modified() 2. set the formcontrol

RE: [Axapta-Knowledge-Village] Moving data from table to form; question ...

2005-04-26 Thread Jens Strandberg
Thanks again, Tobias, This makes sense. I will investigate further... /Jens -Oprindelig meddelelse- Fra: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] vegne af Andrae, Tobias Sendt: 26. april 2005 15:52 Til: Axapta-Knowledge-Village@yahoogroups.com Emne: AW: [Axapt

AW: [Axapta-Knowledge-Village] Moving data from table to form; question ...

2005-04-26 Thread Andrae, Tobias
Wait. Is your method placed  on the *table* InventTable or on the *datasource* InventTable on the form? If it is on the form you can fill all the other datasources as well, like purch.UnitId = somefield invent.UnitId = some other field sales.inventlocationid = some third field.   H

RE: [Axapta-Knowledge-Village] Moving data from table to form; question ...

2005-04-26 Thread Jens Strandberg
Thanks, Tobias, Hmm, you lost me there. The method is based on table InventTable, so my problem is that I would like the form fields in form InventTable to be populated. This works: this.itemType = somevalue, also InventTable.itemType = somevalue. However I need to do something like this to

[Axapta-Knowledge-Village] Read table from another DB

2005-04-26 Thread Steeve Gilbert
Hello everyone,     I'm trying to read a table from another DB then the Axapta DB using the Connexion object.  So far I've had no success.  I thought I could simply do "Select * from mydb.dbo.someTable" since it works in the QueryAnalyser and Enterprise Manager, but I guess I can't.  Wh

AW: [Axapta-Knowledge-Village] Moving data from table to form; question ...

2005-04-26 Thread Andrae, Tobias
What about :       InventTable.SomeField = value;     // InventTable ist he name of the datasource, not of the table   Hth Tobias   Von: Jens Strandberg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 26. April 2005 14:24 An: Axapta-Knowledge-Village@yahoogro

[Axapta-Knowledge-Village] Moving data from table to form; question ...

2005-04-26 Thread Jens Strandberg
Hello there,   This might be a weird question for some people, but I will ask anyway... :-)   I am doing some modifications to the InventTable form. When the user enters a given value in a (new) field, Axapta will look up some specific data from another table and put this information int

[Axapta-Knowledge-Village] Vendor Item Link

2005-04-26 Thread vshan12_rao
Hi, Is there a facility in Axapta to create a vendor Item / Item group link which will allow Purchase Orders to be raised only for such specified items for a specific vendor. Thanks vshan Yahoo! Groups Sponsor ~--> What would our lives be l

[Axapta-Knowledge-Village] Axapta Production Certification Details

2005-04-26 Thread ramyakrishnan_1023
Hi All, Can some body guide me on the training materials to be studied for giving the Axapta production certification. Thanks ramya Yahoo! Groups Sponsor ~--> Has someone you know been affected by illness or disease? Network for Good is THE pl

Re: Antwort: Re: [Axapta-Knowledge-Village] After Upgrade DB increases over 13 GB

2005-04-26 Thread David Casas
Hi,   This problem it must be about the defragmentation of the tables.   The tables in SQLServer has the following structure:   Table Rows Reserved KB  Data Space KB   Index Space KB  Unused Space KB