Is it possible to edit multiple rows with a single value that is entered by the user? I’ve seen that it’s possible to update columns using a set value, bit I would like this value to be set by the user. Preferably selected from an Enum list.
Also if I could reference a value from another table and apply that, that would work too.
I’m afraid you can’t change the value directly for your action button while triggering it. You could ask to change that value with Usersettings but it’s an additional step though.
Thank you.
I’ve created an action which links to the user settings with LINKTOVIEW for ease of use.
Now for some reason I’m unable to show this action on a deck view which uses a referenced list. If I enable the “Show action bar” option than the action shows up on each item from the referenced list. Is there a way around this?