Hi all:
I would want to know if the accounts receivable prepayment
functionality, could be apply in the accounts payable module.
I´ll appreciate.
Thanks
Yahoo! Groups Sponsor ~-->
In low income neighborhoods, 84% do not own computers.
At Netw
Hi
In addition to using forUpdate you must eclose the update in a transaction. For example:
ttsbegin;
while select forUpdate CustTable where CustTable.CustGroupID == '10'
{
CustTable.Balance = 1000;
CustTable.Update();
}
ttscommit;
Subrahmanyam Mamidi <[EMAIL PROTECTED]> wrote
did you try of writing a job?. Tell me what you to update..May be someone will help you...
thanks,
subbu[EMAIL PROTECTED] wrote:
Dear Colleagues,
I would like to update only one field of the records in the vendor table. How can I do such a specific update using excel? As far as I remember
Hi Harry.
Yes you are right. I think either some is wrong with update or may be the records he is tryiing to select do n't exist. Hemant, just curious if you have tried debugging.
or did u find the solution
thansk,
subbuAmit Jain <[EMAIL PROTECTED]> wrote:
yes,
but if you don't want to
Dear Colleagues,
I would like to update only one field of the records
in the vendor table. How can I do such a specific update using excel? As far as
I remember there was a special configuration for updating only wanted records.
I would be more than happy, if you could give me a small
We are using it in Australia
From: taulbert2000
[mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 March 2005 9:13
PMTo: Axapta-Knowledge-Village@yahoogroups.comSubject:
[Axapta-Knowledge-Village] Country-Specific
Hi group,does anybody know, for which countries Axapta
3.0 is available?Thanks,
Hi group,
does anybody know, for which countries Axapta 3.0 is available?
Thanks,
Tom
Yahoo! Groups Sponsor ~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.co
Hi group,
does anybody know, for which countries Axapta 3.0 is available?
Thanks,
Tom
Yahoo! Groups Sponsor ~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.co
Anyone knows what is the functionality of LedgerJournalEngine
On Thu, 10 Mar 2005 04:59:16 -0800 (PST), Varden Morris
<[EMAIL PROTECTED]> wrote:
> As far as I know Axapta does not allow you to use function calls in the
> WHERE clause of a select statement. You can get around that by using the
>
yes,
but if you don't want to use then use datasource or table.write method at place of update
Regards
Amit"Harry (Harshawardhan Deshpande" <[EMAIL PROTECTED]> wrote:
hi subbu
Thats funny
If I forget 'forupdate' clause then I get the following error
Cannot edit a record in 'TableNam
hi subbu
Thats funny
If I forget 'forupdate' clause then I get the following error
Cannot edit a record in 'TableName'. The operation cannot be completed, since the record was not selected for update. Remember TTSBEGIN/TTSCOMMIT as well as the FORUPDATE clause.
Can you confirm if you are
11 matches
Mail list logo