You should be able to manually reproduce the dynalink behavior. In the datasource.init() method, do a this.QueryBuildDataSource().clearDynalinks(); Then in the datasource.linkActive(), use element.args.record() to add/update QueryBuildRange using the appropriate field, i.e. ProdId. Then do this.executeQuery();
↧