How to add a message in AD user is add or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 12:32 AM
Hi Team,
Can someone please help me on the below query.
Requirement: As per the below screenshot if the result is failure or success i need to add a message in the catalog item workflow as ‘The user already exists in the AD Group’ (or) ‘The user not found in active directory’ (or) ‘The AD Groups to add the user to are not found’.
Please help me on this how can we achieve this.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 04:07 AM
Hi @Dnyaneshwaree ,
Requirement: I want to show the failure or success message in the Request item work notes currently we do have any solution on this we need to provide the solution for this. currently we are using workflow from this how can we fetch the error message and need to be displayed same message in the RITM.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 05:05 AM - edited 03-18-2024 05:13 AM
answer = ifScript();
// Glide request table and use add query on work-note table.
// work-note = ‘The user already exists in the AD Group’ (or) ‘The user not found in active directory’ (or) ‘The AD Groups to add the user to are not found’.
//Copy the latest work-note by sorting by desc and update it in the RITM.
return 'failure';
Thank you!!
Dnyaneshwaree Satpute
Tera Guru