Applications or assets which can not be integrated with your IM systems (such as laptop allocations) can be managed through using ServiceNow as a ticketing system, and Saviynt being the central system for access request , can be used as a portal to raise ServiceNow tickets from.
for the USECASE 2 : the objective here is to execute ServiceNow ticket creation JSONS from SSM, for this a specific section is provided in the SSM called "CREATETICKETJSON".
A few points to remember :
1. You vcan use the same connection with multiple endpoints in such a scenaraio as long as the ticket content remains almost the same.
2. The connection for such disconnected systems must be selected as servicedesk connection to mark it as a disconnected endpoint.
3. If you want to raise all three items (REQUEST, RITM, TASK ) in serviceNow against each request in Saviynt, you'll have to execute multiple calls in your JSONS , though it's recommenced for ServiceNow team to create one API which can in turn internally create three items.
4. The trick is to pass on the reponse of the first call to the second call and so on so that the REQ, RITM, and the RITM and the TASK can be corelated, through "response.message.result.number".
5. You can use variables and conditions in your JSONs to make it dynamic enough to meet different use case and endpoint needs , as you don't get separate CREATETICKETJSONs for separate JML actions.
The below is an example of such :
As laways , thank you for reading !
No comments:
Post a Comment