This topic contains 1 reply, has 0 voices, and was last updated by Olivier Gagnon NC 8 years, 4 months ago.

  • Author
    Posts
  • #6649

    Anonymous123

    While looking for a way to get amounts from the Income Statement financial report, I have tried to call getPostingTransactionSummary() from PHP. This error happens with a login that can view the Income Statement.

    PHP Fatal error: Uncaught SoapFault exception: [Server.userException] No such operation ‘getPostingTransactionSummary’

    What I’d rather have is a way to export the Income Statement as CSV, but the only way I see to do that would be to simulate a login and export with HTTP requests, which looks very complex and fragile. Are there any other options?
    This is a cached copy. Click here to see the original post.

  • #6650

    Olivier Gagnon NC

    Do you absolutely need the income statement? The contents of the Income Statement can easily be reproduce as a saved search, and those are very easy to call and consume.

You must be logged in to reply to this topic.