I have a JS function that is running on a custom button that is visible on a View not a form.
The function requires XrmServiceToolkit to complete it's purpose, therefore on the ribbon workbench on my custom button I added a action to call the XrmServiceToolkit library, but there needs to be a function name.
Does anyone know the correct way to get this working
Thanks
My favorite "dummy" function for this purpose is isNaN
<JavaScriptFunction FunctionName="isNaN" Library="$webresource:myjslib" />