Business Rule Dynamic Action

rajeevnow
Kilo Contributor

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

1 ACCEPTED SOLUTION

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


View solution in original post

4 REPLIES 4

amaradiswamy
Kilo Sage

Hi Rajeev,



You can set dynamic value from the script



try below



current.short_description = current.assignment_group.description;




Thanks and regards


Swamy


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.

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


Thanks