Use ATF to test request Approval record exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 07:42 PM
Hi All,
I created a ATF and want test if the request approval record exist.
In this ATF I used update record to trigger the ask approval flow I created( step 6,step7)
I'm sure this flow can be triggered by update records.
But ATF can not find the approval record, created by ask approval flow.(step9).
How can I do to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 09:16 PM - edited ‎04-08-2024 09:17 PM
Hi @Chang Shuang ,
Please add relation b/w sys_approver table with "u_itsm_sec_security_incident" using ATF "Field Value Validation" step.
Please add one more condition for linking b/w "u_itsm_sec_security_incident" & "sys_approval" table.
Please mark helpful & accept answer if its helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 09:46 PM
@abirakundu23
Thanks for your reply.
How can I add relation b/w sys_approver table and u_itsm_securit_incident table using the 'Field Value Validation' step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 09:31 PM
I am not sure why you are creating approvals manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 09:52 PM
Hi @Chang Shuang ,
Please try in that way.
Please mark helpful & accept answer if its helpful for you.