Skip to main content
Nintex Community Menu Bar
Question

Module Size Issue

  • July 11, 2024
  • 2 replies
  • 15 views

Forum|alt.badge.img+8

We have around 80 skuid pages in a module in a managed app which we cant bundle into a static resource as we hit the salesforce 5Mb static resource size limit.

Is there any way we can run apex to unpack the module and then a second piece of apex to unpack a second page pack perhaps?

Any ideas.

2 replies

Forum|alt.badge.img+10

David,

Looks like you can run:

skuid.Utils.PageRefreshResult RefreshPagesFromStaticResource(nameOfStaticResource)

to unpack pages from any static resource.

I found this by looking at the PageList ‘page’ from Skuid and examining the Static Resource 'SkuidPageListJS’l

Thanks,

Bill


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

Thanks Bill… I will give it a try! Merry Xmas