How do I change step within a stage?
Hi All,
We're currently doing a POC for a customer here in the UK and we have the following Case design:
- Order Entry
- Find Customer and Contract
- Add Customer
- Add Contract
- Enter Order Detail
- Validate Order
Currently, when creating an order we have three possible stories:
A) If the user finds the customer and contract they proceed directly to 4. Enter Order Detail and then to 5. Validate Order
B) If the user finds the customer but not the contract then they go to 3. Add Contract then to 4. Enter Order Detail and then 5. Validate Order
C) If the user can't find the customer then they go to 2. Add Customer then to 3. Add Contract then to 4. Enter Order Detail and then to 5. Validate Order
The customer would like this functionality delivered so that they can select a customer or contract pair from a grid and then click a button to either create a new customer, contract or order.
I have attempted to use an activity and New-Flow to call the respective flows however some of the information is not being passed across as well as ResumeFlow.
Hi All,
We're currently doing a POC for a customer here in the UK and we have the following Case design:
- Order Entry
- Find Customer and Contract
- Add Customer
- Add Contract
- Enter Order Detail
- Validate Order
Currently, when creating an order we have three possible stories:
A) If the user finds the customer and contract they proceed directly to 4. Enter Order Detail and then to 5. Validate Order
B) If the user finds the customer but not the contract then they go to 3. Add Contract then to 4. Enter Order Detail and then 5. Validate Order
C) If the user can't find the customer then they go to 2. Add Customer then to 3. Add Contract then to 4. Enter Order Detail and then to 5. Validate Order
The customer would like this functionality delivered so that they can select a customer or contract pair from a grid and then click a button to either create a new customer, contract or order.
I have attempted to use an activity and New-Flow to call the respective flows however some of the information is not being passed across as well as ResumeFlow.
Is there a standard way to move between steps within a stage and resume flow processing? I know there is the pxChangeStage activity which I have used before but I feel there ought to be something as simple to use for changing stages?
Cheers all!
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.