Skip to main content
Nintex Community Menu Bar

ever needed to query model on source page from page include page?

  • July 8, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+20
// used to be to refresh model from page that called a page include // before page include action skuid.snippet.registerSnippet('setSourceModelName',function(args) { var params = arguments[0], $ = skuid.$; sourceModelName = params.model.id; }); // used in conjunction with snippet 'setSourceModelName' skuid.snippet.registerSnippet('querySourceModel',function(args) { var params = arguments[0], $ = skuid.$; skuid.$M(window.sourceModelName).updateData(); });<br>
This topic has been closed for replies.

2 replies

Forum|alt.badge.img+3

Found this post and it is very helpful, thanks.  it did leave me wondering if it is possible to have an action taken in one page include refresh models on other page includes.


Forum|alt.badge.img+11

Eric~

That’s an interesting idea but it is not currently possible.

Thanks!
Karen