Dot walking is not working in business rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 10:25 AM
HI Everyone,
I am trying to do dot walking on task table , so there i want to get case related fields in business rule but i am unable to get in business rule , same i used in reports there it is working . Can anyone help me on this.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 10:26 AM
So we can help you, can you provide the code you have written so we can advise what is wrong? What are you wanting to achieve exactly with this BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 10:33 AM
I am just checking filters there it self it is not working ..There is no code i have written for business rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 10:28 AM
try
current.getValue(field.<dot walked field>)
Thanks
Pranav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 10:34 AM
I am just checking filters there it self it is not working ..There is no code i have written for business rule.