Run multiple actions from single button?

Is it possible to have a single button perform a few sequences of actions? I have an action that “Closes Job”, which sets a column on the record to TRUE. But, I want to show another view that can ask for follow-up questions.

For example…

When the user clicks, “Close Job”, I want to perform the following

  1. Mark current _CurrentRow.IsComplete = TRUE
  2. Add some values of the _CurrentRow to a table named, WorkOrderOperations.
  3. Open up the view WorkOrderOperations_Detail allowing the user to provide additional details.
  4. Return to “Main” view.

Is this possible?

0 3 1,673
3 REPLIES 3
Top Labels in this Space