How to Create custom field which is a combination of model and serial no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 12:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 12:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:22 AM
Is there any sample script or any documented solution for this requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 05:12 AM - edited 12-10-2024 05:12 AM
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.