- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 08:09 PM - edited 12-10-2023 11:40 PM
Hi All,
I want to check is possible to trigger the custom workflow action "Query AD" from the server script by passing the input (Ex : Script include).
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 01:14 AM
yes after your AD qurey runs, you can use the script activity to do your validation and you can always use the g_scratchpad variables all across the workflow to pass and store the values.
also the AD Qurey must already have output transaction which returns the output which you can store it in g_scratchpad variable.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 01:07 AM
I going to query the user from AD using the below highlighted action, once i get the user details i want to do some validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 01:14 AM
yes after your AD qurey runs, you can use the script activity to do your validation and you can always use the g_scratchpad variables all across the workflow to pass and store the values.
also the AD Qurey must already have output transaction which returns the output which you can store it in g_scratchpad variable.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....