Hello, I have a class of Device and a field called "Type". Now there are 3 types of devices and they all have different properties/fields. I did list them all in the properties section of this class. But I am wondering if there is a way that if I select the type and then only the fields for that type will show and rest of the fields for other types of devices will be hidden. Please enlighten me in this process. Thanks
Hello,
You should give more details on your needs ?
Maybe have a look at this extension, but warning customized forms data are stored in a way that have drawbacks : Customized request forms
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I have a class of Device and a field called "Type". Now there are 3 types of devices and they all have different properties/fields. I did list them all in the properties section of this class. But I am wondering if there is a way that if I select the type and then only the fields for that type will show and rest of the fields for other types of devices will be hidden. Please enlighten me in this process. Thanks
Kind Regards,
Abdullah
This is currently not possible. You'd need to create one parent class, and have multiple sub classes to have a different presentation of the fields.
Hello,
You should give more details on your needs ?
Maybe have a look at this extension, but warning customized forms data are stored in a way that have drawbacks : Customized request forms