CRM RibbonWorkbech - 3rd Party Librarys

460 views Asked by At

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

1

There are 1 answers

2
Alex On BEST ANSWER

My favorite "dummy" function for this purpose is isNaN

<JavaScriptFunction FunctionName="isNaN" Library="$webresource:myjslib" />