Discussion:
Execute code on application startup
(too old to reply)
arnam
2010-09-02 13:13:58 UTC
Permalink
Hi!

I want to execute some client code on application startup. Where
should I place this code?

Regards
arnam
Huzaifa Gain
2010-09-02 14:00:06 UTC
Permalink
Look at Application\startupPost and Application\startupPost
OR Session class
Post by arnam
Hi!
I want to execute some client code on application startup. Where
should I place this code?
Regards
arnam
.
Huzaifa Gain
2010-09-02 14:07:03 UTC
Permalink
also check Classes->Info->startuppost().
Post by Huzaifa Gain
Look at Application\startupPost and Application\startupPost
OR Session class
Post by arnam
Hi!
I want to execute some client code on application startup. Where
should I place this code?
Regards
arnam
.
arnam
2010-09-03 06:30:24 UTC
Permalink
Thank you for your help!
unknown
2010-09-03 06:39:03 UTC
Permalink
Modify \Classes\Info\startupPost() method for Axapta 3.0 or
\Classes\Info\workspaceWindowCreated() for AX 4.0 and AX 2009.
workspaceWindowCreated
--
Regards,
Alex
----
Microsoft Dynamics AX Add-on for developers(Imptoved IntellySense,
additional hotkeys etc) -http://www.axassist.com
Post by arnam
Hi!
I want to execute some client code on application startup. Where
should I place this code?
Regards
arnam
.
Loading...