Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
Not able to get EcomPrices from LI after upgrade from LI version 7.2.12 to 7.4.x
Hi community, i'm having an issue with ecomprices returned from ERP after upgrade og DW version and LI. Below custom code snippet from a Swift productprice template works on LI versions 7.2.5 -> 7.2.12. After an upgrade of DW version to 9.17.7 ...
Søren Jakobsen
09/07/2024 09:10:55
Last post: 09/07/2024 13:04:04
Selecting None on a column mapping still stores the original column name
Hi there, When I set up a job and choose None for the source column (and map it to a constant) it still stores a column name in the job XML. That causes some unnecessary overhead in the OData provider as it still uses that column in the select statem ...
Imar Spaanjaars
02/07/2024 15:08:26
Last post: 02/07/2024 21:32:27
User Provider and Smartseaches
How can we deactivate missing users in a integration with the User Provider? It was working, until the first user group based on a smartsearch was added. User Provider setup: One of the customers which no longer are available in the XML, have the fol ...
Michael Knudsen
25/06/2024 12:55:14
Last post: 26/06/2024 10:59:13
Variants in liveintegration and many calls to BC
Hi, When calling on a productlist or a product itself that have variants - it will send a request to BC with ALL the variants on the product itself. If you have alot of variants and are showing 15 products per page. This will take ALOT of time. Am I  ...
Jan Sangill
19/06/2024 15:18:22
Last post: 19/06/2024 18:52:03
Import related products
Hi, I'm looking for a way to import references to related products. We already have a data integration job, doing batch integration at a scheduled interval. My main issue is that products in the client's ERP are referenced by internal product ...
Martin Christensen
18/06/2024 13:42:13
Last post: 18/06/2024 14:20:33
Endpoint manager: adding new authentication types
Hi, How can we add custom authentication types to the Endpoint management? I can add an addin, but that needs to return a enum value from EndpointAuthenticationType which by the nature of an enum is sealed. The addin is displayed in the list of possi ...
Ben Doorn
11/06/2024 17:33:33
Last post: 12/06/2024 12:52:32
DW Discounts are ignored in live integration to BC18
Hi, We're having a problem where we are trying to make BC accept DW discounts, which I have seen work on other projects. It is a BC18 on-premise and the code unit is version 1.2.0.29. For starters I want to ensure that the newest version of the c ...
Roald Haahr
11/06/2024 10:40:17
Last post: 12/06/2024 08:27:00
Adding adapter breaks job
Hi there, Adding an adapter to an integration job breaks that job with an exception. Steps: 1. Open integration job 2. Click Add Adapter 3. Type a name and choose ConcatanateFieldsAdapter [sic] 4. Click Save and Close 5. Click Save and Close again 6. ...
Imar Spaanjaars
26/10/2023 22:07:23
Last post: 07/06/2024 07:46:31
"Failed to handle windows scheduled task" when set to ignore
There's a setting to not show the scheduled task error: "Failed to handle windows scheduled task". However, it appears that it still reports in some situations. I can repro this by creating a dummy scheduled task and then deleting it. O ...
Scott Forsyth
28/07/2021 23:27:26
No replies yet
LiveIntegration - removing lines of type Fixed
Hi, We noticed that ProcessOrderLines method in OrderHandler.cs is not handling fixed orderlines (OrderLineType == "2") which ends removing them. This prevents custom fees from added to the order, ending in order total mismatch. Can this be ...
Mario Santos
05/04/2024 11:50:25
Last post: 06/06/2024 11:55:38
recurring orders recalculation
Hi there, We have a solution with a custom integration to ERP which controlling all the prices and discounts, also there is significant number of subscription/ recurring orders. Currently, if a recurring order is generated when no discount campaigns  ...
Umar Farooq
06/06/2024 08:42:33
Last post: 06/06/2024 09:53:32
Batch integration - import property translations
Hi, Our customer has al her properties and translations in NAV. When I make the request where I specify the languages, I only get the Property field translations values for the main language: "ENU". How should I adjust this request to add t ...
Davy Capiau
30/05/2024 08:58:55
Last post: 03/06/2024 13:46:49
Now an then an error when submitting orders
Hi, Sometimes this error is generated when an order is being submitted from dw to BC with the LiveIntegration. Is there anything I can do to prevent this? ...
Justin Sjouw
31/05/2024 15:04:59
Last post: 03/06/2024 10:01:40
Add fields to codeunit
Hi, We have a solution with a standard BC integration and use Live Integration to retrieve orders and invoices. Now we would need to get a customfield from BC with the orderdata. Its a field that a tracking number for Logtrade. What do we need to do  ...
Aki Ruuskanen
23/05/2024 08:33:33
Last post: 23/05/2024 09:03:13
Prevent jobs from running if ERP connection is down
Hi guys, What would be the best way to account for ERP connection availability before running a batch job? We have seen situations where running a batch job would generate some errors if the ERP endpoint is down. Is there a standard way of handling t ...
Adrian Ursu
08/05/2024 10:08:42
Last post: 17/05/2024 09:18:55
Lazy loading LI prices loads from db
Hi there, I have a site that uses live prices. When I view a list or details price I get the price from the ERP. All good. When I turn on "Lazy load product info" the prices are loaded lazily (I get a spinner before seeing the price) but th ...
Imar Spaanjaars
23/04/2024 17:51:15
Last post: 06/05/2024 11:33:19
Importing address takes a very long time
Hi there, I have an XML file with user and addresses. When I trim the file to 2K users and 3K addresses, the import completes in under 20 seconds. When I expand the file to 45K addresses, the job never seems to complete (or at least, it's been ru ...
Imar Spaanjaars
23/04/2024 16:31:58
Last post: 02/05/2024 16:57:44
AddInParameter options or Parameter for longer text
Hello (I hope this question is in the right forum part.) I develop a custom batch job and want a parameter to support longer texts. I find no AddInParameter like "LongText" or similar, just TextParameterEditor. I wonder if there is a AddInP ...
Fredrik
26/04/2024 13:07:05
Last post: 26/04/2024 14:14:54
FieldPresentationType use
Hi team, I'm importing attributes and I came across the header 'FieldPresentationType' in table 'EcomProductCategoryField'. When I look to the documentation it tells me it's one the values below, if not you can leave empty (so ...
Davy Capiau
10/04/2024 14:32:06
Last post: 22/04/2024 14:01:29
Update order with 'shipped quantity'
Hi, In our project (DW10, SWIFT & NAV '13) we would like to update orderlines with the 'amount shipped'. Flow: 1. Order placed on DW 2. Order created in NAV 3. Order partially shipped in NAV 4. Orderline in DW gets updated with 'a ...
Davy Capiau
25/03/2024 13:45:02
Last post: 19/04/2024 11:49:34