Anyone have experience integrating Netsuite and Sa...
# suitetalkapi
w
Anyone have experience integrating Netsuite and Salesforce? I'm struggling to find really solid documentation on the different patterns for this, trying to go real time through an ESB with SuiteTalk for most objects
n
I have done with REST services
w
@Nihal Mulani I'm planning on using platform event -> middleware -> netsuite and script -> middleware -> salesforce with a generically typed class interface, for sales order, items, and invoice. Did you follow any sort of guide or template when you were running? I'm struggling to find a holistic implementation guide, sort of figuring it out as I go. Lots of the tools, like boomi, are polling every minute... not a huge fan of that architecture
n
If you are doing all those thing in middleware then you have to use REST API and create generic product development. For historical data you can upload via CSV or with Bulk sync its up to you
w
Off of the top of your head - do you know how to retrieve the line items of a sales order? everything says 'item' but it's not item right? Inventory Item?
transaction type Item Fulfillment!