Dynamic function reference
It would be nice to have the option to create a function reference on the fly.
Now the reference is fixed: "application.namespace.function()". However it would be nice to be able to assign the application name <application>.namespace.function().
Example: Application SysAdm has a table with two fields: "Application" and "RecordCount". It retrieves the number of records of two other applications App1 and App2 stores them in the table. Both App1 and App2 have a function sendNoRecords(). If you want to retrieve the records of both applications you now have to invoke two separate functions App1.sendNoRecords() and App2.sendNoRecords. It would be very nice to be able to construct the two function calls dynamically!
Almost sure that this is not supported now so maybe a suggestion?
Ivan