Craig Silk
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Craig Silk-
Craig Silk commented,
Can you specify which record type you are using for the import as Assembly Build doesn't appear in the record type list. Thanks
-
Craig Silk commented,
Hi Kelly, That sounds promising. I guess that conditional statement only imports 'good' items then the next import in the flow could do the same but change the condition to look for 'damaged'. I'll...
-
Craig Silk commented,
The payload I've included covers the whole usecase, any more and it just gets too complex to communicate and test. I'll let you know how enable that setting goes but my fear is that it will create ...
-
Craig Silk commented,
I'm not too familiar with the 'one to many' setting but thought it might create one receipt per line when what we need is two receipts; one for all the good items and one for all the damaged items....
-
Craig Silk commented,
That would merge the items back into one line which doesn't work for the fulfilment record. The NS fulfilment record requires that you specify restock or no-restock on a line item basis so I believ...
-
Craig Silk commented,
I've used filtering a lot for this flow because there are 5 imports in this flow but I can't see how to use filters to make this work.
-
Craig Silk created a post,
Multiple imports from one source (NetSuite)
I've got a JSON string that looks something like this: { "goods": [ { "sku": "33560", "qty": 1, "itemProperties": "good" }, { "sku": "33560", "qty": ...
-
Craig Silk commented,
Thanks for this answer. All this really needs to do is overwrite the field 'Inventory Detail : Quantity'. I have set 'true' for the field 'Inventory Detail : Replace All Lines' in Celigo but this o...
-
Craig Silk created a post,
Conditional mapping (NetSuite)
Is there a way to map a subrecord only if a certain field value is != data in the source application? e.g. I want to map the Quantity in the source JSON to the destination (NetSuite) inventory deta...
-
Craig Silk created a post,
Add Second Source Application
With the Shopify integration adaptor, I need to add a second source application for importing product data which uses a different saved search. I can't see where to add a new source application (th...