Hi,
Is there a way to create a kind of concatenated field in the assets?
We have an object type "Building", this consists out of some fields like "FullName" and "Code".
When we want to change the building of a laptop, it would be convenient to search for both "FullName" AND "Code". I know you can put these fields together with an automation rule, but is there a way to make a kind of "calculated" field that is selectable in the assets?
Thank you for your suggestions.
Vicky
Welcome to the community, to implement a concatenated field
Example AQL query for a concatenated field:CONCAT(asset.name, ", ", asset.serialNumber, ", ", asset.location)
For detail explanation refer the doc
@Vicky Pelgroms Have you seen this doc is it helped to you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your response. I found the suggestion you did, and this works great on JSM forms. But I want to use it in the assets itself.
ex where I want to use it (see Building field):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vicky Pelgroms then you can create custom field Building as a "select List (cascading)" type then it will show like this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.