Is there any way to display the respective field list based on the drop down select?
Example : If I am selecting Invoice in dropdown, it should display only invoice related fields.
Is there any way to display the respective field list based on the drop down select?
Example : If I am selecting Invoice in dropdown, it should display only invoice related fields.
Hi,
Have you been able to solve this by now? As I know, you can only do this by coding in rule for each field:
Context.Field("YourField").IsVisible = false;
Best regards,
Vladimir
Hello,
Could you please clarify your scenario? Where do you want to implement this functionality: on the PSS or Verification station? What purpose do you want to achieve?
Do you talk about document sets?
Please sign in to leave a comment.