This topic contains 1 reply, has 0 voices, and was last updated by nrao 9 years, 3 months ago.

  • Author
    Posts
  • #6932

    mgargano

    I have a list that is in a subtab, and I need to be able to insert data into specific fields. As it is now, the code to do so is using setLineItemValue(‘price’, ‘price’, 1, value);

    This works, but the list changes from time to time and having the line number hard coded means we have to change it every time there is a change in the list. I am looking for a way to search for a specific line item and getting the line number. Any help would be appreciated
    This is a cached copy. Click here to see the original post.

  • #6933

    nrao

    Hi,

    You can make use of the ‘Validate Line’ function via client script, so that every time the value on the line item changes it would validate it.

    It makes use of get/set CurrentLineItemValue which will allow you to make desired changes accordingly.

    Please refer to Suite Answers id : 10544 and 10282

    Thanks

You must be logged in to reply to this topic.