- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 10:35 PM
Hi All,
I wanted to know the possibility of setting dynamic values using business rule action like assignment_group.description
Or To(dynamic) has different use.
Many Thanks...
Rajeev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 11:15 PM
To (dynamic) will show dynamic filters defined for that reference table or field. For example, OOTB we havbe one dynamic filter called "One of my groups" which will get the groups of logged in user.
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 10:42 PM
Hi Rajeev,
You can set dynamic value from the script
try below
current.short_description = current.assignment_group.description;
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 11:08 PM
Thanks for your reply Swamy,
Yes we can write script, I just wanted to know how dynamic assignment work. this is what stated in the UI:
- To (dynamic): A value relative to the user configuring the business rule, or a user with a specific role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 11:15 PM
To (dynamic) will show dynamic filters defined for that reference table or field. For example, OOTB we havbe one dynamic filter called "One of my groups" which will get the groups of logged in user.
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017 11:25 PM
Thanks