Need to create BPF with the following scenario:
- Business Process Flow has two stages: Stage 1 & Stage 2.
- Stage 1 is of Entity: Entity 1, Stage 2 is of Entity: Entity 2.
- Entity 1 & Entity 2 has no relationship with each other.
- When the record (Record 1) in Entity: Entity 1 is created, Record 2 in Entity 2 should be created automatically created. (Workflow or Plugin)
- Stage 1 is automatically assigned to Record 1 in Entity 1.
- Assign the record 2 as the next stage (Stage 2) in BPF.
Basically, we need to auto assign Record 2 as the next stage (Stage 2) in BPF.