How to Create custom field which is a combination of model and serial no

Deepika Jain
Tera Contributor

Hi All,

 

I have a requirement to create a custom field like an asset tag, I need a logical asset tag field (custom field) which is populated with the decided asset tag format

FORMAT: Model + Serial Number

 

How to achieve this requirement.

 

Thanks in Advance

 

3 REPLIES 3

Anand Kumar P
Giga Patron
Giga Patron

Hi @Deepika Jain ,

 

You can write the script and concate two values Model+ Serial Number to asset tag custom field

 

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand

Is there any sample script or any documented solution for this requirement?

Uncle Rob
Kilo Patron

FLOW DESIGNER
Trigger:  Asset record insert
1)  Update Record (from trigger)
- Set field Logical Asset Tag = <drag trigger.model.name> - <drag trigger.serial_number>

No code required.