SAIL interface works in one environment, but not the other.

#SAIL Interface Issue with Dynamic Link.
We have a Selecte-able paging grid ruining from Query Rule (in with) with page size of 10.
The Data in this paging grid can be clicked on by dynamic link , where we are trying to store the data row on the user click.
The row of the grid is selected and we have toe correct information in two of our environments, but in one environment, it doesn't seem to work, the paging grid keeps refreshing on the user click, this doesn't happens in other environments

Code Snipet :
=load(
local!RptPagingInfo:a!pagingInfo(startIndex :1 , batchSize :10),
          local!userAttribute : rule!getUserAttribute(
user : ri!user
).attribute,
local!selectedAttribute:if( length(local!userAttribute) >1 , "", local!userAttribute),

          with(
local!viewReport :
rule!FMA_queryViewReport(
userAttribute : local!userAttribute ,
pagingInfo :local!RptPagingInfo),

if( length(local!selectedAttribute) >1 ,
a!sectionLayout(
label : ""...

OriginalPostID-210906

OriginalPostID-210906

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data