using a business rule to require "work notes" field be entered

patricklatella
Mega Sage

hi community!

I'm developing a custom form that has a State field.   I also have the OOB "Work Notes" field on the form.   I need to require the "Work Notes" field be filled with something to enable changing the state of the record FROM any of 3 "closed" states.   I'm working with a business rule to achieve this.   However a condition that is not possible is "work notes is empty".  

I'm working on an advanced condition script, but am struggling.   any thoughts?   thanks!

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

srinivasthelu
Tera Guru

current.work_notes.nil()


View solution in original post

3 REPLIES 3

srinivasthelu
Tera Guru

current.work_notes.nil()


patricklatella
Mega Sage

awesome thanks Srinivas!   I knew I was close


srinivasthelu
Tera Guru

Glad it helped