Hi,
Is there a way to search a user in the Asset Module that returns all assets assigned to that users, without having to go through each support hardware type ?
Then you would need to have object attributes under a user object, that can provide options.
How is your user object setup in assets?
Can you show an example?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What attributes are set on a user object in assets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Michelle Kirk
Yes, if you know where to search, you can invoke an automation to return all assets.
so one example can be automation that you invoke manually that gets input of the user name, or fetch it from a custom asset field.
then you need to do a lookup asset object.
see here for more details:
{{#lookupObjects}}
* {{Name}} ({{Key}}) - Status: {{Status}}
{{/}}
hope that helps.
Ariel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.