
I have a problem when I clicked modify source mapping in DMF module. I try to reinstall DMF already.
I can't find some classes that show on error log (Classes\FormFunctionButtonControl).
Can you help me for this case.
Error executing code: FormRun (data source) has no valid runable code in method 'new'.
Stack trace
(C)\Classes\FormRun\new
(C)\Classes\SysSetupFormRun\new - line 4
(C)\Classes\ClassFactory\formRunClassOnClient - line 10
(C)\Classes\ClassFactory\FormRunClass - line 24
(C)\Classes\FormFunctionButtonControl\Clicked
*This post is locked for comments
I have the same question (0)CIL won't help; forms run on client and therefore is no CIL (created from X++).
But it indeed is related to X++ compilation. Either there is code that can't compile at all (and compilation will find it) or it's caused by code that wasn't compiled (and compilation will fix it).