BR condition - current.changes()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 04:52 AM
hello every one,
i'am trying to check in BR condition if some field was changed.
its possible to use that condition? (current.changes() )
or if not, what is the right way?
thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 04:53 AM
use below line.
current.<field name>.changes()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 05:00 AM
I can't know in advance which field will change.
If the user makes any changes (no matter what) i want to populate 'assigned to' field with the user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 05:02 AM
check update check box in your business rule then it will work if any update will occur on your table then business rule will get invoked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 04:54 AM
<fieldname>**