How to get the value of the list of Product and Category values in the Customer Portal from Java Scr
Summary:
I am trying to obtain the value of the list of "Product" and "Category" values of the Customer Portal, this is so that it depends on the value that these two fields have, I can show or hide several more fields that the form needs to create the incident, if Category has the value "X" and Product has the value "Y" then 3 fields will be displayed, if Category has the value "W" and Product has the value "Z" then 8 fields will be displayed.
The problem is that with a custom list I can get those values without any problem with the following code snippet:
Tagged:
0