Announcements
I created an action menuitem...i set to object propriety ---Class and RassetReport class but after i set the RassetReport class i get the warning that
"this class does not have main method,or is abstract ori does not exist"
I have tried this method:
1. stop AOS
2 delete files from XppIL folder
3. start AOS
4. Generate Full CIL/Generate incremental CIL
5. Compile AOT
But doesn't solve my problem. Even i've tried to restart server.. but nothing changed
*This post is locked for comments
yes i have tried to compile Ax InternalBAse class but nothing
Hi!
You have to set EnumParameter (RAssetReportType) and other for menu item.
Look method RassetReport construct
- RAssetReportType assetReportType;
- RAssetTrans rAssetTrans;
- ;
- assetReportType = _args.parmEnum();
- switch (assetReportType)
Hi,
First, compile all the objects pertaining to a AIF document service.
Secondly, compile the base class - AxInternalBase
At last, select your project node and "Generate incremental CIL".
André Arnaud de Cal...
293,474
Super User 2025 Season 1
Martin Dráb
232,592
Most Valuable Professional
nmaenpaa
101,158
Moderator