コミュニティ

How to hide or show line Items

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件のコメント

  • Avatar
    Scott Chau

    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

    0
  • Avatar
    matthieu moreau

    Scott,

    thanks for you answer.

    It's work if i replace checkmark.value by checkmark.text in my case.

     

    0

サインインしてコメントを残してください。