Cory Anderson
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Posts
Recent activity by Cory Anderson-
Amazon FBA Replacement Order error
We are seeing FBA orders coming in that have "IsReplacementOrder": "true". These orders do not have an amount for the item price and are erroring in NetSuite. How are these replacement orders norma...
-
Error message when sending new order to Amazon for fulfillment with MCF
Getting this error message. Anyone know what this means? Non lead item differs from lead item (Line 1) at column DisplayableOrderComment The order being exported has 2 line items that are different.
-
NetSuite Sale Order lookup is returning incorrect error message - A mapping error occurred. More than one match for \"[\"otherrefnum\"
I have an import to NetSuite to create Item Fulfillments. In the mapping I am looking up the created from Sales Order with this dynamic lookup - ["otherrefnum","is","{{{CustOrdNbr}}}"]. The error I...
-
Remove comma from numeric value
Mapping fields from a 3PL to NetSuite. I need to remove the comma from numeric string such as "1,234.00". The result I'm looking for would just be "1234.00". I suspect that a regexReplace function ...
-
How to 'Close' a transaction in NetSuite
On some transactions in NetSuite is a 'Close' button. A Celigo resource once said to me, if you can do it in the UI then we can do it with Integrator.io. So I'm wondering how to close the transacti...
-
How to configure custom flow to add Inventory Details (bin number) to NetSuite Vendor Bill import
I'm trying to create Vendor Bills in NetSuite when the bill is being entered before the item has been received. NetSuite requires a bin number (inventory detail) to be configured on the bill even t...
-
Amazon Vendor Central - ASN 856 - Hierarchical Parent ID Numbers
The pre-built template for AVC 856s has this for the HL section: {"name": "HL","required": true,"maxOccurrence": 1000,"relativeDataPath": "Shipment","elements": [{"name": "HL","value": "HL"},{"name...
-
Trouble with #compare handlebar
I'm trying to build a handlebar statement that compares 2 fields, and if they are equal, then return a field. {{#compare [L5[*].ORDERED PART] "===" [L5[*].SHIPPED PART]}}{{L5[*].SHIPPED PART}}{{/co...