Action displayed prominently

Hello!

Is there a way to filter an action view depending on the UX view where the user is?
Eg: I want the user to se an action displayed prominently in a table view, but not in a display view.

Solved Solved
0 4 309
1 ACCEPTED SOLUTION

Your expression in valid. Try this instead:

(CONTEXT("View") = "Correctivo_Gral")

or this:

(CONTEXT("ViewType") = "Table")

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

You can indeed! Look at CONTEXT("View") and CONTEXT("ViewType"):

In add this expression in Only if this condition is true of the action Behavior in the action editor but is not showing the action in the table view.

(โ€œTableโ€=CONTEXT(โ€œCorrectivo_Gralโ€))

Your expression in valid. Try this instead:

(CONTEXT("View") = "Correctivo_Gral")

or this:

(CONTEXT("ViewType") = "Table")

Thanks Steve! this one is working!

Top Labels in this Space