Thanks for the clarification.
/Jens
-----Oprindelig meddelelse-----
Fra: Girish Bhatkal [mailto:[EMAIL PROTECTED]
Sendt: 2. juli 2004 10:14
Til: [EMAIL PROTECTED]
Emne: RE: [development-axapta] Initial values in SalesLine.
Hi Jens,
All the methods in axapta are given an appropriate name and are
available
in the appropriate place.
In all the tables if you need to insert a list of field records from
another
table then go to the table (in your case salesline) and then check for
initfrom... here you have init methods for different tables and each are
called in different cases. when the records from salesTable has to be
inserted then it calls initfromSalesTable.
similarly you can see such methods on other tables also like on
salesTable you have initfromCustTable.
So it is important that whenever you add or modify any method then
add/modify in the appropriate method and appropriate place.
cheers,
Girish
-----Original Message-----
From: Jens Strandberg [mailto:[EMAIL PROTECTED]
Sent: 02 July 2004 07:48
To: [EMAIL PROTECTED] Com (E-mail)
Subject: [development-axapta] Initial values in SalesLine.
Hello there,
Whenever you prepare a new SalesLine, certain values are copied from
SalesTable to the SalesLine form, e.g. reservation, delivery date,
over/underdelivery etc.
This happens before the insert. However, I can't find the method that
does
the trick :-(
Any suggestions ?
Thanks in advance.
Best Regards
Jens Strandberg
Yahoo! Groups Sponsor
ADVERTISEMENT
--------------------------------------------------------------------------
--
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
b.. To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
b.. To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

