Skip to content

Move to Previous Step

Sandy Wise edited this page Jun 4, 2021 · 1 revision

In general, you can use the back button in the web-interface, but it can also be done programmatically:

  1. Via the console, find the match: m = ClientOpportunityMatch.find(1234)
  2. Uninitialize the current step: m.current_decision.uninitialize_step!