Hi,
I want to hide or show LineItems fields based on the value of a check box
Can you explain to me, how proceeded, please?
Regards
Hi,
I want to hide or show LineItems fields based on the value of a check box
Can you explain to me, how proceeded, please?
Regards
0 out of 0 found this helpful
Comments
2 comments
Matthieu,
You are going to have to script this. Sudo code is going to be something like if checkmark.value is "something" then Lineitemfield.isVisible = true
Basically you can hide field by using the .isvisible property
Scott,
thanks for you answer.
It's work if i replace checkmark.value by checkmark.text in my case.
Please sign in to leave a comment.