it think you want to catch current processing tasks within the
axapta application, meaning you want to retrieve the existing
objects (eg. SalesFormLetter_Invoice). You have to know, that in a 2-
tier envrionment objects only exist on the client (not new :-)).
Have you thought about modifying the baseclasses (e.g.
SalesFormLetter) that it's makes an entry in a table containing the
needed data. Maybe you use the function ClassNum to find out which
classinstance is in process!
Be carefull when modifying Classes like SalesFormLetter.
cu
M
| 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.

