Skip to main content
Nintex Community Menu Bar
Question

Is there anyway to use the same url for a static resources existent in both PROD and DEV

  • July 10, 2024
  • 1 reply
  • 7 views

Forum|alt.badge.img+1

I have static resources in DEV and after uploading my skuid pages to PROD I do not want to have to manually update the respective links in PROD. Is there anyway to do this?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+3

Jose~ If your link looks like this /resource/1234567891234/yourResource just take out the id, so it looks like this: /resource/yourResource. That will be dynamic between your orgs. Hope that helps