Met Posted November 17, 2022 Share Posted November 17, 2022 Hi, Unless I've missed something, I'm not sure this is currently possible. It would be useful if we could link requests as part of a business process - we're trying to automate as much as possible and this would really help with that. Thanks Met Link to comment Share on other sites More sharing options...
James Ainsworth Posted November 17, 2022 Share Posted November 17, 2022 Hi @Met Thanks for your post. Do you have a use case in mind? I'm trying to understand how the automated workflow would know which requests to link to without some manual input. Link to comment Share on other sites More sharing options...
Met Posted November 18, 2022 Author Share Posted November 18, 2022 Hey @James Ainsworth We are bringing part of our procurement process into Hornbill and as part of this users can submit an initial pre-engagement ticket before they are in a position to provide all the details of the procurement activity. This logs a ticket which goes to the procurement team who at a later date can run a task to decide whether we are proceeding with the activity. If we decide to proceed, it will instruct them to ensure a new ticket is logged which contains all the details and for that ticket reference to be entered into the task. The ticket format is verified using regex and the BP then checks that the ticket is a valid procurement ticket - if it is, it will update both tickets to say they are connected and then close the original ticket. We would also like it to link the two tickets as well without the analyst having to do a second step. The idea is this would stop them linking wrong tickets or tickets logged incorrectly. There is still some manual input required on this particular use case. Link to comment Share on other sites More sharing options...
Steve Giller Posted November 18, 2022 Share Posted November 18, 2022 @Met You cannot take a Request Reference and link that to a Request in the BPM, however you can create a Linked Request using the Log Request node (see the Service Manager Business Process Workflow wiki page) which can copy elements of the existing Request and/or specify certain values to automate what you are currently doing manually. Link to comment Share on other sites More sharing options...
Met Posted November 18, 2022 Author Share Posted November 18, 2022 @Steve GillerThanks - yeah I came across that, problem is we need to capture quite a lot of information through the IC on the second request. What we'd probably do is once the second request has been made and the task is run, copy information from the first request to the second request (which already contains information from IC), link them then close the first. Link to comment Share on other sites More sharing options...
Steve Giller Posted November 18, 2022 Share Posted November 18, 2022 14 minutes ago, Met said: problem is we need to capture quite a lot of information through the IC on the second request. There are ways to do this - for example using your description of the process above you may be able to capture that information in the Procurement Team's Task, log the new Request, then using an Update Custom Fields node and passing the output parameter of the new Request Reference into that update the new Request's Custom Fields with the values from the Task and/or information from the initial Request. A Task is not as elegant as an Intelligent Capture, but depending on what information you need might well do the job. Link to comment Share on other sites More sharing options...
Met Posted November 18, 2022 Author Share Posted November 18, 2022 2 minutes ago, Steve Giller said: There are ways to do this - for example using your description of the process above you may be able to capture that information in the Procurement Team's Task, log the new Request, then using an Update Custom Fields node and passing the output parameter of the new Request Reference into that update the new Request's Custom Fields with the values from the Task and/or information from the initial Request. A Task is not as elegant as an Intelligent Capture, but depending on what information you need might well do the job. Sorry should have said - it wouldn't be the procurement team logging the new request, it would be a user. The procurement team would run the task once the user has logged the updated ticket. Link to comment Share on other sites More sharing options...
Sam P Posted January 10 Share Posted January 10 +1 for being able to link requests in the BP I would use this to link an Incident to a resulting Change (unless there is a different / better way of doing this). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now