Hi, I am facing a weird problem on Appian 7.9 while trying to show Re

Certified Lead Developer
Hi,

I am facing a weird problem on Appian 7.9 while trying to show Related Action's Short-cut on a Record-View.
If the Record view's Visibility is set to "true" or "true()" than the Related Action's Short-cuts are visible on the Record-View but when I use some expression rule or a function for setting the visibility of the Record-View the Related Action Short-cuts are not-visible on the Record-View.

Thanks
Arsh

OriginalPostID-177059

OriginalPostID-177059

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    even a simple function like
    if(
    1=1,
    true,
    false
    )
    won't show the related actions short-cut on the top of the sub-record-view page
    the visibility is for the record-view dashboard so if the record-view dashboard is visible I do not see a reason why the related actions are not shown on top of the page.
    the related actions are available in the related actions tab.
Reply
  • 0
    Certified Lead Developer
    even a simple function like
    if(
    1=1,
    true,
    false
    )
    won't show the related actions short-cut on the top of the sub-record-view page
    the visibility is for the record-view dashboard so if the record-view dashboard is visible I do not see a reason why the related actions are not shown on top of the page.
    the related actions are available in the related actions tab.
Children
No Data