7/4/2025 5:33:23 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Could not find dynamic method error - reoccuring
Posted: 30 Jun 09 2:52 PM
|
Has anyone see the error 'Could not find dynamic method .cmdOK_OnClick. Check your method configuration to ensure that this method exists'. I first got it on the oob screen to set an opp to closed/won. I replaced the screen with one from a dev system, built and deployed. This fixed it for a while.
Then yesterday the error appeared on the oob edit opp contact screen. Replaced that one with one from dev, build and deployed. That fixed the edit opp contact but now I am getting reports today the close opp/won screen is getting the error again.
Niether of these screens have been modified. Has anyone else seen this? Thoughts? Thanks |
|
|
|
Re: Could not find dynamic method error - reoccuring
Posted: 01 Jul 09 5:04 AM
|
Hi, I had that with methods which I linked to an external dll. In my case the load action was not a c# code snippet but it was a code snippet action item. What seems to happen is, that when you build and deploy the dynamicmethods.xml file gets corrupted. Look at that file and see if you find the correct method there. If you do not work with code snippet action items I am not sure if this is relevant for you.
Alexander |
|
|
|
Re: Could not find dynamic method error - reoccuring
Posted: 10 Jul 09 11:16 AM
|
I have had the error with a custom event that we attached to a form, but not with an oob form as you have. When it happened to us, I was able to quick-fix it by ensuring the proper method name existed in both the quickform file and the dynamicmethods.xml file, but the problem comes back if you rebuild/redeploy. The only way I was able to fix it was to delete the method and the control it was attached to, save/build/deploy, then add everything back the way it was. I may have manually deleted the references from some of the xml files as well. The App Architect REALLY needs some work in regards to file system house cleaning - too often I have to edit or delete files before the app is happy again. |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|