You can bind manual automation on record lists which would allow you to process multiple records at a time. Currently, there is a workflow prompt to provide record selection, but there isn’t anything to provide user selection. If this is a critical thing, you could create a record for every user and use that as a workaround.
If I recall correctly, we were discussing adding a user select prompt as well, but it hasn’t yet been done.
For automation scripts (you’re using them if I’m not mistaken @munawir ), there isn’t anything there, so you’ll need to use a workflow, or hack around via browser alerts in client scripts.
type tells the prompt how to display the provided options; available options are select and radio
value states the default value for the prompt; provide an array of values when you allow multiple selected items.
At the moment, not that I’m aware of (cc @mia.arh).
Feel free to refer us to any sources, examples, scenarios, or wireframes of how you’d envision this feature to look.
another UI/UX thing, the prompt appears on any page on Corteza
for example, if the prompt appears and I’m not sure which value to choose
I need to check some other pages then I’ll fill the prompt
the thing is, when I’m checking the other pages, the prompt appears on the other pages!!
I got the bulk assignment working and I want to share my solution
I have a custom field called assign_to which is of type User
fortunately, the users which are assignable is limited
so I hard-coded the user name and their IDs like this
Hi,
like in various CRM:
1 - every field should have in his settings if available for mass edit
2 - when selected record you click on Edit button
3 - all fields form the module that have enabled mass edit are shown in a form, where you can insert values you want to mass edit