Business rule for owned by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 11:10 PM
Hello,
I would like to create a business rule when a computer is created in a certain location to assign a specific person in the owned by field.
For example if the computer Is created through discovery with location Madrid to populate Mark as Owned by, or if it is London then to populate John.
I did it for one location and it works, but we want it for multiple locations.
If it is possible without code would be perfect.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 12:50 AM
Hi,
If you want it dynamically managed, then you can add a "Computer owner" field on the locations record and manage the owners on each location. Then in your BR you just dot walk the location and pick up and assign the owner.
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 05:04 AM
hi, thanks for the answer. I am not seeing a computer owner in the fields. is it a custom value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:30 PM
Hi,
Yes, that would be a custom field. And this is if you want to work with Location as the entity. I agree with @VenniMakarainen that Services is the better choice.
Regards,
Niklas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 11:10 PM - edited 04-16-2023 11:12 PM
Hey Todor, purely considering from tech point-of-view reflecting your ask about no-code approach --> flow designer + decision tables would do the trick. Note, this is an overall note without any understanding of your actual context and logic.
If the 'owned by' is depicting managing a (tech) service, you could consider managing (service) ownership thru service portfolio. Here, we've got a OOB functionality to copy various attributes from the parent service: https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/csdm-implementation/task/cs...
Of course, if service portfolio management is not in use today; you are facing a bigger change which is not only technical but organisational as well.