Skip to main content

Having a few problems trying to figure out how to replace an existing JS buttons on a List View.  The button I'm working on will update the status on a custom object for selected records to "Completed", but only if the current status is "Approved".  I cannot see anything on an Action button that can assign conditions.

Reading through various comments suggest you would need to either construct a Lightning Component, Apex, or a Flow, although all of these would require some coding which I'm trying to avoid.

Does anyone have any suggestions as to the best way to approach this, preferably with as little code as possible?

Thanks!

3 comentários
  1. 28 de jul. de 2019, 21:52
    Thanks Mark. I'm assuming that if I create a record collection variable (input) then this is what will collect the records selected in the list view? Or is there something more to it (something I read said that you had to assign the record IDs in a Lightning Component and have the component pass it to the flow).
0/9000