BR condition - current.changes()

TzachB
Giga Contributor

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.

 

6 REPLIES 6

Harsh Vardhan
Giga Patron

use below line. 

current.<field name>.changes()

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.

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. 

Harsh Vardhan
Giga Patron

<fieldname>**