List of functions in a codeunit

TomK
Member Posts: 4
Hi all
I'm creating something for a customer to schedule tasks. Those tasks are specific functions of a codeunit. To give the customer the possibility to schedule tasks himself, I want to give him a form with an overview of all the functions of the chosen codeunit. In this form he can select witch function he wants to schedule.
Does anyone know if there is any possibility to give this overview of functions?
Thanks!!
Tom
I'm creating something for a customer to schedule tasks. Those tasks are specific functions of a codeunit. To give the customer the possibility to schedule tasks himself, I want to give him a form with an overview of all the functions of the chosen codeunit. In this form he can select witch function he wants to schedule.
Does anyone know if there is any possibility to give this overview of functions?
Thanks!!
Tom
0
Comments
-
It is not possible, but you can't execute them dynamically either so you will have to hardcode it per codeunit as well.Regards
Peter0 -
pdj is correct.
You are better off creating separate coduenits for the different functions.
These separate codeunit can be 'wrappers' for calling the specific functions in your other codeunit.
It might be good to have a standard name for these codeunits (or a standard name in the version number), so that it's easier for you to do a lookup to the object table, when you want to add a new scheduled task.
But by now you should have realised that this would be just as easy as having a table with all the functions, then have a big 'case' statement in the onRun trigger of you codeunit accepting you table name as the parameter, calling the right function.
Cheers,
Gus0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions