Hi everyone, Can anyone suggest what is the best w...
# integrations
a
Hi everyone, Can anyone suggest what is the best way to accomplish this ? Scenario: Item fulfillment Record is being created by Ship-station Integration which has Package Content Description in Format A. Requirement : 1. But We want to use that IF record to be exported to another application (Integration) and it mandates the IF record to be in a predefined format not same as Format A. We are using Celigo App but, so cannot change anything in the Integration. The Only possibility of changes is in NetSuite. Please can anyone suggest what is the best possible way to achieve this ? If Suite scripting then which type would work the best
t
@Anek Porwal You potentially could do a few things 1. For the new integration, create a Celigo flow that exports the IF, attach a suitescript that Celigo calls to manipulate the data if it can't be manipulate just in a saved search (which is tough with these package records). 2. Since you say the ShipStation integration is locked down, I assume you're using the integration app. You could turn off the integration app flow and build a custom flow where you update the IF with this different package content format. 3. What I've done in the past is create a custom shipment record and custom shipment line record in NetSuite to bring those ShopStation shipments into first. Then have another flow to update the actual IF and package contents. The reason for this is so you can know what items ended up in what package. This is tough on default NetSuite package because it doesn't allow custom fields so you end up having to put item information into just the content text field which isn't ideal.