Impact of writing Business Rule on cmdb_ci_computer table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:55 AM
Impact of writing Business Rule on cmdb_ci_computer table? Is there any alternative for the same if we need to set the Assigned To Value of cmdb_ci_computer table based on condition with Custom fields "Last Login User" and "Primary User".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:57 AM
Hi @VIKAS45 the alternative is you could use flow designer with no code to update the record.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 02:02 AM
Hi,
If you are getting "Last Login User" and "Primary User" from SCCM integration or some other integration or data source - then you might want to use "Transform Script".
"Transform Script" gives you methods Source and Target - which you can use to map the data to the "Assigned To" field.
Also, "Transform Script" gives you the flexibility to transform the data using Glide methods if the data is not in right format.
hope this helps you.