- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 05:23 PM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 05:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 05:26 PM
current.work_notes.nil()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 05:29 PM
awesome thanks Srinivas! I knew I was close
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 07:49 PM
Glad it helped