- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 10:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 10:40 AM
You can't. You would have to put it in the condition field of the script or in an if statement in your script. Condition building is for fields and there is no field that could replicate this.
Your other option in the business rule is the Insert check-box. That only writes on insert, when the record is new.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 10:22 AM
Hi Hai,
Not sure if I get your question exactly, I am assuming you mean how to write if the record is new in a condition of BR. If yes then you can write it as
current.isNewRecord()
Please let me know if you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 10:37 AM
Hi,
i have it in script. So i want to change it to condition. For example [ State is New ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 10:40 AM
You can't. You would have to put it in the condition field of the script or in an if statement in your script. Condition building is for fields and there is no field that could replicate this.
Your other option in the business rule is the Insert check-box. That only writes on insert, when the record is new.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2021 12:00 PM
Use the condition "Created" "is empty"