[Axapta-Knowledge-Village] Adding a button to a form

2009-04-14 Thread Girac
I would like to add a document handler button to a form of mine and only have the document show up. I dont have alot of ax programming, can anyone shed light on how this is done. best regards,,, g

RE: [Axapta-Knowledge-Village] Contact Person Name in SO Packing Slip.

2009-04-14 Thread James Flavell
take a look in the Salespackingslip table methods. look in the initFromSalesTable and that should give you a place to start from (of course you will need to add the salesperson field to the salespackingslip table etc). you probably need to use the salestable.contactperson() method in this initFro

RE: [Axapta-Knowledge-Village] Re: Loading Legacy History (Sales Invoices & Vendor Invoices) to standard AX 2009

2009-04-14 Thread James Flavell
just to add to my original posting... the idea of loading historical invoices into the tables is just 2 tables custinvoicejour and custinvoicetrans. If you want info in any other tables then potentially direct load is maybe not what you want these 2 tables are enough to give you historical sal

[Axapta-Knowledge-Village] Re: Loading Legacy History (Sales Invoices & Vendor Invoices) to standard AX 2009

2009-04-14 Thread Subbu
Hi Varden, He can use DoInsert() method absolutely no problem. but, how can he create SalesIds that link between SalesInvouceJour/SalesInvoiceLines tables. Trans tables have inventTransId which links to SalesLine And also, the story does not stop at just these tables. If the vendor has non po i

[Axapta-Knowledge-Village] Contact Person Name in SO Packing Slip.

2009-04-14 Thread Khalil Rehman
Dear All, i want ot have contact person name on Salespackingslip Report. how can i can some body write for me the code for this. regards. KHALIL UR REHMAN _ Drag n’ drop—Get easy photo sharing with Windows Li

Re: [Axapta-Knowledge-Village] Loading Legacy History (Sales Invoices & Vendor Invoices) to standard AX 2009

2009-04-14 Thread Varden Morris
Usually in these kinds of data imports we assume that the data is clean and valid. So we would use the doInsert() method on the table buffer as oppose to the insert method. This method skips all validation and enhances performance.  Varden Morris Varalth Solutions Inc.   693 Abbottsfield Road NW E

RE: [Axapta-Knowledge-Village] Loading Legacy History (Sales Invoices & Vendor Invoices) to standard AX 2009

2009-04-14 Thread Michael Franchino
James, Did you have to remove the relationship validations on the tables to bring the data in? Specifically, how did you get around the fact that the salesOrder in the salesId did not exist in the SalesTable? mcaConnect Michael Franchino Office: 973-726-8809 X214 Mobile: 201-213-6079 Fa

Re: [Axapta-Knowledge-Village] Re: Loading Legacy History (Sales Invoices & Vendor Invoices) to standard AX 2009

2009-04-14 Thread Varden Morris
Yes, anything beyond changing the sales order type from journal and posting will get a bit complicated. My intention was to give information about importing sales order history without inventory transaction.   Varden Morris Varalth Solutions Inc.   693 Abbottsfield Road NW Edmonton, Alberta T5W 4

RE: [Axapta-Knowledge-Village] How to post loss a transit warehouse

2009-04-14 Thread Craig Fidler
You will have to scrap the 10 From: Axapta-Knowledge-Village@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Pranav Kumar Sent: Tuesday, April 14, 2009 12:04 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] How to post loss a tra

Re: [Axapta-Knowledge-Village] Ax 2009 EP error

2009-04-14 Thread yatin dalvi
Hi Asit,   Avoid modifying default.master. You should take a copy of the master page, rename it to something else and then publish your new copy to the Master Page Gallery. That will allow you to change the master page of the web site to use your modified master page.   Are you using MOSS or WSS

[Axapta-Knowledge-Village] How to post loss a transit warehouse

2009-04-14 Thread Pranav Kumar
Hi All, In a transfer order, it so happened that the 100 quantity is shipped from source warehouse. But at the destination warehouse, only 90 is received. Rest 10 quantity is lost while the good was at transit. Issue is: how to post loss at the transit warehouse? When i am trying to post loss

Re: [Axapta-Knowledge-Village] AX and 2 DBs reat-time update??

2009-04-14 Thread Pranav Kumar
u have to connect the databases. this can be done using .net business connector. for every transaction at fist location, the database of the second location will be updated. but i am not sure about the feasibility in case the transaction volme is higher.   good luck --- On Tue, 4/14/09, kardo_ax