Deeplink to enable multi-select by default?

I recently came across this expression:

LINKTOVIEW(“YourTableViewYourAreOn”)&"&quickedit=true"

I wondered if there was a way to enable the multiple select feature in a table view. I have a button that takes someone to a table where the only purpose is that they want to select multiple items and perform an action on them. Currently they have to click the button at the top of the page and I was hoping to eliminate that step and already be in that mode.

As ever your assistance is appreciated.

Solved Solved
0 2 165
1 ACCEPTED SOLUTION

Thanks Steve - that works. For reference here is my successful deeplink:

LINKTOFILTEREDVIEW(“My View”,[ProductID]=[_THISROW].[ProductID])&"&selected="&ENCODEURL("")

Note: The square box is “[” followed by “]”

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Thanks Steve - that works. For reference here is my successful deeplink:

LINKTOFILTEREDVIEW(“My View”,[ProductID]=[_THISROW].[ProductID])&"&selected="&ENCODEURL("")

Note: The square box is “[” followed by “]”

Top Labels in this Space