- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 06:50 PM
Hi, I am creating a demo workflow for service catalog item which creates catalog tasks after approving the request:
When I ran validator I received an ValidateTableChange with detail as below:
I checked everything and assigned those tasks to the right assignment group. The result was when I apply this workflow in real case, the catalog tasks were still created for users in the group, but the caller and the requested item were missing:
My goal is to have the "Request Item" and "Requested For" fields filled, should I use script in this case? If anyone can tell me more about the warning error I would also be grateful, thank you in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 07:28 PM
Hi,
Make sure you Have created workflow on Requested Item <sc_req_item> table, not on Request <sc_request> table.
If you want to apply any workflow to catalog item you have created then you need to create workflow on sc_req_item table and associated/map it on catalog item in Processing Engine Section.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 07:28 PM
Hi,
Make sure you Have created workflow on Requested Item <sc_req_item> table, not on Request <sc_request> table.
If you want to apply any workflow to catalog item you have created then you need to create workflow on sc_req_item table and associated/map it on catalog item in Processing Engine Section.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 08:50 PM
Hello Anil,
Your solution was correct and solved all my problems, thanks a lot!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2022 07:30 PM