This topic contains 1 reply, has 0 voices, and was last updated by cblackburn 6 years, 8 months ago.

  • Author
    Posts
  • #18020

    kjowe

    For invoices to pull from NetSuite to an external web platform for customer access (for various reasons), this requires both the invoice data (common enough) and the related Advanced PDF template. Pulling data normal. Question is more on pulling the Advanced PDF template – anyone willing to share their experiences on this?

    I’m interested if anyone has this working and feedback on the mechanics rather than the architecture / design issues. For example – Restlet vs web services, and even which API calls work better (some were deprecated). If you can share some code, that’s even better. Thanks in advance.
    This is a cached copy. Click here to see the original post.

  • #18021

    cblackburn

    IMO using a RESTlet would be the best option since you need to interact with SuiteScript APIs to merge the data and template. The PDF itself will need to be returned in the HTTP response as a BASE64 encoded String and decoded on an external server.

You must be logged in to reply to this topic.