Assets in forms
I have a technology disposal form that I created that will search for assets within our inventory application. if the asset is not in there I have a text box to enter in the info we need manually. Is there a way let's say someone has 3 assets to dispose of that i can have more than one asset field, or even have a question like "do you have another asset to dispose of"? What would be the easiest way to do this?
Answers (2)
Hello James,
You can create multiple custom attributes that are asset type attributes, yes. Each field can only contain 1 value/asset as a selection, but you can add as many as are needed to your form beyond the baked-in asset field.
You can also make those additional/non-baked-in asset fields cascade from a question asking if there are more to include in the request.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
But generally speaking, you'd need a custom field that asks "do you need another asset...?", then maybe from that ask them how many more they need. Based on how many assets you want to allow in a single request, create that many more custom asset fields. Create attribute dependencies so that your asset fields appear based on the value chosen for the "how many more assets" question. Like so:
How many more:
1 - extra asset field 1 appears
2 - extra asset fields 1 and 2 appear
3 - extra asset fields 1, 2, and 3 appear
4 - extra asset fields 1, 2, 3, and 4 appear
5 - extra asset fields 1, 2, 3, 4, and 5 appear - Mark Sayers Mon 11/6/23 2:52 PM
So i spent a lot of time doing this and have a dependicy that if someone picks how many more assets, and they pick 1, all 20 appear even though I have only show number 1 checked, I included a screenshot of the dependency - James Richard Tue 11/7/23 8:46 AM