[Axapta-Knowledge-Village] Re: Excel Import - XML generation

2009-03-12 Thread tkbsmanian
Hi, 1. Do you need the Excel data into Xml data? Why don't you generate Xml after successful Excel import, from table? Not clear need more clarity. 2. Validation methods from table level will be called based on the validation level defined in the definition group used for the excel export/impor

RE: [Axapta-Knowledge-Village] Re: excel

2008-06-04 Thread Rodrigo Hentz
-Knowledge-Village] Re: excel In excel, create a macro that change borders then analyse the code. You will then be able to mimic that in Axapta with COM object extracted from SysExcel* classes. --- In Axapta-Knowledge-Village@yahoogroups.com <mailto:Axapta-Knowledge-Village%40yahoogroups.

[Axapta-Knowledge-Village] Re: excel

2008-06-03 Thread Steeve Gilbert
In excel, create a macro that change borders then analyse the code. You will then be able to mimic that in Axapta with COM object extracted from SysExcel* classes. --- In Axapta-Knowledge-Village@yahoogroups.com, "Rodrigo Hentz" <[EMAIL PROTECTED]> wrote: > > How i can apply borders in cells o

Re: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-10-08 Thread Srivastava Ashish
> result in malfunctioning of the system. > > > > This whole lenghty explaination appears to be difficult / > complicated, but once you do it, you will find it as the easiest and > quicker exercise. > > > > In case you need any further assitance, do write to me. > &

[Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-10-07 Thread madhubabu_r
gt; > Regards, > Ashwani Jain > > > - Original Message ---- > From: nigel_cox2003 <[EMAIL PROTECTED]> > To: Axapta-Knowledge-Village@yahoogroups.com > Sent: Wednesday, 26 September, 2007 10:07:34 PM > Subject: [Axapta-Knowledge-Village] Re: Excel templates for Uploadi

Re: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-10-05 Thread ASHWANI JAIN
From: nigel_cox2003 <[EMAIL PROTECTED]> To: Axapta-Knowledge-Village@yahoogroups.com Sent: Wednesday, 26 September, 2007 10:07:34 PM Subject: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock Forgive me, madhubabu_r, if it's just a typo on you

[Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-09-26 Thread nigel_cox2003
Forgive me, madhubabu_r, if it's just a typo on your part, but you list InventJournalTable and InventTrans as the tables you uploaded. Shouldn't this be InventJournalTable and InventJournalTrans as Sumit Loya listed? --- In Axapta-Knowledge-Village@yahoogroups.com, "Sumit Loya" <[EMAIL PROTECT

RE: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-09-26 Thread Craig Fidler
-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock Hi Sumit, Finally shud i take the following tables in the excel templates: InventJournalTable InventTrans InventSum??? The tables I have uploaded are InventJournalTransa and InventTrans. I

Re: [Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-09-26 Thread Sumit Loya
Hi Madhu, Am not exactly sure why this error is coming. The best way to load opening balances is thru Movement journal only. I wud not guess the reason for this error as this error information is not descriptive enough.. u can try and to debug and see from where this error is coming and on what

[Axapta-Knowledge-Village] Re: Excel templates for Uploading opening Stock

2007-09-25 Thread madhubabu_r
Hi Sumit, Finally shud i take the following tables in the excel templates: InventJournalTable InventTrans InventSum??? The tables I have uploaded are InventJournalTransa and InventTrans. I have managed all the number sequences in excel template itself. I could upload the data into the Movement

[Axapta-Knowledge-Village] Re: Excel Import Error: ContactPerson Table

2005-05-09 Thread Dick Howard
And the answer is... The problem is that the ContactPerson table has an initValue method that does not get called by the file import routine, and that is what generates the "reference" record used to initialize the HRMVirtualNetworkTable record that cross references to the ContactPerson table.