Re: [Axapta-Knowledge-Village] Adjusting Global Data Types

2005-09-17 Thread Roberto Pineda
I think i worked fine, thanks for your advice. :-) --- Girish Bhatkal <[EMAIL PROTECTED]> escribió: > there should not be any problem. but i would advice > to > take a database backup before doing any changes. > good luck, > > --- Roberto Pineda &

[Axapta-Knowledge-Village] Adjusting Global Data Types

2005-09-14 Thread Roberto Pineda
. Thanks in advance. Roberto Pineda __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ Yahoo! Groups Sponsor ~--> Put m

[Axapta-Knowledge-Village] Win2000 + SP4 + (Axapta 3.0 SP3)

2005-08-23 Thread Roberto Pineda
Hello to all... We just applied MS win2000 server service pack 4 in our server & started to experiment a lot of problems related to Axapta's response time and the system hangs up with some options (for example when trying to eliminate transactions from a consolidation entity). Has someone applie

[Axapta-Knowledge-Village] How to move sql axapta databases?

2005-08-22 Thread Roberto Pineda
Hello to All... We will be moving our SQL Axapta database to a new server. Is there a Best Practices list we can follow? Any advice or suggestions. Thanks a lot. Roberto __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡grat

RE: [Axapta-Knowledge-Village] Question about two datasource query

2005-07-29 Thread Roberto Pineda
tle > bit another way, > > While select legdertable > While select ledgertrans where ... > > But it will issue a bunch of select statements, > which is not ok for SQL server performance. > > -Original Message- > From: Axapta-Knowledge-Village@yahoogroups.com &

RE: [Axapta-Knowledge-Village] Question about two datasource query

2005-07-29 Thread Roberto Pineda
{ > lTrans = qr.getNo(2); > /* > while (lTrans.AccountNum) > { > info(lTrans.AccountNum); > //for example > next lTrans; > } > */ > } > } > > -Original Message- > From: Axapta-Kn

[Axapta-Knowledge-Village] Question about two datasource query

2005-07-28 Thread Roberto Pineda
Hi guys. I have a report with two data source joined by a relation (LedgerTable and LedgerTrans) and I need to do something in the fetch method like: public boolean fetch() { QueryRun qr; LedgerTrans lTrans; qr = new QueryRun(this.query()); while (qr.next()) { lTran

[Axapta-Knowledge-Village] Can Posting layer in transactions be used in other ways not related to fixed assets?

2005-05-17 Thread Roberto Pineda
Hello to All. We need to be able to have an 'eliminations or corporate' adjustments for consolidating purposes. Yet need to do adjustments at country level not in the consolidation entity. This entries need NOT to appear at country level. Could Posting layer in transactions be used for this?

[Axapta-Knowledge-Village] Consolidation Question.

2005-05-04 Thread Roberto Pineda
I am setting up multiple country consolidation into one entity. Each country has a different currency with USD as secondary currency. Does anyone know how Axapta handles the exchange rate? . Does it consider the transactions exchange rate when showing the USD amounts? Are Local currency transact

[Axapta-Knowledge-Village] User Group Permissions

2005-04-18 Thread Roberto Pineda
Hello to All. We have different companies, each one has a user group definition, in order to limit the access to the menues. Also we have domains, because some user groups can jump throught companies. The point is that when we add a new MenuItem to any Menu it is visible to all user groups. We ha

Re: AW: [Axapta-Knowledge-Village] Data Replication with Axapta

2005-04-08 Thread Roberto Pineda
ery of a single company > within Axapta, as you have only one database for > your entire system. Microsoft has published a > technical white paper on this issue; you will find > the document on the Axapta 2.5 Installation CD in > the documentation folder. > > This is of course my h

[Axapta-Knowledge-Village] Data Replication with Axapta

2005-04-07 Thread Roberto Pineda
Hello to All. My company has implemented Axapta Financials in some countries. The main server is located in Miami and the local office in each country access Axapta using Citrix (a kind of remote desktop). We want to put a local axapta installation in each country. If we do that, is there a w

Re: RE : [Axapta-Knowledge-Village] Question about Queries.

2005-03-10 Thread Roberto Pineda
ectionField(fieldNum(SalesLine, > QtyOrdered), SelectionField::Sum); > queryRunA = new QueryRun(queryA); > queryRunA.setRecord(salesL); > queryRunA.next(); > > SumAmount += salesL.QtyOrdered; > > > Steeve... > > > -Message d'origine- >

[Axapta-Knowledge-Village] Question about Queries.

2005-03-10 Thread Roberto Pineda
Hello to All Is there a way to make a query that gives the same result of doing: select sum(FieldX) from TableX where FieldY == Something; The way i found goes like this, but I am sure that there should be a nicer way. Amount SumAmount; Query queryX; QueryRun queryrunX; TableX tableM; queryX

Re: [Axapta-Knowledge-Village] Error when trying to void a check

2005-02-04 Thread roberto pineda
ompared the class with my > test environment.. > > Anyway, best of luck. > > Thanks, > Subbu > > > roberto pineda <[EMAIL PROTECTED]> wrote: > BTW, what does it follow next? > > Thanks. > > --- roberto pineda <[EMAIL PROTECTED]> > escr

[Axapta-Knowledge-Village] How to wipe out transactions?

2005-02-04 Thread roberto pineda
Hello We have a company that has been using Axapta financial series since July 2004. We found that the first months are all wrong and want to cut them out. Leave the transactions starting october 1st. Is there a way to wipe out from the tables the previous data? In other words, eliminate data fr

Re: [Axapta-Knowledge-Village] Error when trying to void a check

2005-02-04 Thread roberto pineda
BTW, what does it follow next? Thanks. --- roberto pineda <[EMAIL PROTECTED]> escribió: > Thanks for your help!!! > > This is a Ax3.0 SP1, no hotfixes have been applied. > > I followed the steps one and two, but they din't fix > anything. > > The comp

Re: [Axapta-Knowledge-Village] Error when trying to void a check

2005-02-04 Thread roberto pineda
let me know... > > Hello, if anyone has similar exp, please share with > us. > > Thanks, > > Subbu > > SDBC > > > > > roberto pineda <[EMAIL PROTECTED]> wrote: > I am getting an error when trying to void a check > that > had been posted. > >

[Axapta-Knowledge-Village] Error when trying to void a check

2005-02-03 Thread roberto pineda
I am getting an error when trying to void a check that had been posted. I get the following error message: Error: Error executing code: Division by zero. Stack trace: (s) \Classes\CustVendReversePosting\reversePennyDiff –line4 (s) \Classes\CustVendReversePosting\restoreCustVendTrnas – line 28 (s

[Axapta-Knowledge-Village] Trial Balance accumulates differs

2004-12-10 Thread roberto pineda
Hi to All. I run the trial balance report for a specific account in two ways, but the debits and credits doesn't match, of course using the same date range. The first way is using the summary option and the second the details option. In the first one doesn't include a kind of voucher used to can

[Axapta-Knowledge-Village] Tax Values round set up.

2004-12-01 Thread roberto pineda
Hello. I need to register a tax code with value 0.00125, but the system rounds it to 0.001. How can i avoid this? It is possible to setup the round-off for tax values. thanks in advance. Roberto __ Renovamos el Corr

[Axapta-Knowledge-Village] Tax Value Round

2004-11-30 Thread roberto pineda
Hello. I have a question and hope someone can help me. I need to register a tax code with value 0.00125, but the system rounds it to 0.001. How can i avoid this? It is possible to setup the round-off for tax values. thanks in advance. Roberto _

Re: [Axapta-Knowledge-Village] Re: Round Off error.

2004-11-16 Thread roberto pineda
TED]> escribió: > > Roberto, > I haven't been able to pinpoint any other info for > you at this > point. What is the exchange rate you are using? > Have you tried to > run a consistency check (Basic > Periodic > > Consistency check)? > > > --- In [EMAIL

[Axapta-Knowledge-Village] Round Off error.

2004-11-15 Thread roberto pineda
to USD? > And what is the other currency? Also, what is the > Maximum penny- > rounding in secondary currency parameter set to > (navigate General > ledger > Setup > Parameters)? > > Thanks, > Jacqy > > > --- In [EMAIL PROTECTED], > roberto pineda

[Axapta-Knowledge-Village] Round Off error.

2004-11-15 Thread roberto pineda
Hello. I need to post a journal, but i receive this message: Message (11:34:21) Amount is specified too detailed in relation to the rounding of the currency. Error in unit of amount in currency 'USD'. Must be rounded to '0.00'. Unit of 35,572.19 35,572.19 being posted to account '1271-002' is to

[Axapta-Knowledge-Village] Urgent - Different posting profiles under one vendor account !!

2004-11-09 Thread roberto pineda
I need to be able to post transactions from the same vendor in different G/L accounts by concepts. Is there a form I can leave the posting profile for vendors 'open' and select the G/L on a transactional basis by adding a field in the journal for this purpose. Is this possible? Or: Is t

[Axapta-Knowledge-Village] Customized Reports in Axapta

2004-11-04 Thread roberto pineda
report in XXX country, and they look at it in YYY country, they said: "This report does not have alignments in the titles with the data". Thanks a lot, for any help. = Roberto Pineda __ Renovamos el Correo Yahoo!: ¡1

[Axapta-Knowledge-Village] Upgrade from SP1 to SP3 directly/ key areas to check after applying the SP

2004-10-29 Thread roberto pineda
I am using Axapta 3.0 SP1. I am planning to upgrade to SP3. What is best, to upgrade to SP2 first and then SP3 or to upgrade to SP3 directly? After upgrading, what key areas can I check to verify that everything is ok…. ? Thanks a lot. ___

Re: [Axapta-Knowledge-Village] Is it possible to change records posted?

2004-10-28 Thread roberto pineda
he posting is > done the system updates multiple tables with data > and > if we now try to change the posted data then we > might > end up not updating the data throughout all the > affected tables. > > > > --- roberto pineda <[EMAIL PROTECTED]> > wrote:

[Axapta-Knowledge-Village] Is it possible to change records posted?

2004-10-28 Thread roberto pineda
invoice and be able to use the invoice number again while maintaining the Reject Duplicate setup. Is it possible to do? Thanks a lot. Roberto Pineda. __ Renovamos el Correo Yahoo!: ¡100 MB GRATIS! Nuevos servicios, más seguridad http

RE: [Axapta-Knowledge-Village] Exchange Rate Problem - Help please!

2004-10-26 Thread roberto pineda
journal in the secondary > currency for the amount that you required and then > in the entry (General tab) changed the default rate > so that it equaled 100 of your local? > > An off the cuff suggestion. > > ____ > > From: Roberto Pineda &

[Axapta-Knowledge-Village] Exchange Rate Problem - Help please!

2004-10-26 Thread Roberto Pineda
I have this problem. I need to post a journal in local currency (exchange rate field for this journal will show 100), I need that the secondary currency posting be converted at a different exchange rate from the one I have in the exchange rate table for the day. If done manually I can go to t

[Axapta-Knowledge-Village] Secondary Currency Problems

2004-10-18 Thread Roberto Pineda
Hello to all... i need your help to resolve this. I have a journal composed by transactions in local and secondary currency, it seems to be balanced, but the validation shows this error: Warning Message (16:07:19) The transactions on voucher 'Gj3561' do not balance as per '10/18/2004'.

[Axapta-Knowledge-Village] Page Report Setup

2004-10-05 Thread roberto pineda
Hello How can I change the size of paper in a report. My layout needs a Landscape 11x14in paper size. how can i do this? Thanks! __ Renovamos el Correo Yahoo!: ¡100 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es

Re: [Axapta-Knowledge-Village] Aging Analysis Report Problems

2004-09-29 Thread roberto pineda
the > case you can correct the date of settlement. > > Hope that helps > Michelle > > Roberto Pineda <[EMAIL PROTECTED]> wrote: > Hi to All. > > I issue an Aging Analysis Report for a prior month > for accounts > payable or accounts receivable but the total

[Axapta-Knowledge-Village] Aging Analysis Report Problems

2004-09-28 Thread Roberto Pineda
Hi to All. I issue an Aging Analysis Report for a prior month for accounts payable or accounts receivable but the total shown for the report does not agree the total for this account in the G/L for the same date. I've checked and both have the same transactions posted. Anyone knows why? Thanks

[Axapta-Knowledge-Village] Vendor Validated Fields

2004-09-22 Thread Roberto Pineda
Hello, I need to register a vendor invoice, but axapta validates that the vendor address and phone number are not defined. I want to set this off, how can I do it? Thanks. Yahoo! Groups Sponsor ~--> Make a clean sweep of pop-up ads. Yahoo! Compan