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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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.
サインインしてコメントを残してください。