
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 10:46 AM
Trying to convert this:
Into script.
Example:
I know that my .CHANGESTO is illegal, but It's to illustrate my point.
How can I get "changes to" into script?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 10:48 AM
Hi David,
In a before or after business rule, you can use current.field.changesTo(value).
Example:
current.active.changesTo(false)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:45 AM
Can I use this in Email Notifications (Advance View)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:56 AM
I only recommend using this if the condition builder does not offer what you need. in your other message, you are looking for changesFrom() and changesTo(). Those are both available on the state (extended from task) in the condition builder.
Use the condition builder when possible to keep things easy to read, build, and maintain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2018 02:59 AM
Hi Tomasi,
can i know can we do other field mandatory in state changesfrom condition through business rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2018 06:03 AM