Skip to main content
Nintex Community Menu Bar
Question

How to access Javascript static Resource

  • July 11, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+2

Hi,How to access Javascript static Resource I’m getting problem I was created Static Resource,by uploading a javascript .Js file ,in javascript snippet i have used Static Resource now i’m getting problem how to access that through actions like Run Javascript snippet ??

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+11
  • July 11, 2024

This tutorial may help you:
https://community.skuid.com/t/how-to-use-a-javascript-snippet-as-a-static-resource

But basically:

1) in your JS static resource you need to register your snippet, essentially giving your snippet a name.

2) Add your static resource as a resource in your Skuid page

3) Call the snippet using actions (Run a Skuid Javascript Snippet) and use the name that you registered (it won’t be in the picker, but just type in the name.)



Forum|alt.badge.img+7