Reputation: 1167
I am facing some issue in service now workflow.Can someone please help me with the issue .Please find the below description of task and issue :
What I am trying do is :
Process Followed :
Issue :
User2 is not seeing any incident to approve.Incident created by user1 should be displayed in user2's home page for approval.
Upvotes: 2
Views: 2557
Reputation: 516
My gut feeling tells me that you chose the wrong table; That you created the workflow on the "Catalog Item" table instead of the "Requested Item" table. People seem to forget that an Item is a catalog item as long as it is in the catalog, but from the moment it is requested, a copy is stored to the database as a requested item. Therefore the workflow should happen on the requested item, not the catalog item.
I recreated what you did and everything works as expected. I will post screenshots below, so you could see what you did differently.
As a best practice, you should add roles to the groups users are in, instead of the users themselves. This is easier to maintain, as the roles are automatically added to the user when they enter a group or removed when they leave a group.
I gave them the approver_user role, instead of the catalog_admin role, because they are approvers and not catalog administrators. Users with the catalog_admin role
Can manage the Service Catalog application, including catalog categories and items.
That might not be what you want. You can read more about the base system roles, here.
Upvotes: 2