
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 02:42 PM
Hello, Is there a way to set a default value ONLY if certain conditions on the record are true?
As an example, I want to set a default value on an Asset Tag ONLY if the CI type is not a network adapter or storage.
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 08:51 AM
Yes, you can do that with an After business rule.
conditions: Is Virtual is true
script: set your default value here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 03:22 PM
Hello
I'm trying to set default value for a Subcategory field ( drop-down list), based on the value selected in the Category field.
Trying to implement with a similar business rule, but does not work. The subcategory field remains empty.
Requesting any suggestions
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 04:50 PM