Try to use rf!data to show and hide visibilities of related action. rf!data

Try to use rf!data to show and hide visibilities of related action.
rf!data is displayed well in record list grid view...However, same check not working in related action visibility field.

check is simple : rf!status.code="PEND" , rf!status.code is displaying in Grid .

let me know what i am doing, if this due to nested cdt or multiple record.

Suggest me workaround.

Thanks




OriginalPostID-221228

OriginalPostID-221228

  Discussion posts and replies are publicly visible

Parents
  • @sushilk Would it be possible to attach the CDT's snapshot or atleast know us the details such as data type and multiplicity of 'status' and 'code'? Then the practitioners can comment on its availability in the areas such as Record Filters, Visibility expressions etc.

    If you are expecting multiplicity in the values(be it a local variable or record field or result of expression/query) you are making use of in the checks that drives the visibility, I would suggest applying casting or a similar logic(such as fn!and(),fn!or() etc) over the resultant value.
Reply
  • @sushilk Would it be possible to attach the CDT's snapshot or atleast know us the details such as data type and multiplicity of 'status' and 'code'? Then the practitioners can comment on its availability in the areas such as Record Filters, Visibility expressions etc.

    If you are expecting multiplicity in the values(be it a local variable or record field or result of expression/query) you are making use of in the checks that drives the visibility, I would suggest applying casting or a similar logic(such as fn!and(),fn!or() etc) over the resultant value.
Children
No Data