Check,ing if current user is the Assigned to user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 10:31 AM
I have written a simple Business Rule on the Incident table to practice on my PDI:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 04:35 AM - edited 12-12-2024 10:57 PM
hi @KamakshiM ,
Please try this.
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 06:28 AM
Hi Animesh,
Thanks for your response.
That did not work because getUniqueValue() returns the primary key and it is a different value.
But your suggestion prompted me to try getValue() and that worked!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:56 PM - edited 12-12-2024 10:57 PM
Hi @KamakshiM ,
Correct, geUniqueValue() does not take any arguments and it gives the sys_id of the current record here. In this case getValue() is the best option. Glad that it worked for you I also edited my response later.
If my response address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das