0
votes

How do I shift a record from one view to another view that is a custom view through workflow?

I want a functionality such that when a record is processed and saved it should shift from "Active" view to another view named as "Processed" through workflow. Right now it is giving me the option to shift it from Active to Inactive on "Change Record Status."

is this even possible? or is there a workaround?

1
What you want can be achieved through a custom view, filtered on an attribute value, a workflow should not be necessary.Bvrce

1 Answers

1
votes

Your custom view "Processed" shows the records based on certain conditions (for example a view can show the records recently created or where a field contains a certain value).

So inside the workflow you need to update the fields that make a record belongs to the custom view "Processed".