Hello everyone
I was just wondering about the best way to implement this:
We want to build a process (basically it is a research proposal/request process).
But we also want to be able to start a new change request for "completed" requests.
The change request is equivalent to the normal request, with the only difference that you have to select the original request in the change request (so that both the request and the change request can be referenced).
Now I am wondering what the best solution is.
I could simply show a picker field on the Change Request with BPS Internalview on all existing "completed" requests and then show a hyperlink to the parent instance in another field.
Or, but I don't know exactly how and if this is possible at all, I could run the change request as a child workflow of the original request - considering that the change request should be a separate request (and should not be started from within the original request (this is because "everyone" can make a change request to a request - but should not have access to all requests [it is more about the fact that a request should be "improved" by other persons or departments after a closer look - but they originally do not have access to the original request])).
However, now I don't know at all how I should do that and whether that is even possible.
What would be your approach in such a scenario? Would you simply use an additional field with the hyperlink for the original application or go the long way via the Parent/Child-Workflow?
Which would also be another point. It would be nice to have a statement/mark/whatever on the original request that the request now has a child workflow (change request). (Preferably even with a link/reference to the child workflow).
Thanks in advance for your advice.