Skip to main content

Hi,

I searched and searched but couldn’t find an answer to this.

Is it possible to create a “mass add to” button on a contact or opportunity list view? For example: in classic Salesforce, in the Contacts tab or when a contact report is run, there is an option (button) to mass add the contacts to a campaign. I would like to replicate that feature in Skuid for contacts to campaigns and opportunities to a custom object.

Thanks!


Sounds like a mass action on a table. Create your table (on Contacts, for example) and a mass action that will add a row to your parent model (Campaign, in this example) with a condition that links the two.

Then you can check all of the rows from Contacts that you want to add to a campaign, and hit your mass action.


Thank you, Matt - I’ll try that!