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

  • Author
    Posts
  • #6491 Score: 0

    haydent
    • Contributions: 0
    • Level 1

    I can successfully use TransactionSearchAdvanced in php api to request an invoice for example, by specifying the criteria and columns , receiving it in the ‘basic’ section of TransactionSearchRow

    http://www.netsuite.com/help/helpcen…l?mode=package

    http://www.netsuite.com/help/helpcen…l?mode=package

    ‘basic’ is of type TransactionSearchRowBasic,

    http://www.netsuite.com/help/helpcen…l?mode=package

    and in here i find the details(columns) i request for the invoice i specify via criteria.

    However i can’t seem to find where the list of items ordered in the invoice are ? How would i get this information ?

    Thanks.
    This is a cached copy. Click here to see the original post.

  • #6492 Score: 0

    haydent
    • Contributions: 0
    • Level 1

    I worked it out. I did not realise the data structure properly , and each item is a transaction as well as the ‘invoice’ summary itself. And thus by setting Mainline = false in the search it returns all the items in the invoice as well as the invoice itself.

You must be logged in to reply to this topic.