function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PragadheeshwariPragadheeshwari 

Custom Javascript button in managed package



Hi,

Cannot able to access button which is executing webservices with namespace - It becomes javascript error in IE9 but works in other browsers.

Code Line where i am getting error :  Namespace.webserviceClassname(params,params,etc.,);

Error I got: Onclick Javascript Error , Unable to get value of the property 'execute': object is null or undefined

Thanks in Advance
Abhinav GuptaAbhinav Gupta
Can you add some more code ? Are you using JS Remoting ?