- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 09:35 AM
I'm beating my head against the wall trying to figure this out so any/all help would be appreciated!
I'm trying to figure out how to go about making an IF statement where an individual is creating a request, that it checks the requestor or caller's department or group before proceeding forward.
e.g. If requestor's department is sales return 'yes'; otherwise return 'no';
I'm not a programmer, so if there's anyway to do this out of box please let me know!
Thank you!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 12:31 PM
Follow below steps
1. Go to If activity, in condition section.
2. Search for "Show related list" click on it and then in the same field search for "Requested For==> User Fields" click on that and then again search for Department in that same field.
3. Click on Department.
4. Click on drop down once again and you will see "Requested For.Department" option, select that and select the desired Department and Save
And You are done!!!
Let me know if you need any further assistance.
Please mark my answer correct and helpful if this resolves your issue.
Regards,
Palak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 12:58 PM
After clicking on "Requested For==> User Fields" then again type department in that same field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 01:17 PM
Palak, my friend, I've only known you for four hours but you're now my personal hero.
This worked exactly as it needed to.
Seriously, thank you so much for your help and effort!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 01:34 PM
It's good to see that I was able to help you. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 10:06 AM
To clarify, I know the Core Activity would be IF, the issue is that I cannot figure out how to complete the rest of the request, which is having it look up the department of the individual and then assigning it a value of Yes or No.
I've been Googling for a couple of days and troubleshooting out of the box functionality but no dice so far.