I am new with Dynamics 365 and are not sure of how I can achieve this. I am looking into having some buttons in a view. Maybe a view isn't the best way of doing it, but what I want to do is to have a list of records connected to the logged in user (similar to a view) But on each row/record I want to have multiple buttons. These buttons can be like 'Complete' (Changes status on task and updates the view) , 'Send email'(Starts a workflow) and so on.
What are some of the ways of doing this? Either with Javascript/C#/plugin or something else.