Setting location same as assigned to user location for a computer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 09:58 AM
Hello Experts,
We need to set "home location" for a computer CI to location of a user to whom it is assigned.
I see that, "assigned to" field is not a ref field to user table. in that case how can we set the value to what i need?
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 10:02 AM
Is your assigned to a custom field? When I went into the OOB personal dev assigned to is a reference to the sys_user table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 10:06 AM
My bad. yes its a ref to sys_user table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 10:11 AM
Then it that cause you just need a after update business rule that set the location filed to the assigned_to.location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 10:13 AM