Hi,
on a form of my customer portal, I want that :
- if the customer fills in the "server" field, the list of applications is restricted to this server.
Server and application are Assets objects type field. that refer to assets.
These assets have an Inbound/Outbound references link.
Is it possible to dynamically retrieve what the customer fills in, to filter the list on the next field in the form?
regards,
Hi Melanie,
That is certainly possible! As long as the assets are linked in Assets through incoming our outgoing reference you can do this. Take a look at this setup of a field:
This field is setup of to show Assets that have a Type that is also to be selected on the form (customfield_10082).
So let's say this field shows Hardware, then by using:
Type = ${customfield_10082}
the field is going to be filtered on t he portal depending on which Type is selected.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.