Impact of writing Business Rule on cmdb_ci_computer table?

VIKAS45
Tera Guru

 

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".

 

 

2 REPLIES 2

Harish KM
Kilo Patron
Kilo Patron

Hi @VIKAS45 the alternative is you could use flow designer with no code to update the record.

Regards
Harish

AbdulRahman_M
Tera Contributor

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.